gstreamer 2.2.5-x64-mingw32 → 3.0.0-x64-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/base-loader.rb +6 -1
- data/lib/gst/controller-loader.rb +6 -1
- data/lib/gst.rb +16 -4
- 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/{libgstspeex.la → libgstopus.la} +7 -7
- 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/libgstrtponvif.la +41 -0
- 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 -345
- 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.la +0 -35
- data/vendor/local/lib/libspeexdsp.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
@@ -1,5 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
-
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
3
2
|
<book xmlns="http://www.devhelp.net/book" title="GStreamer 1.0 Core Reference Manual" link="index.html" author="" name="gstreamer-1.0" version="2" language="c">
|
4
3
|
<chapters>
|
5
4
|
<sub name="GStreamer Overview" link="gstreamer.html">
|
@@ -20,7 +19,7 @@
|
|
20
19
|
<sub name="GstSample" link="GstSample.html"/>
|
21
20
|
<sub name="GstChildProxy" link="GstChildProxy.html"/>
|
22
21
|
<sub name="GstClock" link="GstClock.html"/>
|
23
|
-
<sub name="
|
22
|
+
<sub name="GstConfig" link="gstreamer-GstConfig.html"/>
|
24
23
|
<sub name="GstContext" link="GstContext.html"/>
|
25
24
|
<sub name="GstControlBinding" link="GstControlBinding.html"/>
|
26
25
|
<sub name="GstControlSource" link="GstControlSource.html"/>
|
@@ -46,6 +45,7 @@
|
|
46
45
|
<sub name="GstPluginFeature" link="GstPluginFeature.html"/>
|
47
46
|
<sub name="GstPoll" link="gstreamer-GstPoll.html"/>
|
48
47
|
<sub name="GstPreset" link="GstPreset.html"/>
|
48
|
+
<sub name="GstProtectionMeta" link="gstreamer-GstProtectionMeta.html"/>
|
49
49
|
<sub name="GstQuery" link="GstQuery.html"/>
|
50
50
|
<sub name="GstRegistry" link="GstRegistry.html"/>
|
51
51
|
<sub name="GstSegment" link="GstSegment.html"/>
|
@@ -59,6 +59,7 @@
|
|
59
59
|
<sub name="GstTocSetter" link="gstreamer-GstTocSetter.html"/>
|
60
60
|
<sub name="GstTypeFind" link="gstreamer-GstTypeFind.html"/>
|
61
61
|
<sub name="GstTypeFindFactory" link="GstTypeFindFactory.html"/>
|
62
|
+
<sub name="GstUri" link="gstreamer-GstUri.html"/>
|
62
63
|
<sub name="GstUriHandler" link="gstreamer-GstUriHandler.html"/>
|
63
64
|
<sub name="GstUtils" link="gstreamer-GstUtils.html"/>
|
64
65
|
<sub name="GstValue" link="gstreamer-GstValue.html"/>
|
@@ -74,12 +75,17 @@
|
|
74
75
|
<sub name="GstInfo" link="gstreamer-GstInfo.html"/>
|
75
76
|
</sub>
|
76
77
|
<sub name="Object Hierarchy" link="gstreamer-hierarchy.html"/>
|
77
|
-
<sub name="API Index" link="
|
78
|
-
<sub name="Index of deprecated API" link="
|
78
|
+
<sub name="API Index" link="ix01.html"/>
|
79
|
+
<sub name="Index of deprecated API" link="ix02.html"/>
|
80
|
+
<sub name="Index of new API in 1.6" link="ix03.html"/>
|
81
|
+
<sub name="Index of new API in 1.4" link="ix04.html"/>
|
82
|
+
<sub name="Index of new API in 1.2.3" link="ix05.html"/>
|
83
|
+
<sub name="Index of new API in 1.2" link="ix06.html"/>
|
84
|
+
<sub name="Index of new API in 1.0.10" link="ix07.html"/>
|
85
|
+
<sub name="Index of new API in 1.0.5" link="ix08.html"/>
|
79
86
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
80
87
|
</chapters>
|
81
88
|
<functions>
|
82
|
-
<keyword type="" name="Environment variables" link="gst-running.html#id-1.2.6.3.2"/>
|
83
89
|
<keyword type="function" name="gst_init ()" link="gstreamer-Gst.html#gst-init"/>
|
84
90
|
<keyword type="function" name="gst_init_check ()" link="gstreamer-Gst.html#gst-init-check"/>
|
85
91
|
<keyword type="function" name="gst_init_get_option_group ()" link="gstreamer-Gst.html#gst-init-get-option-group"/>
|
@@ -115,7 +121,6 @@
|
|
115
121
|
<keyword type="function" name="gst_atomic_queue_pop ()" link="gstreamer-GstAtomicQueue.html#gst-atomic-queue-pop"/>
|
116
122
|
<keyword type="function" name="gst_atomic_queue_length ()" link="gstreamer-GstAtomicQueue.html#gst-atomic-queue-length"/>
|
117
123
|
<keyword type="struct" name="GstAtomicQueue" link="gstreamer-GstAtomicQueue.html#GstAtomicQueue"/>
|
118
|
-
<keyword type="" name="Notes" link="GstBin.html#id-1.3.6.10.9"/>
|
119
124
|
<keyword type="function" name="gst_bin_new ()" link="GstBin.html#gst-bin-new"/>
|
120
125
|
<keyword type="function" name="gst_bin_add ()" link="GstBin.html#gst-bin-add"/>
|
121
126
|
<keyword type="function" name="gst_bin_remove ()" link="GstBin.html#gst-bin-remove"/>
|
@@ -132,6 +137,7 @@
|
|
132
137
|
<keyword type="function" name="gst_bin_add_many ()" link="GstBin.html#gst-bin-add-many"/>
|
133
138
|
<keyword type="function" name="gst_bin_remove_many ()" link="GstBin.html#gst-bin-remove-many"/>
|
134
139
|
<keyword type="function" name="gst_bin_find_unlinked_pad ()" link="GstBin.html#gst-bin-find-unlinked-pad"/>
|
140
|
+
<keyword type="function" name="gst_bin_sync_children_states ()" link="GstBin.html#gst-bin-sync-children-states" since="1.6"/>
|
135
141
|
<keyword type="macro" name="GST_BIN_IS_NO_RESYNC()" link="GstBin.html#GST-BIN-IS-NO-RESYNC:CAPS" since="1.0.5"/>
|
136
142
|
<keyword type="macro" name="GST_BIN_CHILDREN()" link="GstBin.html#GST-BIN-CHILDREN:CAPS"/>
|
137
143
|
<keyword type="macro" name="GST_BIN_CHILDREN_COOKIE()" link="GstBin.html#GST-BIN-CHILDREN-COOKIE:CAPS"/>
|
@@ -203,6 +209,7 @@
|
|
203
209
|
<keyword type="function" name="gst_buffer_copy ()" link="GstBuffer.html#gst-buffer-copy"/>
|
204
210
|
<keyword type="function" name="gst_buffer_copy_into ()" link="GstBuffer.html#gst-buffer-copy-into"/>
|
205
211
|
<keyword type="function" name="gst_buffer_copy_region ()" link="GstBuffer.html#gst-buffer-copy-region"/>
|
212
|
+
<keyword type="function" name="gst_buffer_copy_deep ()" link="GstBuffer.html#gst-buffer-copy-deep" since="1.6"/>
|
206
213
|
<keyword type="macro" name="gst_buffer_is_writable()" link="GstBuffer.html#gst-buffer-is-writable"/>
|
207
214
|
<keyword type="macro" name="gst_buffer_make_writable()" link="GstBuffer.html#gst-buffer-make-writable"/>
|
208
215
|
<keyword type="function" name="gst_buffer_replace ()" link="GstBuffer.html#gst-buffer-replace"/>
|
@@ -214,9 +221,12 @@
|
|
214
221
|
<keyword type="function" name="gst_buffer_iterate_meta ()" link="GstBuffer.html#gst-buffer-iterate-meta"/>
|
215
222
|
<keyword type="function" name="GstBufferForeachMetaFunc ()" link="GstBuffer.html#GstBufferForeachMetaFunc"/>
|
216
223
|
<keyword type="function" name="gst_buffer_foreach_meta ()" link="GstBuffer.html#gst-buffer-foreach-meta"/>
|
224
|
+
<keyword type="function" name="gst_buffer_add_parent_buffer_meta ()" link="GstBuffer.html#gst-buffer-add-parent-buffer-meta" since="1.6"/>
|
225
|
+
<keyword type="macro" name="gst_buffer_get_parent_buffer_meta()" link="GstBuffer.html#gst-buffer-get-parent-buffer-meta"/>
|
217
226
|
<keyword type="struct" name="struct GstBuffer" link="GstBuffer.html#GstBuffer-struct"/>
|
218
227
|
<keyword type="enum" name="enum GstBufferFlags" link="GstBuffer.html#GstBufferFlags"/>
|
219
228
|
<keyword type="enum" name="enum GstBufferCopyFlags" link="GstBuffer.html#GstBufferCopyFlags"/>
|
229
|
+
<keyword type="struct" name="struct GstParentBufferMeta" link="GstBuffer.html#GstParentBufferMeta" since="1.6"/>
|
220
230
|
<keyword type="function" name="gst_buffer_list_new ()" link="GstBufferList.html#gst-buffer-list-new"/>
|
221
231
|
<keyword type="function" name="gst_buffer_list_new_sized ()" link="GstBufferList.html#gst-buffer-list-new-sized"/>
|
222
232
|
<keyword type="function" name="gst_buffer_list_length ()" link="GstBufferList.html#gst-buffer-list-length"/>
|
@@ -226,6 +236,7 @@
|
|
226
236
|
<keyword type="function" name="gst_buffer_list_ref ()" link="GstBufferList.html#gst-buffer-list-ref"/>
|
227
237
|
<keyword type="function" name="gst_buffer_list_unref ()" link="GstBufferList.html#gst-buffer-list-unref"/>
|
228
238
|
<keyword type="function" name="gst_buffer_list_copy ()" link="GstBufferList.html#gst-buffer-list-copy"/>
|
239
|
+
<keyword type="function" name="gst_buffer_list_copy_deep ()" link="GstBufferList.html#gst-buffer-list-copy-deep" since="1.6"/>
|
229
240
|
<keyword type="macro" name="gst_buffer_list_is_writable()" link="GstBufferList.html#gst-buffer-list-is-writable"/>
|
230
241
|
<keyword type="macro" name="gst_buffer_list_make_writable()" link="GstBufferList.html#gst-buffer-list-make-writable"/>
|
231
242
|
<keyword type="function" name="GstBufferListFunc ()" link="GstBufferList.html#GstBufferListFunc"/>
|
@@ -272,6 +283,7 @@
|
|
272
283
|
<keyword type="function" name="gst_bus_create_watch ()" link="GstBus.html#gst-bus-create-watch"/>
|
273
284
|
<keyword type="function" name="gst_bus_add_watch_full ()" link="GstBus.html#gst-bus-add-watch-full"/>
|
274
285
|
<keyword type="function" name="gst_bus_add_watch ()" link="GstBus.html#gst-bus-add-watch"/>
|
286
|
+
<keyword type="function" name="gst_bus_remove_watch ()" link="GstBus.html#gst-bus-remove-watch" since="1.6"/>
|
275
287
|
<keyword type="function" name="gst_bus_disable_sync_message_emission ()" link="GstBus.html#gst-bus-disable-sync-message-emission"/>
|
276
288
|
<keyword type="function" name="gst_bus_enable_sync_message_emission ()" link="GstBus.html#gst-bus-enable-sync-message-emission"/>
|
277
289
|
<keyword type="function" name="gst_bus_async_signal_func ()" link="GstBus.html#gst-bus-async-signal-func"/>
|
@@ -293,6 +305,9 @@
|
|
293
305
|
<keyword type="macro" name="GST_CAPS_FLAG_IS_SET()" link="GstCaps.html#GST-CAPS-FLAG-IS-SET:CAPS"/>
|
294
306
|
<keyword type="macro" name="GST_CAPS_FLAG_SET()" link="GstCaps.html#GST-CAPS-FLAG-SET:CAPS"/>
|
295
307
|
<keyword type="macro" name="GST_CAPS_FLAG_UNSET()" link="GstCaps.html#GST-CAPS-FLAG-UNSET:CAPS"/>
|
308
|
+
<keyword type="function" name="GstCapsForeachFunc ()" link="GstCaps.html#GstCapsForeachFunc" since="1.6"/>
|
309
|
+
<keyword type="function" name="GstCapsMapFunc ()" link="GstCaps.html#GstCapsMapFunc"/>
|
310
|
+
<keyword type="function" name="GstCapsFilterMapFunc ()" link="GstCaps.html#GstCapsFilterMapFunc"/>
|
296
311
|
<keyword type="function" name="gst_caps_new_empty ()" link="GstCaps.html#gst-caps-new-empty"/>
|
297
312
|
<keyword type="function" name="gst_caps_new_empty_simple ()" link="GstCaps.html#gst-caps-new-empty-simple"/>
|
298
313
|
<keyword type="function" name="gst_caps_new_any ()" link="GstCaps.html#gst-caps-new-any"/>
|
@@ -319,6 +334,9 @@
|
|
319
334
|
<keyword type="function" name="gst_caps_set_value ()" link="GstCaps.html#gst-caps-set-value"/>
|
320
335
|
<keyword type="function" name="gst_caps_set_simple ()" link="GstCaps.html#gst-caps-set-simple"/>
|
321
336
|
<keyword type="function" name="gst_caps_set_simple_valist ()" link="GstCaps.html#gst-caps-set-simple-valist"/>
|
337
|
+
<keyword type="function" name="gst_caps_foreach ()" link="GstCaps.html#gst-caps-foreach" since="1.6"/>
|
338
|
+
<keyword type="function" name="gst_caps_map_in_place ()" link="GstCaps.html#gst-caps-map-in-place" since="1.6"/>
|
339
|
+
<keyword type="function" name="gst_caps_filter_and_map_in_place ()" link="GstCaps.html#gst-caps-filter-and-map-in-place" since="1.6"/>
|
322
340
|
<keyword type="function" name="gst_caps_is_any ()" link="GstCaps.html#gst-caps-is-any"/>
|
323
341
|
<keyword type="function" name="gst_caps_is_empty ()" link="GstCaps.html#gst-caps-is-empty"/>
|
324
342
|
<keyword type="function" name="gst_caps_is_fixed ()" link="GstCaps.html#gst-caps-is-fixed"/>
|
@@ -379,9 +397,11 @@
|
|
379
397
|
<keyword type="struct" name="GstCapsFeatures" link="GstCapsFeatures.html#GstCapsFeatures-struct"/>
|
380
398
|
<keyword type="macro" name="GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY" link="GstCapsFeatures.html#GST-CAPS-FEATURE-MEMORY-SYSTEM-MEMORY:CAPS"/>
|
381
399
|
<keyword type="function" name="gst_sample_get_buffer ()" link="GstSample.html#gst-sample-get-buffer"/>
|
400
|
+
<keyword type="function" name="gst_sample_get_buffer_list ()" link="GstSample.html#gst-sample-get-buffer-list" since="1.6"/>
|
382
401
|
<keyword type="function" name="gst_sample_get_caps ()" link="GstSample.html#gst-sample-get-caps"/>
|
383
402
|
<keyword type="function" name="gst_sample_get_info ()" link="GstSample.html#gst-sample-get-info"/>
|
384
403
|
<keyword type="function" name="gst_sample_get_segment ()" link="GstSample.html#gst-sample-get-segment"/>
|
404
|
+
<keyword type="function" name="gst_sample_set_buffer_list ()" link="GstSample.html#gst-sample-set-buffer-list" since="1.6"/>
|
385
405
|
<keyword type="function" name="gst_sample_new ()" link="GstSample.html#gst-sample-new"/>
|
386
406
|
<keyword type="function" name="gst_sample_ref ()" link="GstSample.html#gst-sample-ref"/>
|
387
407
|
<keyword type="function" name="gst_sample_unref ()" link="GstSample.html#gst-sample-unref"/>
|
@@ -405,6 +425,7 @@
|
|
405
425
|
<keyword type="signal" name="The “child-removed” signal" link="GstChildProxy.html#GstChildProxy-child-removed"/>
|
406
426
|
<keyword type="macro" name="GST_CLOCK_TIME_NONE" link="GstClock.html#GST-CLOCK-TIME-NONE:CAPS"/>
|
407
427
|
<keyword type="macro" name="GST_CLOCK_TIME_IS_VALID()" link="GstClock.html#GST-CLOCK-TIME-IS-VALID:CAPS"/>
|
428
|
+
<keyword type="macro" name="GST_CLOCK_STIME_IS_VALID()" link="GstClock.html#GST-CLOCK-STIME-IS-VALID:CAPS" since="1.6"/>
|
408
429
|
<keyword type="macro" name="GST_SECOND" link="GstClock.html#GST-SECOND:CAPS"/>
|
409
430
|
<keyword type="macro" name="GST_MSECOND" link="GstClock.html#GST-MSECOND:CAPS"/>
|
410
431
|
<keyword type="macro" name="GST_USECOND" link="GstClock.html#GST-USECOND:CAPS"/>
|
@@ -443,6 +464,9 @@
|
|
443
464
|
<keyword type="function" name="gst_clock_set_calibration ()" link="GstClock.html#gst-clock-set-calibration"/>
|
444
465
|
<keyword type="function" name="gst_clock_get_timeout ()" link="GstClock.html#gst-clock-get-timeout"/>
|
445
466
|
<keyword type="function" name="gst_clock_set_timeout ()" link="GstClock.html#gst-clock-set-timeout"/>
|
467
|
+
<keyword type="function" name="gst_clock_wait_for_sync ()" link="GstClock.html#gst-clock-wait-for-sync" since="1.6"/>
|
468
|
+
<keyword type="function" name="gst_clock_is_synced ()" link="GstClock.html#gst-clock-is-synced" since="1.6"/>
|
469
|
+
<keyword type="function" name="gst_clock_set_synced ()" link="GstClock.html#gst-clock-set-synced" since="1.6"/>
|
446
470
|
<keyword type="function" name="gst_clock_id_get_time ()" link="GstClock.html#gst-clock-id-get-time"/>
|
447
471
|
<keyword type="function" name="gst_clock_id_wait ()" link="GstClock.html#gst-clock-id-wait"/>
|
448
472
|
<keyword type="function" name="gst_clock_id_wait_async ()" link="GstClock.html#gst-clock-id-wait-async"/>
|
@@ -455,6 +479,7 @@
|
|
455
479
|
<keyword type="typedef" name="GstClockTime" link="GstClock.html#GstClockTime"/>
|
456
480
|
<keyword type="typedef" name="GstClockTimeDiff" link="GstClock.html#GstClockTimeDiff"/>
|
457
481
|
<keyword type="typedef" name="GstClockID" link="GstClock.html#GstClockID"/>
|
482
|
+
<keyword type="macro" name="GST_CLOCK_STIME_NONE" link="GstClock.html#GST-CLOCK-STIME-NONE:CAPS"/>
|
458
483
|
<keyword type="struct" name="struct GstClockEntry" link="GstClock.html#GstClockEntry"/>
|
459
484
|
<keyword type="enum" name="enum GstClockEntryType" link="GstClock.html#GstClockEntryType"/>
|
460
485
|
<keyword type="enum" name="enum GstClockReturn" link="GstClock.html#GstClockReturn"/>
|
@@ -462,12 +487,13 @@
|
|
462
487
|
<keyword type="property" name="The “timeout” property" link="GstClock.html#GstClock--timeout"/>
|
463
488
|
<keyword type="property" name="The “window-size” property" link="GstClock.html#GstClock--window-size"/>
|
464
489
|
<keyword type="property" name="The “window-threshold” property" link="GstClock.html#GstClock--window-threshold"/>
|
465
|
-
<keyword type="
|
466
|
-
<keyword type="macro" name="
|
467
|
-
<keyword type="macro" name="
|
468
|
-
<keyword type="macro" name="
|
469
|
-
<keyword type="macro" name="
|
470
|
-
<keyword type="macro" name="
|
490
|
+
<keyword type="signal" name="The “synced” signal" link="GstClock.html#GstClock-synced"/>
|
491
|
+
<keyword type="macro" name="GST_DISABLE_GST_DEBUG" link="gstreamer-GstConfig.html#GST-DISABLE-GST-DEBUG:CAPS"/>
|
492
|
+
<keyword type="macro" name="GST_DISABLE_PARSE" link="gstreamer-GstConfig.html#GST-DISABLE-PARSE:CAPS"/>
|
493
|
+
<keyword type="macro" name="GST_DISABLE_TRACE" link="gstreamer-GstConfig.html#GST-DISABLE-TRACE:CAPS"/>
|
494
|
+
<keyword type="macro" name="GST_DISABLE_ALLOC_TRACE" link="gstreamer-GstConfig.html#GST-DISABLE-ALLOC-TRACE:CAPS"/>
|
495
|
+
<keyword type="macro" name="GST_DISABLE_REGISTRY" link="gstreamer-GstConfig.html#GST-DISABLE-REGISTRY:CAPS"/>
|
496
|
+
<keyword type="macro" name="GST_DISABLE_PLUGIN" link="gstreamer-GstConfig.html#GST-DISABLE-PLUGIN:CAPS"/>
|
471
497
|
<keyword type="function" name="gst_context_new ()" link="GstContext.html#gst-context-new" since="1.2"/>
|
472
498
|
<keyword type="function" name="gst_context_ref ()" link="GstContext.html#gst-context-ref"/>
|
473
499
|
<keyword type="function" name="gst_context_unref ()" link="GstContext.html#gst-context-unref"/>
|
@@ -750,6 +776,8 @@
|
|
750
776
|
<keyword type="function" name="gst_event_parse_toc_select ()" link="GstEvent.html#gst-event-parse-toc-select"/>
|
751
777
|
<keyword type="function" name="gst_event_new_segment_done ()" link="GstEvent.html#gst-event-new-segment-done"/>
|
752
778
|
<keyword type="function" name="gst_event_parse_segment_done ()" link="GstEvent.html#gst-event-parse-segment-done"/>
|
779
|
+
<keyword type="function" name="gst_event_new_protection ()" link="GstEvent.html#gst-event-new-protection" since="1.6"/>
|
780
|
+
<keyword type="function" name="gst_event_parse_protection ()" link="GstEvent.html#gst-event-parse-protection" since="1.6"/>
|
753
781
|
<keyword type="struct" name="struct GstEvent" link="GstEvent.html#GstEvent-struct"/>
|
754
782
|
<keyword type="enum" name="enum GstEventTypeFlags" link="GstEvent.html#GstEventTypeFlags"/>
|
755
783
|
<keyword type="macro" name="GST_EVENT_TYPE_BOTH" link="GstEvent.html#GST-EVENT-TYPE-BOTH:CAPS"/>
|
@@ -822,7 +850,9 @@
|
|
822
850
|
<keyword type="macro" name="GST_MEMORY_IS_NOT_MAPPABLE()" link="GstMemory.html#GST-MEMORY-IS-NOT-MAPPABLE:CAPS" since="1.2"/>
|
823
851
|
<keyword type="macro" name="GST_MAP_READWRITE" link="GstMemory.html#GST-MAP-READWRITE:CAPS"/>
|
824
852
|
<keyword type="function" name="GstMemoryMapFunction ()" link="GstMemory.html#GstMemoryMapFunction"/>
|
853
|
+
<keyword type="function" name="GstMemoryMapFullFunction ()" link="GstMemory.html#GstMemoryMapFullFunction"/>
|
825
854
|
<keyword type="function" name="GstMemoryUnmapFunction ()" link="GstMemory.html#GstMemoryUnmapFunction"/>
|
855
|
+
<keyword type="function" name="GstMemoryUnmapFullFunction ()" link="GstMemory.html#GstMemoryUnmapFullFunction"/>
|
826
856
|
<keyword type="function" name="GstMemoryCopyFunction ()" link="GstMemory.html#GstMemoryCopyFunction"/>
|
827
857
|
<keyword type="function" name="GstMemoryShareFunction ()" link="GstMemory.html#GstMemoryShareFunction"/>
|
828
858
|
<keyword type="function" name="GstMemoryIsSpanFunction ()" link="GstMemory.html#GstMemoryIsSpanFunction"/>
|
@@ -852,7 +882,7 @@
|
|
852
882
|
<keyword type="macro" name="GST_MESSAGE_TIMESTAMP()" link="GstMessage.html#GST-MESSAGE-TIMESTAMP:CAPS"/>
|
853
883
|
<keyword type="macro" name="GST_MESSAGE_SEQNUM()" link="GstMessage.html#GST-MESSAGE-SEQNUM:CAPS"/>
|
854
884
|
<keyword type="macro" name="GST_MESSAGE_TYPE()" link="GstMessage.html#GST-MESSAGE-TYPE:CAPS"/>
|
855
|
-
<keyword type="macro" name="GST_MESSAGE_TYPE_IS_EXTENDED()" link="GstMessage.html#GST-MESSAGE-TYPE-IS-EXTENDED:CAPS"/>
|
885
|
+
<keyword type="macro" name="GST_MESSAGE_TYPE_IS_EXTENDED()" link="GstMessage.html#GST-MESSAGE-TYPE-IS-EXTENDED:CAPS" since="1.4"/>
|
856
886
|
<keyword type="macro" name="GST_MESSAGE_TYPE_NAME()" link="GstMessage.html#GST-MESSAGE-TYPE-NAME:CAPS"/>
|
857
887
|
<keyword type="function" name="gst_message_type_to_quark ()" link="GstMessage.html#gst-message-type-to-quark"/>
|
858
888
|
<keyword type="function" name="gst_message_type_get_name ()" link="GstMessage.html#gst-message-type-get-name"/>
|
@@ -992,7 +1022,6 @@
|
|
992
1022
|
<keyword type="struct" name="struct GstMiniObject" link="gstreamer-GstMiniObject.html#GstMiniObject"/>
|
993
1023
|
<keyword type="enum" name="enum GstMiniObjectFlags" link="gstreamer-GstMiniObject.html#GstMiniObjectFlags"/>
|
994
1024
|
<keyword type="enum" name="enum GstLockFlags" link="gstreamer-GstMiniObject.html#GstLockFlags"/>
|
995
|
-
<keyword type="" name="controlled properties" link="GstObject.html#id-1.3.32.9.6"/>
|
996
1025
|
<keyword type="macro" name="GST_OBJECT_FLAGS()" link="GstObject.html#GST-OBJECT-FLAGS:CAPS"/>
|
997
1026
|
<keyword type="macro" name="GST_OBJECT_FLAG_IS_SET()" link="GstObject.html#GST-OBJECT-FLAG-IS-SET:CAPS"/>
|
998
1027
|
<keyword type="macro" name="GST_OBJECT_FLAG_SET()" link="GstObject.html#GST-OBJECT-FLAG-SET:CAPS"/>
|
@@ -1009,11 +1038,13 @@
|
|
1009
1038
|
<keyword type="function" name="gst_object_get_name ()" link="GstObject.html#gst-object-get-name"/>
|
1010
1039
|
<keyword type="function" name="gst_object_set_parent ()" link="GstObject.html#gst-object-set-parent"/>
|
1011
1040
|
<keyword type="function" name="gst_object_get_parent ()" link="GstObject.html#gst-object-get-parent"/>
|
1041
|
+
<keyword type="function" name="gst_object_has_as_parent ()" link="GstObject.html#gst-object-has-as-parent" since="1.6"/>
|
1012
1042
|
<keyword type="function" name="gst_object_unparent ()" link="GstObject.html#gst-object-unparent"/>
|
1013
1043
|
<keyword type="function" name="gst_object_default_deep_notify ()" link="GstObject.html#gst-object-default-deep-notify"/>
|
1014
1044
|
<keyword type="function" name="gst_object_default_error ()" link="GstObject.html#gst-object-default-error"/>
|
1015
1045
|
<keyword type="function" name="gst_object_check_uniqueness ()" link="GstObject.html#gst-object-check-uniqueness"/>
|
1016
|
-
<keyword type="function" name="
|
1046
|
+
<keyword type="function" name="gst_object_has_as_ancestor ()" link="GstObject.html#gst-object-has-as-ancestor"/>
|
1047
|
+
<keyword type="function" name="gst_object_has_ancestor ()" link="GstObject.html#gst-object-has-ancestor" deprecated=""/>
|
1017
1048
|
<keyword type="function" name="gst_object_ref ()" link="GstObject.html#gst-object-ref"/>
|
1018
1049
|
<keyword type="function" name="gst_object_unref ()" link="GstObject.html#gst-object-unref"/>
|
1019
1050
|
<keyword type="function" name="gst_object_ref_sink ()" link="GstObject.html#gst-object-ref-sink"/>
|
@@ -1222,6 +1253,7 @@
|
|
1222
1253
|
<keyword type="struct" name="struct GstPadProbeInfo" link="GstPad.html#GstPadProbeInfo"/>
|
1223
1254
|
<keyword type="property" name="The “caps” property" link="GstPad.html#GstPad--caps"/>
|
1224
1255
|
<keyword type="property" name="The “direction” property" link="GstPad.html#GstPad--direction"/>
|
1256
|
+
<keyword type="property" name="The “offset” property" link="GstPad.html#GstPad--offset"/>
|
1225
1257
|
<keyword type="property" name="The “template” property" link="GstPad.html#GstPad--template"/>
|
1226
1258
|
<keyword type="signal" name="The “linked” signal" link="GstPad.html#GstPad-linked"/>
|
1227
1259
|
<keyword type="signal" name="The “unlinked” signal" link="GstPad.html#GstPad-unlinked"/>
|
@@ -1268,6 +1300,7 @@
|
|
1268
1300
|
<keyword type="function" name="gst_pipeline_new ()" link="GstPipeline.html#gst-pipeline-new"/>
|
1269
1301
|
<keyword type="function" name="gst_pipeline_get_bus ()" link="GstPipeline.html#gst-pipeline-get-bus"/>
|
1270
1302
|
<keyword type="function" name="gst_pipeline_set_clock ()" link="GstPipeline.html#gst-pipeline-set-clock"/>
|
1303
|
+
<keyword type="function" name="gst_pipeline_get_pipeline_clock ()" link="GstPipeline.html#gst-pipeline-get-pipeline-clock" since="1.6"/>
|
1271
1304
|
<keyword type="function" name="gst_pipeline_get_clock ()" link="GstPipeline.html#gst-pipeline-get-clock"/>
|
1272
1305
|
<keyword type="function" name="gst_pipeline_use_clock ()" link="GstPipeline.html#gst-pipeline-use-clock"/>
|
1273
1306
|
<keyword type="function" name="gst_pipeline_auto_clock ()" link="GstPipeline.html#gst-pipeline-auto-clock"/>
|
@@ -1275,10 +1308,13 @@
|
|
1275
1308
|
<keyword type="function" name="gst_pipeline_get_auto_flush_bus ()" link="GstPipeline.html#gst-pipeline-get-auto-flush-bus"/>
|
1276
1309
|
<keyword type="function" name="gst_pipeline_set_delay ()" link="GstPipeline.html#gst-pipeline-set-delay"/>
|
1277
1310
|
<keyword type="function" name="gst_pipeline_get_delay ()" link="GstPipeline.html#gst-pipeline-get-delay"/>
|
1311
|
+
<keyword type="function" name="gst_pipeline_set_latency ()" link="GstPipeline.html#gst-pipeline-set-latency" since="1.6"/>
|
1312
|
+
<keyword type="function" name="gst_pipeline_get_latency ()" link="GstPipeline.html#gst-pipeline-get-latency" since="1.6"/>
|
1278
1313
|
<keyword type="struct" name="struct GstPipeline" link="GstPipeline.html#GstPipeline-struct"/>
|
1279
1314
|
<keyword type="enum" name="enum GstPipelineFlags" link="GstPipeline.html#GstPipelineFlags"/>
|
1280
1315
|
<keyword type="property" name="The “auto-flush-bus” property" link="GstPipeline.html#GstPipeline--auto-flush-bus"/>
|
1281
1316
|
<keyword type="property" name="The “delay” property" link="GstPipeline.html#GstPipeline--delay"/>
|
1317
|
+
<keyword type="property" name="The “latency” property" link="GstPipeline.html#GstPipeline--latency"/>
|
1282
1318
|
<keyword type="function" name="gst_plugin_error_quark ()" link="GstPlugin.html#gst-plugin-error-quark"/>
|
1283
1319
|
<keyword type="function" name="GstPluginInitFunc ()" link="GstPlugin.html#GstPluginInitFunc"/>
|
1284
1320
|
<keyword type="function" name="GstPluginInitFullFunc ()" link="GstPlugin.html#GstPluginInitFullFunc"/>
|
@@ -1361,8 +1397,13 @@
|
|
1361
1397
|
<keyword type="function" name="gst_preset_get_meta ()" link="GstPreset.html#gst-preset-get-meta"/>
|
1362
1398
|
<keyword type="function" name="gst_preset_set_app_dir ()" link="GstPreset.html#gst-preset-set-app-dir"/>
|
1363
1399
|
<keyword type="function" name="gst_preset_get_app_dir ()" link="GstPreset.html#gst-preset-get-app-dir"/>
|
1400
|
+
<keyword type="function" name="gst_preset_is_editable ()" link="GstPreset.html#gst-preset-is-editable" since="1.6"/>
|
1364
1401
|
<keyword type="struct" name="GstPreset" link="GstPreset.html#GstPreset-struct"/>
|
1365
1402
|
<keyword type="struct" name="struct GstPresetInterface" link="GstPreset.html#GstPresetInterface"/>
|
1403
|
+
<keyword type="function" name="gst_buffer_add_protection_meta ()" link="gstreamer-GstProtectionMeta.html#gst-buffer-add-protection-meta" since="1.6"/>
|
1404
|
+
<keyword type="macro" name="gst_buffer_get_protection_meta()" link="gstreamer-GstProtectionMeta.html#gst-buffer-get-protection-meta"/>
|
1405
|
+
<keyword type="function" name="gst_protection_select_system ()" link="gstreamer-GstProtectionMeta.html#gst-protection-select-system" since="1.6"/>
|
1406
|
+
<keyword type="struct" name="struct GstProtectionMeta" link="gstreamer-GstProtectionMeta.html#GstProtectionMeta" since="1.6"/>
|
1366
1407
|
<keyword type="macro" name="GST_QUERY_MAKE_TYPE()" link="GstQuery.html#GST-QUERY-MAKE-TYPE:CAPS"/>
|
1367
1408
|
<keyword type="macro" name="GST_QUERY_TYPE()" link="GstQuery.html#GST-QUERY-TYPE:CAPS"/>
|
1368
1409
|
<keyword type="macro" name="GST_QUERY_TYPE_NAME()" link="GstQuery.html#GST-QUERY-TYPE-NAME:CAPS"/>
|
@@ -1494,15 +1535,18 @@
|
|
1494
1535
|
<keyword type="function" name="gst_segment_free ()" link="GstSegment.html#gst-segment-free"/>
|
1495
1536
|
<keyword type="function" name="gst_segment_do_seek ()" link="GstSegment.html#gst-segment-do-seek"/>
|
1496
1537
|
<keyword type="function" name="gst_segment_to_running_time ()" link="GstSegment.html#gst-segment-to-running-time"/>
|
1538
|
+
<keyword type="function" name="gst_segment_to_running_time_full ()" link="GstSegment.html#gst-segment-to-running-time-full" since="1.6"/>
|
1497
1539
|
<keyword type="function" name="gst_segment_to_stream_time ()" link="GstSegment.html#gst-segment-to-stream-time"/>
|
1498
1540
|
<keyword type="function" name="gst_segment_to_position ()" link="GstSegment.html#gst-segment-to-position"/>
|
1499
1541
|
<keyword type="function" name="gst_segment_set_running_time ()" link="GstSegment.html#gst-segment-set-running-time"/>
|
1500
1542
|
<keyword type="function" name="gst_segment_copy_into ()" link="GstSegment.html#gst-segment-copy-into"/>
|
1501
1543
|
<keyword type="function" name="gst_segment_offset_running_time ()" link="GstSegment.html#gst-segment-offset-running-time" since="1.2.3"/>
|
1544
|
+
<keyword type="function" name="gst_segment_is_equal ()" link="GstSegment.html#gst-segment-is-equal" since="1.6"/>
|
1502
1545
|
<keyword type="struct" name="struct GstSegment" link="GstSegment.html#GstSegment-struct"/>
|
1503
1546
|
<keyword type="enum" name="enum GstSegmentFlags" link="GstSegment.html#GstSegmentFlags"/>
|
1504
1547
|
<keyword type="function" name="GstStructureForeachFunc ()" link="GstStructure.html#GstStructureForeachFunc"/>
|
1505
1548
|
<keyword type="function" name="GstStructureMapFunc ()" link="GstStructure.html#GstStructureMapFunc"/>
|
1549
|
+
<keyword type="function" name="GstStructureFilterMapFunc ()" link="GstStructure.html#GstStructureFilterMapFunc"/>
|
1506
1550
|
<keyword type="function" name="gst_structure_new_empty ()" link="GstStructure.html#gst-structure-new-empty"/>
|
1507
1551
|
<keyword type="function" name="gst_structure_new_id_empty ()" link="GstStructure.html#gst-structure-new-id-empty"/>
|
1508
1552
|
<keyword type="function" name="gst_structure_new ()" link="GstStructure.html#gst-structure-new"/>
|
@@ -1534,7 +1578,6 @@
|
|
1534
1578
|
<keyword type="function" name="gst_structure_remove_fields_valist ()" link="GstStructure.html#gst-structure-remove-fields-valist"/>
|
1535
1579
|
<keyword type="function" name="gst_structure_remove_all_fields ()" link="GstStructure.html#gst-structure-remove-all-fields"/>
|
1536
1580
|
<keyword type="function" name="gst_structure_get_field_type ()" link="GstStructure.html#gst-structure-get-field-type"/>
|
1537
|
-
<keyword type="function" name="gst_structure_foreach ()" link="GstStructure.html#gst-structure-foreach"/>
|
1538
1581
|
<keyword type="function" name="gst_structure_n_fields ()" link="GstStructure.html#gst-structure-n-fields"/>
|
1539
1582
|
<keyword type="function" name="gst_structure_has_field ()" link="GstStructure.html#gst-structure-has-field"/>
|
1540
1583
|
<keyword type="function" name="gst_structure_has_field_typed ()" link="GstStructure.html#gst-structure-has-field-typed"/>
|
@@ -1556,7 +1599,9 @@
|
|
1556
1599
|
<keyword type="function" name="gst_structure_get_clock_time ()" link="GstStructure.html#gst-structure-get-clock-time"/>
|
1557
1600
|
<keyword type="function" name="gst_structure_get_enum ()" link="GstStructure.html#gst-structure-get-enum"/>
|
1558
1601
|
<keyword type="function" name="gst_structure_get_fraction ()" link="GstStructure.html#gst-structure-get-fraction"/>
|
1602
|
+
<keyword type="function" name="gst_structure_foreach ()" link="GstStructure.html#gst-structure-foreach"/>
|
1559
1603
|
<keyword type="function" name="gst_structure_map_in_place ()" link="GstStructure.html#gst-structure-map-in-place"/>
|
1604
|
+
<keyword type="function" name="gst_structure_filter_and_map_in_place ()" link="GstStructure.html#gst-structure-filter-and-map-in-place" since="1.6"/>
|
1560
1605
|
<keyword type="function" name="gst_structure_nth_field_name ()" link="GstStructure.html#gst-structure-nth-field-name"/>
|
1561
1606
|
<keyword type="function" name="gst_structure_set_parent_refcount ()" link="GstStructure.html#gst-structure-set-parent-refcount"/>
|
1562
1607
|
<keyword type="function" name="gst_structure_to_string ()" link="GstStructure.html#gst-structure-to-string"/>
|
@@ -1831,6 +1876,51 @@
|
|
1831
1876
|
<keyword type="function" name="gst_type_find_factory_has_function ()" link="GstTypeFindFactory.html#gst-type-find-factory-has-function"/>
|
1832
1877
|
<keyword type="function" name="gst_type_find_factory_call_function ()" link="GstTypeFindFactory.html#gst-type-find-factory-call-function"/>
|
1833
1878
|
<keyword type="struct" name="GstTypeFindFactory" link="GstTypeFindFactory.html#GstTypeFindFactory-struct"/>
|
1879
|
+
<keyword type="macro" name="GST_URI_CAST()" link="gstreamer-GstUri.html#GST-URI-CAST:CAPS"/>
|
1880
|
+
<keyword type="macro" name="GST_URI_CONST_CAST()" link="gstreamer-GstUri.html#GST-URI-CONST-CAST:CAPS"/>
|
1881
|
+
<keyword type="function" name="gst_uri_new ()" link="gstreamer-GstUri.html#gst-uri-new" since="1.6"/>
|
1882
|
+
<keyword type="function" name="gst_uri_new_with_base ()" link="gstreamer-GstUri.html#gst-uri-new-with-base" since="1.6"/>
|
1883
|
+
<keyword type="function" name="gst_uri_from_string ()" link="gstreamer-GstUri.html#gst-uri-from-string" since="1.6"/>
|
1884
|
+
<keyword type="function" name="gst_uri_from_string_with_base ()" link="gstreamer-GstUri.html#gst-uri-from-string-with-base" since="1.6"/>
|
1885
|
+
<keyword type="function" name="gst_uri_copy ()" link="gstreamer-GstUri.html#gst-uri-copy"/>
|
1886
|
+
<keyword type="function" name="gst_uri_equal ()" link="gstreamer-GstUri.html#gst-uri-equal" since="1.6"/>
|
1887
|
+
<keyword type="function" name="gst_uri_join ()" link="gstreamer-GstUri.html#gst-uri-join" since="1.6"/>
|
1888
|
+
<keyword type="function" name="gst_uri_join_strings ()" link="gstreamer-GstUri.html#gst-uri-join-strings" since="1.6"/>
|
1889
|
+
<keyword type="function" name="gst_uri_is_writable ()" link="gstreamer-GstUri.html#gst-uri-is-writable" since="1.6"/>
|
1890
|
+
<keyword type="function" name="gst_uri_make_writable ()" link="gstreamer-GstUri.html#gst-uri-make-writable" since="1.6"/>
|
1891
|
+
<keyword type="function" name="gst_uri_to_string ()" link="gstreamer-GstUri.html#gst-uri-to-string" since="1.6"/>
|
1892
|
+
<keyword type="function" name="gst_uri_ref ()" link="gstreamer-GstUri.html#gst-uri-ref"/>
|
1893
|
+
<keyword type="function" name="gst_uri_unref ()" link="gstreamer-GstUri.html#gst-uri-unref"/>
|
1894
|
+
<keyword type="function" name="gst_uri_is_normalized ()" link="gstreamer-GstUri.html#gst-uri-is-normalized" since="1.6"/>
|
1895
|
+
<keyword type="function" name="gst_uri_normalize ()" link="gstreamer-GstUri.html#gst-uri-normalize" since="1.6"/>
|
1896
|
+
<keyword type="function" name="gst_uri_get_scheme ()" link="gstreamer-GstUri.html#gst-uri-get-scheme"/>
|
1897
|
+
<keyword type="function" name="gst_uri_set_scheme ()" link="gstreamer-GstUri.html#gst-uri-set-scheme" since="1.6"/>
|
1898
|
+
<keyword type="function" name="gst_uri_get_userinfo ()" link="gstreamer-GstUri.html#gst-uri-get-userinfo" since="1.6"/>
|
1899
|
+
<keyword type="function" name="gst_uri_set_userinfo ()" link="gstreamer-GstUri.html#gst-uri-set-userinfo" since="1.6"/>
|
1900
|
+
<keyword type="function" name="gst_uri_get_host ()" link="gstreamer-GstUri.html#gst-uri-get-host" since="1.6"/>
|
1901
|
+
<keyword type="function" name="gst_uri_set_host ()" link="gstreamer-GstUri.html#gst-uri-set-host" since="1.6"/>
|
1902
|
+
<keyword type="function" name="gst_uri_get_port ()" link="gstreamer-GstUri.html#gst-uri-get-port" since="1.6"/>
|
1903
|
+
<keyword type="function" name="gst_uri_set_port ()" link="gstreamer-GstUri.html#gst-uri-set-port" since="1.6"/>
|
1904
|
+
<keyword type="function" name="gst_uri_get_path ()" link="gstreamer-GstUri.html#gst-uri-get-path" since="1.6"/>
|
1905
|
+
<keyword type="function" name="gst_uri_set_path ()" link="gstreamer-GstUri.html#gst-uri-set-path" since="1.6"/>
|
1906
|
+
<keyword type="function" name="gst_uri_get_path_string ()" link="gstreamer-GstUri.html#gst-uri-get-path-string" since="1.6"/>
|
1907
|
+
<keyword type="function" name="gst_uri_set_path_string ()" link="gstreamer-GstUri.html#gst-uri-set-path-string" since="1.6"/>
|
1908
|
+
<keyword type="function" name="gst_uri_get_path_segments ()" link="gstreamer-GstUri.html#gst-uri-get-path-segments" since="1.6"/>
|
1909
|
+
<keyword type="function" name="gst_uri_set_path_segments ()" link="gstreamer-GstUri.html#gst-uri-set-path-segments" since="1.6"/>
|
1910
|
+
<keyword type="function" name="gst_uri_append_path ()" link="gstreamer-GstUri.html#gst-uri-append-path" since="1.6"/>
|
1911
|
+
<keyword type="function" name="gst_uri_append_path_segment ()" link="gstreamer-GstUri.html#gst-uri-append-path-segment" since="1.6"/>
|
1912
|
+
<keyword type="function" name="gst_uri_get_query_string ()" link="gstreamer-GstUri.html#gst-uri-get-query-string" since="1.6"/>
|
1913
|
+
<keyword type="function" name="gst_uri_set_query_string ()" link="gstreamer-GstUri.html#gst-uri-set-query-string" since="1.6"/>
|
1914
|
+
<keyword type="function" name="gst_uri_get_query_table ()" link="gstreamer-GstUri.html#gst-uri-get-query-table" since="1.6"/>
|
1915
|
+
<keyword type="function" name="gst_uri_set_query_table ()" link="gstreamer-GstUri.html#gst-uri-set-query-table" since="1.6"/>
|
1916
|
+
<keyword type="function" name="gst_uri_get_query_value ()" link="gstreamer-GstUri.html#gst-uri-get-query-value" since="1.6"/>
|
1917
|
+
<keyword type="function" name="gst_uri_set_query_value ()" link="gstreamer-GstUri.html#gst-uri-set-query-value" since="1.6"/>
|
1918
|
+
<keyword type="function" name="gst_uri_remove_query_key ()" link="gstreamer-GstUri.html#gst-uri-remove-query-key" since="1.6"/>
|
1919
|
+
<keyword type="function" name="gst_uri_query_has_key ()" link="gstreamer-GstUri.html#gst-uri-query-has-key" since="1.6"/>
|
1920
|
+
<keyword type="function" name="gst_uri_get_query_keys ()" link="gstreamer-GstUri.html#gst-uri-get-query-keys" since="1.6"/>
|
1921
|
+
<keyword type="function" name="gst_uri_get_fragment ()" link="gstreamer-GstUri.html#gst-uri-get-fragment" since="1.6"/>
|
1922
|
+
<keyword type="function" name="gst_uri_set_fragment ()" link="gstreamer-GstUri.html#gst-uri-set-fragment" since="1.6"/>
|
1923
|
+
<keyword type="struct" name="GstUri" link="gstreamer-GstUri.html#GstUri"/>
|
1834
1924
|
<keyword type="function" name="gst_uri_error_quark ()" link="gstreamer-GstUriHandler.html#gst-uri-error-quark"/>
|
1835
1925
|
<keyword type="macro" name="GST_URI_TYPE_IS_VALID()" link="gstreamer-GstUriHandler.html#GST-URI-TYPE-IS-VALID:CAPS"/>
|
1836
1926
|
<keyword type="function" name="gst_uri_protocol_is_valid ()" link="gstreamer-GstUriHandler.html#gst-uri-protocol-is-valid"/>
|
@@ -1850,6 +1940,7 @@
|
|
1850
1940
|
<keyword type="struct" name="struct GstURIHandlerInterface" link="gstreamer-GstUriHandler.html#GstURIHandlerInterface"/>
|
1851
1941
|
<keyword type="enum" name="enum GstURIType" link="gstreamer-GstUriHandler.html#GstURIType"/>
|
1852
1942
|
<keyword type="enum" name="enum GstURIError" link="gstreamer-GstUriHandler.html#GstURIError"/>
|
1943
|
+
<keyword type="macro" name="GST_URI_NO_PORT" link="gstreamer-GstUriHandler.html#GST-URI-NO-PORT:CAPS"/>
|
1853
1944
|
<keyword type="macro" name="GST_CALL_PARENT()" link="gstreamer-GstUtils.html#GST-CALL-PARENT:CAPS"/>
|
1854
1945
|
<keyword type="macro" name="GST_CALL_PARENT_WITH_DEFAULT()" link="gstreamer-GstUtils.html#GST-CALL-PARENT-WITH-DEFAULT:CAPS"/>
|
1855
1946
|
<keyword type="macro" name="GST_READ_UINT8()" link="gstreamer-GstUtils.html#GST-READ-UINT8:CAPS"/>
|
@@ -1942,6 +2033,13 @@
|
|
1942
2033
|
<keyword type="macro" name="GST_TYPE_BITMASK" link="gstreamer-GstValue.html#GST-TYPE-BITMASK:CAPS"/>
|
1943
2034
|
<keyword type="function" name="gst_value_set_bitmask ()" link="gstreamer-GstValue.html#gst-value-set-bitmask"/>
|
1944
2035
|
<keyword type="function" name="gst_value_get_bitmask ()" link="gstreamer-GstValue.html#gst-value-get-bitmask"/>
|
2036
|
+
<keyword type="macro" name="GST_VALUE_HOLDS_FLAG_SET()" link="gstreamer-GstValue.html#GST-VALUE-HOLDS-FLAG-SET:CAPS" since="1.6"/>
|
2037
|
+
<keyword type="macro" name="GST_TYPE_FLAG_SET" link="gstreamer-GstValue.html#GST-TYPE-FLAG-SET:CAPS" since="1.6"/>
|
2038
|
+
<keyword type="function" name="gst_structure_get_flagset ()" link="gstreamer-GstValue.html#gst-structure-get-flagset" since="1.6"/>
|
2039
|
+
<keyword type="function" name="gst_value_get_flagset_flags ()" link="gstreamer-GstValue.html#gst-value-get-flagset-flags" since="1.6"/>
|
2040
|
+
<keyword type="function" name="gst_value_get_flagset_mask ()" link="gstreamer-GstValue.html#gst-value-get-flagset-mask" since="1.6"/>
|
2041
|
+
<keyword type="function" name="gst_value_set_flagset ()" link="gstreamer-GstValue.html#gst-value-set-flagset" since="1.6"/>
|
2042
|
+
<keyword type="macro" name="GST_FLAG_SET_MASK_EXACT" link="gstreamer-GstValue.html#GST-FLAG-SET-MASK-EXACT:CAPS"/>
|
1945
2043
|
<keyword type="macro" name="GST_VALUE_HOLDS_INT64_RANGE()" link="gstreamer-GstValue.html#GST-VALUE-HOLDS-INT64-RANGE:CAPS"/>
|
1946
2044
|
<keyword type="macro" name="GST_TYPE_INT64_RANGE" link="gstreamer-GstValue.html#GST-TYPE-INT64-RANGE:CAPS"/>
|
1947
2045
|
<keyword type="function" name="gst_value_set_int64_range ()" link="gstreamer-GstValue.html#gst-value-set-int64-range"/>
|
@@ -2158,11 +2256,504 @@
|
|
2158
2256
|
<keyword type="function" name="gst_debug_bin_to_dot_file_with_ts ()" link="gstreamer-GstInfo.html#gst-debug-bin-to-dot-file-with-ts"/>
|
2159
2257
|
<keyword type="enum" name="enum GstDebugLevel" link="gstreamer-GstInfo.html#GstDebugLevel"/>
|
2160
2258
|
<keyword type="macro" name="GST_LEVEL_DEFAULT" link="gstreamer-GstInfo.html#GST-LEVEL-DEFAULT:CAPS"/>
|
2259
|
+
<keyword type="macro" name="GST_LEVEL_MAX" link="gstreamer-GstInfo.html#GST-LEVEL-MAX:CAPS" since="1.6"/>
|
2161
2260
|
<keyword type="enum" name="enum GstDebugColorFlags" link="gstreamer-GstInfo.html#GstDebugColorFlags"/>
|
2162
2261
|
<keyword type="enum" name="enum GstDebugColorMode" link="gstreamer-GstInfo.html#GstDebugColorMode"/>
|
2163
2262
|
<keyword type="struct" name="struct GstDebugCategory" link="gstreamer-GstInfo.html#GstDebugCategory"/>
|
2164
2263
|
<keyword type="enum" name="enum GstDebugGraphDetails" link="gstreamer-GstInfo.html#GstDebugGraphDetails"/>
|
2165
2264
|
<keyword type="variable" name="GST_CAT_DEFAULT" link="gstreamer-GstInfo.html#GST-CAT-DEFAULT:CAPS"/>
|
2166
2265
|
<keyword type="macro" name="GST_TIME_FORMAT" link="gstreamer-GstInfo.html#GST-TIME-FORMAT:CAPS"/>
|
2266
|
+
<keyword type="constant" name="GST_ALLOCATOR_FLAG_CUSTOM_ALLOC" link="GstAllocator.html#GST-ALLOCATOR-FLAG-CUSTOM-ALLOC:CAPS"/>
|
2267
|
+
<keyword type="constant" name="GST_ALLOCATOR_FLAG_LAST" link="GstAllocator.html#GST-ALLOCATOR-FLAG-LAST:CAPS"/>
|
2268
|
+
<keyword type="constant" name="GST_BIN_FLAG_NO_RESYNC" link="GstBin.html#GST-BIN-FLAG-NO-RESYNC:CAPS"/>
|
2269
|
+
<keyword type="constant" name="GST_BIN_FLAG_LAST" link="GstBin.html#GST-BIN-FLAG-LAST:CAPS"/>
|
2270
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_LIVE" link="GstBuffer.html#GST-BUFFER-FLAG-LIVE:CAPS"/>
|
2271
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_DECODE_ONLY" link="GstBuffer.html#GST-BUFFER-FLAG-DECODE-ONLY:CAPS"/>
|
2272
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_DISCONT" link="GstBuffer.html#GST-BUFFER-FLAG-DISCONT:CAPS"/>
|
2273
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_RESYNC" link="GstBuffer.html#GST-BUFFER-FLAG-RESYNC:CAPS"/>
|
2274
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_CORRUPTED" link="GstBuffer.html#GST-BUFFER-FLAG-CORRUPTED:CAPS"/>
|
2275
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_MARKER" link="GstBuffer.html#GST-BUFFER-FLAG-MARKER:CAPS"/>
|
2276
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_HEADER" link="GstBuffer.html#GST-BUFFER-FLAG-HEADER:CAPS"/>
|
2277
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_GAP" link="GstBuffer.html#GST-BUFFER-FLAG-GAP:CAPS"/>
|
2278
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_DROPPABLE" link="GstBuffer.html#GST-BUFFER-FLAG-DROPPABLE:CAPS"/>
|
2279
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_DELTA_UNIT" link="GstBuffer.html#GST-BUFFER-FLAG-DELTA-UNIT:CAPS"/>
|
2280
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_TAG_MEMORY" link="GstBuffer.html#GST-BUFFER-FLAG-TAG-MEMORY:CAPS"/>
|
2281
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_SYNC_AFTER" link="GstBuffer.html#GST-BUFFER-FLAG-SYNC-AFTER:CAPS"/>
|
2282
|
+
<keyword type="constant" name="GST_BUFFER_FLAG_LAST" link="GstBuffer.html#GST-BUFFER-FLAG-LAST:CAPS"/>
|
2283
|
+
<keyword type="constant" name="GST_BUFFER_COPY_NONE" link="GstBuffer.html#GST-BUFFER-COPY-NONE:CAPS"/>
|
2284
|
+
<keyword type="constant" name="GST_BUFFER_COPY_FLAGS" link="GstBuffer.html#GST-BUFFER-COPY-FLAGS:CAPS"/>
|
2285
|
+
<keyword type="constant" name="GST_BUFFER_COPY_TIMESTAMPS" link="GstBuffer.html#GST-BUFFER-COPY-TIMESTAMPS:CAPS"/>
|
2286
|
+
<keyword type="constant" name="GST_BUFFER_COPY_META" link="GstBuffer.html#GST-BUFFER-COPY-META:CAPS"/>
|
2287
|
+
<keyword type="constant" name="GST_BUFFER_COPY_MEMORY" link="GstBuffer.html#GST-BUFFER-COPY-MEMORY:CAPS"/>
|
2288
|
+
<keyword type="constant" name="GST_BUFFER_COPY_MERGE" link="GstBuffer.html#GST-BUFFER-COPY-MERGE:CAPS"/>
|
2289
|
+
<keyword type="constant" name="GST_BUFFER_COPY_DEEP" link="GstBuffer.html#GST-BUFFER-COPY-DEEP:CAPS"/>
|
2290
|
+
<keyword type="constant" name="GST_BUFFER_POOL_ACQUIRE_FLAG_NONE" link="GstBufferPool.html#GST-BUFFER-POOL-ACQUIRE-FLAG-NONE:CAPS"/>
|
2291
|
+
<keyword type="constant" name="GST_BUFFER_POOL_ACQUIRE_FLAG_KEY_UNIT" link="GstBufferPool.html#GST-BUFFER-POOL-ACQUIRE-FLAG-KEY-UNIT:CAPS"/>
|
2292
|
+
<keyword type="constant" name="GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT" link="GstBufferPool.html#GST-BUFFER-POOL-ACQUIRE-FLAG-DONTWAIT:CAPS"/>
|
2293
|
+
<keyword type="constant" name="GST_BUFFER_POOL_ACQUIRE_FLAG_DISCONT" link="GstBufferPool.html#GST-BUFFER-POOL-ACQUIRE-FLAG-DISCONT:CAPS"/>
|
2294
|
+
<keyword type="constant" name="GST_BUFFER_POOL_ACQUIRE_FLAG_LAST" link="GstBufferPool.html#GST-BUFFER-POOL-ACQUIRE-FLAG-LAST:CAPS"/>
|
2295
|
+
<keyword type="constant" name="GST_BUS_FLUSHING" link="GstBus.html#GST-BUS-FLUSHING:CAPS"/>
|
2296
|
+
<keyword type="constant" name="GST_BUS_FLAG_LAST" link="GstBus.html#GST-BUS-FLAG-LAST:CAPS"/>
|
2297
|
+
<keyword type="constant" name="GST_BUS_DROP" link="GstBus.html#GST-BUS-DROP:CAPS"/>
|
2298
|
+
<keyword type="constant" name="GST_BUS_PASS" link="GstBus.html#GST-BUS-PASS:CAPS"/>
|
2299
|
+
<keyword type="constant" name="GST_BUS_ASYNC" link="GstBus.html#GST-BUS-ASYNC:CAPS"/>
|
2300
|
+
<keyword type="constant" name="GST_CAPS_INTERSECT_ZIG_ZAG" link="GstCaps.html#GST-CAPS-INTERSECT-ZIG-ZAG:CAPS"/>
|
2301
|
+
<keyword type="constant" name="GST_CAPS_INTERSECT_FIRST" link="GstCaps.html#GST-CAPS-INTERSECT-FIRST:CAPS"/>
|
2302
|
+
<keyword type="constant" name="GST_CAPS_FLAG_ANY" link="GstCaps.html#GST-CAPS-FLAG-ANY:CAPS"/>
|
2303
|
+
<keyword type="constant" name="GST_CLOCK_ENTRY_SINGLE" link="GstClock.html#GST-CLOCK-ENTRY-SINGLE:CAPS"/>
|
2304
|
+
<keyword type="constant" name="GST_CLOCK_ENTRY_PERIODIC" link="GstClock.html#GST-CLOCK-ENTRY-PERIODIC:CAPS"/>
|
2305
|
+
<keyword type="constant" name="GST_CLOCK_OK" link="GstClock.html#GST-CLOCK-OK:CAPS"/>
|
2306
|
+
<keyword type="constant" name="GST_CLOCK_EARLY" link="GstClock.html#GST-CLOCK-EARLY:CAPS"/>
|
2307
|
+
<keyword type="constant" name="GST_CLOCK_UNSCHEDULED" link="GstClock.html#GST-CLOCK-UNSCHEDULED:CAPS"/>
|
2308
|
+
<keyword type="constant" name="GST_CLOCK_BUSY" link="GstClock.html#GST-CLOCK-BUSY:CAPS"/>
|
2309
|
+
<keyword type="constant" name="GST_CLOCK_BADTIME" link="GstClock.html#GST-CLOCK-BADTIME:CAPS"/>
|
2310
|
+
<keyword type="constant" name="GST_CLOCK_ERROR" link="GstClock.html#GST-CLOCK-ERROR:CAPS"/>
|
2311
|
+
<keyword type="constant" name="GST_CLOCK_UNSUPPORTED" link="GstClock.html#GST-CLOCK-UNSUPPORTED:CAPS"/>
|
2312
|
+
<keyword type="constant" name="GST_CLOCK_DONE" link="GstClock.html#GST-CLOCK-DONE:CAPS"/>
|
2313
|
+
<keyword type="constant" name="GST_CLOCK_FLAG_CAN_DO_SINGLE_SYNC" link="GstClock.html#GST-CLOCK-FLAG-CAN-DO-SINGLE-SYNC:CAPS"/>
|
2314
|
+
<keyword type="constant" name="GST_CLOCK_FLAG_CAN_DO_SINGLE_ASYNC" link="GstClock.html#GST-CLOCK-FLAG-CAN-DO-SINGLE-ASYNC:CAPS"/>
|
2315
|
+
<keyword type="constant" name="GST_CLOCK_FLAG_CAN_DO_PERIODIC_SYNC" link="GstClock.html#GST-CLOCK-FLAG-CAN-DO-PERIODIC-SYNC:CAPS"/>
|
2316
|
+
<keyword type="constant" name="GST_CLOCK_FLAG_CAN_DO_PERIODIC_ASYNC" link="GstClock.html#GST-CLOCK-FLAG-CAN-DO-PERIODIC-ASYNC:CAPS"/>
|
2317
|
+
<keyword type="constant" name="GST_CLOCK_FLAG_CAN_SET_RESOLUTION" link="GstClock.html#GST-CLOCK-FLAG-CAN-SET-RESOLUTION:CAPS"/>
|
2318
|
+
<keyword type="constant" name="GST_CLOCK_FLAG_CAN_SET_MASTER" link="GstClock.html#GST-CLOCK-FLAG-CAN-SET-MASTER:CAPS"/>
|
2319
|
+
<keyword type="constant" name="GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC" link="GstClock.html#GST-CLOCK-FLAG-NEEDS-STARTUP-SYNC:CAPS"/>
|
2320
|
+
<keyword type="constant" name="GST_CLOCK_FLAG_LAST" link="GstClock.html#GST-CLOCK-FLAG-LAST:CAPS"/>
|
2321
|
+
<keyword type="constant" name="GST_ELEMENT_FLAG_LOCKED_STATE" link="GstElement.html#GST-ELEMENT-FLAG-LOCKED-STATE:CAPS"/>
|
2322
|
+
<keyword type="constant" name="GST_ELEMENT_FLAG_SINK" link="GstElement.html#GST-ELEMENT-FLAG-SINK:CAPS"/>
|
2323
|
+
<keyword type="constant" name="GST_ELEMENT_FLAG_SOURCE" link="GstElement.html#GST-ELEMENT-FLAG-SOURCE:CAPS"/>
|
2324
|
+
<keyword type="constant" name="GST_ELEMENT_FLAG_PROVIDE_CLOCK" link="GstElement.html#GST-ELEMENT-FLAG-PROVIDE-CLOCK:CAPS"/>
|
2325
|
+
<keyword type="constant" name="GST_ELEMENT_FLAG_REQUIRE_CLOCK" link="GstElement.html#GST-ELEMENT-FLAG-REQUIRE-CLOCK:CAPS"/>
|
2326
|
+
<keyword type="constant" name="GST_ELEMENT_FLAG_INDEXABLE" link="GstElement.html#GST-ELEMENT-FLAG-INDEXABLE:CAPS"/>
|
2327
|
+
<keyword type="constant" name="GST_ELEMENT_FLAG_LAST" link="GstElement.html#GST-ELEMENT-FLAG-LAST:CAPS"/>
|
2328
|
+
<keyword type="constant" name="GST_STATE_VOID_PENDING" link="GstElement.html#GST-STATE-VOID-PENDING:CAPS"/>
|
2329
|
+
<keyword type="constant" name="GST_STATE_NULL" link="GstElement.html#GST-STATE-NULL:CAPS"/>
|
2330
|
+
<keyword type="constant" name="GST_STATE_READY" link="GstElement.html#GST-STATE-READY:CAPS"/>
|
2331
|
+
<keyword type="constant" name="GST_STATE_PAUSED" link="GstElement.html#GST-STATE-PAUSED:CAPS"/>
|
2332
|
+
<keyword type="constant" name="GST_STATE_PLAYING" link="GstElement.html#GST-STATE-PLAYING:CAPS"/>
|
2333
|
+
<keyword type="constant" name="GST_STATE_CHANGE_NULL_TO_READY" link="GstElement.html#GST-STATE-CHANGE-NULL-TO-READY:CAPS"/>
|
2334
|
+
<keyword type="constant" name="GST_STATE_CHANGE_READY_TO_PAUSED" link="GstElement.html#GST-STATE-CHANGE-READY-TO-PAUSED:CAPS"/>
|
2335
|
+
<keyword type="constant" name="GST_STATE_CHANGE_PAUSED_TO_PLAYING" link="GstElement.html#GST-STATE-CHANGE-PAUSED-TO-PLAYING:CAPS"/>
|
2336
|
+
<keyword type="constant" name="GST_STATE_CHANGE_PLAYING_TO_PAUSED" link="GstElement.html#GST-STATE-CHANGE-PLAYING-TO-PAUSED:CAPS"/>
|
2337
|
+
<keyword type="constant" name="GST_STATE_CHANGE_PAUSED_TO_READY" link="GstElement.html#GST-STATE-CHANGE-PAUSED-TO-READY:CAPS"/>
|
2338
|
+
<keyword type="constant" name="GST_STATE_CHANGE_READY_TO_NULL" link="GstElement.html#GST-STATE-CHANGE-READY-TO-NULL:CAPS"/>
|
2339
|
+
<keyword type="constant" name="GST_STATE_CHANGE_FAILURE" link="GstElement.html#GST-STATE-CHANGE-FAILURE:CAPS"/>
|
2340
|
+
<keyword type="constant" name="GST_STATE_CHANGE_SUCCESS" link="GstElement.html#GST-STATE-CHANGE-SUCCESS:CAPS"/>
|
2341
|
+
<keyword type="constant" name="GST_STATE_CHANGE_ASYNC" link="GstElement.html#GST-STATE-CHANGE-ASYNC:CAPS"/>
|
2342
|
+
<keyword type="constant" name="GST_STATE_CHANGE_NO_PREROLL" link="GstElement.html#GST-STATE-CHANGE-NO-PREROLL:CAPS"/>
|
2343
|
+
<keyword type="constant" name="GST_CORE_ERROR_FAILED" link="gstreamer-GstGError.html#GST-CORE-ERROR-FAILED:CAPS"/>
|
2344
|
+
<keyword type="constant" name="GST_CORE_ERROR_TOO_LAZY" link="gstreamer-GstGError.html#GST-CORE-ERROR-TOO-LAZY:CAPS"/>
|
2345
|
+
<keyword type="constant" name="GST_CORE_ERROR_NOT_IMPLEMENTED" link="gstreamer-GstGError.html#GST-CORE-ERROR-NOT-IMPLEMENTED:CAPS"/>
|
2346
|
+
<keyword type="constant" name="GST_CORE_ERROR_STATE_CHANGE" link="gstreamer-GstGError.html#GST-CORE-ERROR-STATE-CHANGE:CAPS"/>
|
2347
|
+
<keyword type="constant" name="GST_CORE_ERROR_PAD" link="gstreamer-GstGError.html#GST-CORE-ERROR-PAD:CAPS"/>
|
2348
|
+
<keyword type="constant" name="GST_CORE_ERROR_THREAD" link="gstreamer-GstGError.html#GST-CORE-ERROR-THREAD:CAPS"/>
|
2349
|
+
<keyword type="constant" name="GST_CORE_ERROR_NEGOTIATION" link="gstreamer-GstGError.html#GST-CORE-ERROR-NEGOTIATION:CAPS"/>
|
2350
|
+
<keyword type="constant" name="GST_CORE_ERROR_EVENT" link="gstreamer-GstGError.html#GST-CORE-ERROR-EVENT:CAPS"/>
|
2351
|
+
<keyword type="constant" name="GST_CORE_ERROR_SEEK" link="gstreamer-GstGError.html#GST-CORE-ERROR-SEEK:CAPS"/>
|
2352
|
+
<keyword type="constant" name="GST_CORE_ERROR_CAPS" link="gstreamer-GstGError.html#GST-CORE-ERROR-CAPS"/>
|
2353
|
+
<keyword type="constant" name="GST_CORE_ERROR_TAG" link="gstreamer-GstGError.html#GST-CORE-ERROR-TAG:CAPS"/>
|
2354
|
+
<keyword type="constant" name="GST_CORE_ERROR_MISSING_PLUGIN" link="gstreamer-GstGError.html#GST-CORE-ERROR-MISSING-PLUGIN:CAPS"/>
|
2355
|
+
<keyword type="constant" name="GST_CORE_ERROR_CLOCK" link="gstreamer-GstGError.html#GST-CORE-ERROR-CLOCK:CAPS"/>
|
2356
|
+
<keyword type="constant" name="GST_CORE_ERROR_DISABLED" link="gstreamer-GstGError.html#GST-CORE-ERROR-DISABLED:CAPS"/>
|
2357
|
+
<keyword type="constant" name="GST_CORE_ERROR_NUM_ERRORS" link="gstreamer-GstGError.html#GST-CORE-ERROR-NUM-ERRORS:CAPS"/>
|
2358
|
+
<keyword type="constant" name="GST_LIBRARY_ERROR_FAILED" link="gstreamer-GstGError.html#GST-LIBRARY-ERROR-FAILED:CAPS"/>
|
2359
|
+
<keyword type="constant" name="GST_LIBRARY_ERROR_TOO_LAZY" link="gstreamer-GstGError.html#GST-LIBRARY-ERROR-TOO-LAZY:CAPS"/>
|
2360
|
+
<keyword type="constant" name="GST_LIBRARY_ERROR_INIT" link="gstreamer-GstGError.html#GST-LIBRARY-ERROR-INIT:CAPS"/>
|
2361
|
+
<keyword type="constant" name="GST_LIBRARY_ERROR_SHUTDOWN" link="gstreamer-GstGError.html#GST-LIBRARY-ERROR-SHUTDOWN:CAPS"/>
|
2362
|
+
<keyword type="constant" name="GST_LIBRARY_ERROR_SETTINGS" link="gstreamer-GstGError.html#GST-LIBRARY-ERROR-SETTINGS:CAPS"/>
|
2363
|
+
<keyword type="constant" name="GST_LIBRARY_ERROR_ENCODE" link="gstreamer-GstGError.html#GST-LIBRARY-ERROR-ENCODE:CAPS"/>
|
2364
|
+
<keyword type="constant" name="GST_LIBRARY_ERROR_NUM_ERRORS" link="gstreamer-GstGError.html#GST-LIBRARY-ERROR-NUM-ERRORS:CAPS"/>
|
2365
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_FAILED" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-FAILED:CAPS"/>
|
2366
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_TOO_LAZY" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-TOO-LAZY:CAPS"/>
|
2367
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_NOT_FOUND" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-NOT-FOUND:CAPS"/>
|
2368
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_BUSY" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-BUSY:CAPS"/>
|
2369
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_OPEN_READ" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-OPEN-READ:CAPS"/>
|
2370
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_OPEN_WRITE" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-OPEN-WRITE:CAPS"/>
|
2371
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_OPEN_READ_WRITE" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-OPEN-READ-WRITE:CAPS"/>
|
2372
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_CLOSE" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-CLOSE:CAPS"/>
|
2373
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_READ" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-READ:CAPS"/>
|
2374
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_WRITE" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-WRITE:CAPS"/>
|
2375
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_SEEK" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-SEEK:CAPS"/>
|
2376
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_SYNC" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-SYNC:CAPS"/>
|
2377
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_SETTINGS" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-SETTINGS:CAPS"/>
|
2378
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_NO_SPACE_LEFT" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-NO-SPACE-LEFT:CAPS"/>
|
2379
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_NOT_AUTHORIZED" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-NOT-AUTHORIZED:CAPS"/>
|
2380
|
+
<keyword type="constant" name="GST_RESOURCE_ERROR_NUM_ERRORS" link="gstreamer-GstGError.html#GST-RESOURCE-ERROR-NUM-ERRORS:CAPS"/>
|
2381
|
+
<keyword type="constant" name="GST_STREAM_ERROR_FAILED" link="gstreamer-GstGError.html#GST-STREAM-ERROR-FAILED:CAPS"/>
|
2382
|
+
<keyword type="constant" name="GST_STREAM_ERROR_TOO_LAZY" link="gstreamer-GstGError.html#GST-STREAM-ERROR-TOO-LAZY:CAPS"/>
|
2383
|
+
<keyword type="constant" name="GST_STREAM_ERROR_NOT_IMPLEMENTED" link="gstreamer-GstGError.html#GST-STREAM-ERROR-NOT-IMPLEMENTED:CAPS"/>
|
2384
|
+
<keyword type="constant" name="GST_STREAM_ERROR_TYPE_NOT_FOUND" link="gstreamer-GstGError.html#GST-STREAM-ERROR-TYPE-NOT-FOUND:CAPS"/>
|
2385
|
+
<keyword type="constant" name="GST_STREAM_ERROR_WRONG_TYPE" link="gstreamer-GstGError.html#GST-STREAM-ERROR-WRONG-TYPE:CAPS"/>
|
2386
|
+
<keyword type="constant" name="GST_STREAM_ERROR_CODEC_NOT_FOUND" link="gstreamer-GstGError.html#GST-STREAM-ERROR-CODEC-NOT-FOUND:CAPS"/>
|
2387
|
+
<keyword type="constant" name="GST_STREAM_ERROR_DECODE" link="gstreamer-GstGError.html#GST-STREAM-ERROR-DECODE:CAPS"/>
|
2388
|
+
<keyword type="constant" name="GST_STREAM_ERROR_ENCODE" link="gstreamer-GstGError.html#GST-STREAM-ERROR-ENCODE:CAPS"/>
|
2389
|
+
<keyword type="constant" name="GST_STREAM_ERROR_DEMUX" link="gstreamer-GstGError.html#GST-STREAM-ERROR-DEMUX:CAPS"/>
|
2390
|
+
<keyword type="constant" name="GST_STREAM_ERROR_MUX" link="gstreamer-GstGError.html#GST-STREAM-ERROR-MUX:CAPS"/>
|
2391
|
+
<keyword type="constant" name="GST_STREAM_ERROR_FORMAT" link="gstreamer-GstGError.html#GST-STREAM-ERROR-FORMAT:CAPS"/>
|
2392
|
+
<keyword type="constant" name="GST_STREAM_ERROR_DECRYPT" link="gstreamer-GstGError.html#GST-STREAM-ERROR-DECRYPT:CAPS"/>
|
2393
|
+
<keyword type="constant" name="GST_STREAM_ERROR_DECRYPT_NOKEY" link="gstreamer-GstGError.html#GST-STREAM-ERROR-DECRYPT-NOKEY:CAPS"/>
|
2394
|
+
<keyword type="constant" name="GST_STREAM_ERROR_NUM_ERRORS" link="gstreamer-GstGError.html#GST-STREAM-ERROR-NUM-ERRORS:CAPS"/>
|
2395
|
+
<keyword type="constant" name="GST_EVENT_TYPE_UPSTREAM" link="GstEvent.html#GST-EVENT-TYPE-UPSTREAM:CAPS"/>
|
2396
|
+
<keyword type="constant" name="GST_EVENT_TYPE_DOWNSTREAM" link="GstEvent.html#GST-EVENT-TYPE-DOWNSTREAM:CAPS"/>
|
2397
|
+
<keyword type="constant" name="GST_EVENT_TYPE_SERIALIZED" link="GstEvent.html#GST-EVENT-TYPE-SERIALIZED:CAPS"/>
|
2398
|
+
<keyword type="constant" name="GST_EVENT_TYPE_STICKY" link="GstEvent.html#GST-EVENT-TYPE-STICKY:CAPS"/>
|
2399
|
+
<keyword type="constant" name="GST_EVENT_TYPE_STICKY_MULTI" link="GstEvent.html#GST-EVENT-TYPE-STICKY-MULTI:CAPS"/>
|
2400
|
+
<keyword type="constant" name="GST_EVENT_UNKNOWN" link="GstEvent.html#GST-EVENT-UNKNOWN:CAPS"/>
|
2401
|
+
<keyword type="constant" name="GST_EVENT_FLUSH_START" link="GstEvent.html#GST-EVENT-FLUSH-START:CAPS"/>
|
2402
|
+
<keyword type="constant" name="GST_EVENT_FLUSH_STOP" link="GstEvent.html#GST-EVENT-FLUSH-STOP:CAPS"/>
|
2403
|
+
<keyword type="constant" name="GST_EVENT_STREAM_START" link="GstEvent.html#GST-EVENT-STREAM-START:CAPS"/>
|
2404
|
+
<keyword type="constant" name="GST_EVENT_CAPS" link="GstEvent.html#GST-EVENT-CAPS"/>
|
2405
|
+
<keyword type="constant" name="GST_EVENT_SEGMENT" link="GstEvent.html#GST-EVENT-SEGMENT:CAPS"/>
|
2406
|
+
<keyword type="constant" name="GST_EVENT_TAG" link="GstEvent.html#GST-EVENT-TAG:CAPS"/>
|
2407
|
+
<keyword type="constant" name="GST_EVENT_BUFFERSIZE" link="GstEvent.html#GST-EVENT-BUFFERSIZE:CAPS"/>
|
2408
|
+
<keyword type="constant" name="GST_EVENT_SINK_MESSAGE" link="GstEvent.html#GST-EVENT-SINK-MESSAGE:CAPS"/>
|
2409
|
+
<keyword type="constant" name="GST_EVENT_EOS" link="GstEvent.html#GST-EVENT-EOS:CAPS"/>
|
2410
|
+
<keyword type="constant" name="GST_EVENT_TOC" link="GstEvent.html#GST-EVENT-TOC:CAPS"/>
|
2411
|
+
<keyword type="constant" name="GST_EVENT_PROTECTION" link="GstEvent.html#GST-EVENT-PROTECTION:CAPS"/>
|
2412
|
+
<keyword type="constant" name="GST_EVENT_SEGMENT_DONE" link="GstEvent.html#GST-EVENT-SEGMENT-DONE:CAPS"/>
|
2413
|
+
<keyword type="constant" name="GST_EVENT_GAP" link="GstEvent.html#GST-EVENT-GAP:CAPS"/>
|
2414
|
+
<keyword type="constant" name="GST_EVENT_QOS" link="GstEvent.html#GST-EVENT-QOS:CAPS"/>
|
2415
|
+
<keyword type="constant" name="GST_EVENT_SEEK" link="GstEvent.html#GST-EVENT-SEEK:CAPS"/>
|
2416
|
+
<keyword type="constant" name="GST_EVENT_NAVIGATION" link="GstEvent.html#GST-EVENT-NAVIGATION:CAPS"/>
|
2417
|
+
<keyword type="constant" name="GST_EVENT_LATENCY" link="GstEvent.html#GST-EVENT-LATENCY:CAPS"/>
|
2418
|
+
<keyword type="constant" name="GST_EVENT_STEP" link="GstEvent.html#GST-EVENT-STEP:CAPS"/>
|
2419
|
+
<keyword type="constant" name="GST_EVENT_RECONFIGURE" link="GstEvent.html#GST-EVENT-RECONFIGURE:CAPS"/>
|
2420
|
+
<keyword type="constant" name="GST_EVENT_TOC_SELECT" link="GstEvent.html#GST-EVENT-TOC-SELECT:CAPS"/>
|
2421
|
+
<keyword type="constant" name="GST_EVENT_CUSTOM_UPSTREAM" link="GstEvent.html#GST-EVENT-CUSTOM-UPSTREAM:CAPS"/>
|
2422
|
+
<keyword type="constant" name="GST_EVENT_CUSTOM_DOWNSTREAM" link="GstEvent.html#GST-EVENT-CUSTOM-DOWNSTREAM:CAPS"/>
|
2423
|
+
<keyword type="constant" name="GST_EVENT_CUSTOM_DOWNSTREAM_OOB" link="GstEvent.html#GST-EVENT-CUSTOM-DOWNSTREAM-OOB:CAPS"/>
|
2424
|
+
<keyword type="constant" name="GST_EVENT_CUSTOM_DOWNSTREAM_STICKY" link="GstEvent.html#GST-EVENT-CUSTOM-DOWNSTREAM-STICKY:CAPS"/>
|
2425
|
+
<keyword type="constant" name="GST_EVENT_CUSTOM_BOTH" link="GstEvent.html#GST-EVENT-CUSTOM-BOTH:CAPS"/>
|
2426
|
+
<keyword type="constant" name="GST_EVENT_CUSTOM_BOTH_OOB" link="GstEvent.html#GST-EVENT-CUSTOM-BOTH-OOB:CAPS"/>
|
2427
|
+
<keyword type="constant" name="GST_STREAM_FLAG_NONE" link="GstEvent.html#GST-STREAM-FLAG-NONE:CAPS"/>
|
2428
|
+
<keyword type="constant" name="GST_STREAM_FLAG_SPARSE" link="GstEvent.html#GST-STREAM-FLAG-SPARSE:CAPS"/>
|
2429
|
+
<keyword type="constant" name="GST_STREAM_FLAG_SELECT" link="GstEvent.html#GST-STREAM-FLAG-SELECT:CAPS"/>
|
2430
|
+
<keyword type="constant" name="GST_STREAM_FLAG_UNSELECT" link="GstEvent.html#GST-STREAM-FLAG-UNSELECT:CAPS"/>
|
2431
|
+
<keyword type="constant" name="GST_QOS_TYPE_OVERFLOW" link="GstEvent.html#GST-QOS-TYPE-OVERFLOW:CAPS"/>
|
2432
|
+
<keyword type="constant" name="GST_QOS_TYPE_UNDERFLOW" link="GstEvent.html#GST-QOS-TYPE-UNDERFLOW:CAPS"/>
|
2433
|
+
<keyword type="constant" name="GST_QOS_TYPE_THROTTLE" link="GstEvent.html#GST-QOS-TYPE-THROTTLE:CAPS"/>
|
2434
|
+
<keyword type="constant" name="GST_SEEK_TYPE_NONE" link="GstEvent.html#GST-SEEK-TYPE-NONE:CAPS"/>
|
2435
|
+
<keyword type="constant" name="GST_SEEK_TYPE_SET" link="GstEvent.html#GST-SEEK-TYPE-SET:CAPS"/>
|
2436
|
+
<keyword type="constant" name="GST_SEEK_TYPE_END" link="GstEvent.html#GST-SEEK-TYPE-END:CAPS"/>
|
2437
|
+
<keyword type="constant" name="GST_SEEK_FLAG_NONE" link="GstEvent.html#GST-SEEK-FLAG-NONE:CAPS"/>
|
2438
|
+
<keyword type="constant" name="GST_SEEK_FLAG_FLUSH" link="GstEvent.html#GST-SEEK-FLAG-FLUSH:CAPS"/>
|
2439
|
+
<keyword type="constant" name="GST_SEEK_FLAG_ACCURATE" link="GstEvent.html#GST-SEEK-FLAG-ACCURATE:CAPS"/>
|
2440
|
+
<keyword type="constant" name="GST_SEEK_FLAG_KEY_UNIT" link="GstEvent.html#GST-SEEK-FLAG-KEY-UNIT:CAPS"/>
|
2441
|
+
<keyword type="constant" name="GST_SEEK_FLAG_SEGMENT" link="GstEvent.html#GST-SEEK-FLAG-SEGMENT:CAPS"/>
|
2442
|
+
<keyword type="constant" name="GST_SEEK_FLAG_TRICKMODE" link="GstEvent.html#GST-SEEK-FLAG-TRICKMODE:CAPS"/>
|
2443
|
+
<keyword type="constant" name="GST_SEEK_FLAG_SKIP" link="GstEvent.html#GST-SEEK-FLAG-SKIP:CAPS"/>
|
2444
|
+
<keyword type="constant" name="GST_SEEK_FLAG_SNAP_BEFORE" link="GstEvent.html#GST-SEEK-FLAG-SNAP-BEFORE:CAPS"/>
|
2445
|
+
<keyword type="constant" name="GST_SEEK_FLAG_SNAP_AFTER" link="GstEvent.html#GST-SEEK-FLAG-SNAP-AFTER:CAPS"/>
|
2446
|
+
<keyword type="constant" name="GST_SEEK_FLAG_SNAP_NEAREST" link="GstEvent.html#GST-SEEK-FLAG-SNAP-NEAREST:CAPS"/>
|
2447
|
+
<keyword type="constant" name="GST_SEEK_FLAG_TRICKMODE_KEY_UNITS" link="GstEvent.html#GST-SEEK-FLAG-TRICKMODE-KEY-UNITS:CAPS"/>
|
2448
|
+
<keyword type="constant" name="GST_SEEK_FLAG_TRICKMODE_NO_AUDIO" link="GstEvent.html#GST-SEEK-FLAG-TRICKMODE-NO-AUDIO:CAPS"/>
|
2449
|
+
<keyword type="constant" name="GST_FORMAT_UNDEFINED" link="gstreamer-GstFormat.html#GST-FORMAT-UNDEFINED:CAPS"/>
|
2450
|
+
<keyword type="constant" name="GST_FORMAT_DEFAULT" link="gstreamer-GstFormat.html#GST-FORMAT-DEFAULT:CAPS"/>
|
2451
|
+
<keyword type="constant" name="GST_FORMAT_BYTES" link="gstreamer-GstFormat.html#GST-FORMAT-BYTES:CAPS"/>
|
2452
|
+
<keyword type="constant" name="GST_FORMAT_TIME" link="gstreamer-GstFormat.html#GST-FORMAT-TIME:CAPS"/>
|
2453
|
+
<keyword type="constant" name="GST_FORMAT_BUFFERS" link="gstreamer-GstFormat.html#GST-FORMAT-BUFFERS:CAPS"/>
|
2454
|
+
<keyword type="constant" name="GST_FORMAT_PERCENT" link="gstreamer-GstFormat.html#GST-FORMAT-PERCENT:CAPS"/>
|
2455
|
+
<keyword type="constant" name="GST_ITERATOR_ITEM_SKIP" link="gstreamer-GstIterator.html#GST-ITERATOR-ITEM-SKIP:CAPS"/>
|
2456
|
+
<keyword type="constant" name="GST_ITERATOR_ITEM_PASS" link="gstreamer-GstIterator.html#GST-ITERATOR-ITEM-PASS:CAPS"/>
|
2457
|
+
<keyword type="constant" name="GST_ITERATOR_ITEM_END" link="gstreamer-GstIterator.html#GST-ITERATOR-ITEM-END:CAPS"/>
|
2458
|
+
<keyword type="constant" name="GST_ITERATOR_DONE" link="gstreamer-GstIterator.html#GST-ITERATOR-DONE:CAPS"/>
|
2459
|
+
<keyword type="constant" name="GST_ITERATOR_OK" link="gstreamer-GstIterator.html#GST-ITERATOR-OK:CAPS"/>
|
2460
|
+
<keyword type="constant" name="GST_ITERATOR_RESYNC" link="gstreamer-GstIterator.html#GST-ITERATOR-RESYNC:CAPS"/>
|
2461
|
+
<keyword type="constant" name="GST_ITERATOR_ERROR" link="gstreamer-GstIterator.html#GST-ITERATOR-ERROR:CAPS"/>
|
2462
|
+
<keyword type="constant" name="GST_MEMORY_FLAG_READONLY" link="GstMemory.html#GST-MEMORY-FLAG-READONLY:CAPS"/>
|
2463
|
+
<keyword type="constant" name="GST_MEMORY_FLAG_NO_SHARE" link="GstMemory.html#GST-MEMORY-FLAG-NO-SHARE:CAPS"/>
|
2464
|
+
<keyword type="constant" name="GST_MEMORY_FLAG_ZERO_PREFIXED" link="GstMemory.html#GST-MEMORY-FLAG-ZERO-PREFIXED:CAPS"/>
|
2465
|
+
<keyword type="constant" name="GST_MEMORY_FLAG_ZERO_PADDED" link="GstMemory.html#GST-MEMORY-FLAG-ZERO-PADDED:CAPS"/>
|
2466
|
+
<keyword type="constant" name="GST_MEMORY_FLAG_PHYSICALLY_CONTIGUOUS" link="GstMemory.html#GST-MEMORY-FLAG-PHYSICALLY-CONTIGUOUS:CAPS"/>
|
2467
|
+
<keyword type="constant" name="GST_MEMORY_FLAG_NOT_MAPPABLE" link="GstMemory.html#GST-MEMORY-FLAG-NOT-MAPPABLE:CAPS"/>
|
2468
|
+
<keyword type="constant" name="GST_MEMORY_FLAG_LAST" link="GstMemory.html#GST-MEMORY-FLAG-LAST:CAPS"/>
|
2469
|
+
<keyword type="constant" name="GST_MAP_READ" link="GstMemory.html#GST-MAP-READ:CAPS"/>
|
2470
|
+
<keyword type="constant" name="GST_MAP_WRITE" link="GstMemory.html#GST-MAP-WRITE:CAPS"/>
|
2471
|
+
<keyword type="constant" name="GST_MAP_FLAG_LAST" link="GstMemory.html#GST-MAP-FLAG-LAST:CAPS"/>
|
2472
|
+
<keyword type="constant" name="GST_MESSAGE_UNKNOWN" link="GstMessage.html#GST-MESSAGE-UNKNOWN:CAPS"/>
|
2473
|
+
<keyword type="constant" name="GST_MESSAGE_EOS" link="GstMessage.html#GST-MESSAGE-EOS:CAPS"/>
|
2474
|
+
<keyword type="constant" name="GST_MESSAGE_ERROR" link="GstMessage.html#GST-MESSAGE-ERROR:CAPS"/>
|
2475
|
+
<keyword type="constant" name="GST_MESSAGE_WARNING" link="GstMessage.html#GST-MESSAGE-WARNING:CAPS"/>
|
2476
|
+
<keyword type="constant" name="GST_MESSAGE_INFO" link="GstMessage.html#GST-MESSAGE-INFO:CAPS"/>
|
2477
|
+
<keyword type="constant" name="GST_MESSAGE_TAG" link="GstMessage.html#GST-MESSAGE-TAG:CAPS"/>
|
2478
|
+
<keyword type="constant" name="GST_MESSAGE_BUFFERING" link="GstMessage.html#GST-MESSAGE-BUFFERING:CAPS"/>
|
2479
|
+
<keyword type="constant" name="GST_MESSAGE_STATE_CHANGED" link="GstMessage.html#GST-MESSAGE-STATE-CHANGED:CAPS"/>
|
2480
|
+
<keyword type="constant" name="GST_MESSAGE_STATE_DIRTY" link="GstMessage.html#GST-MESSAGE-STATE-DIRTY:CAPS"/>
|
2481
|
+
<keyword type="constant" name="GST_MESSAGE_STEP_DONE" link="GstMessage.html#GST-MESSAGE-STEP-DONE:CAPS"/>
|
2482
|
+
<keyword type="constant" name="GST_MESSAGE_CLOCK_PROVIDE" link="GstMessage.html#GST-MESSAGE-CLOCK-PROVIDE:CAPS"/>
|
2483
|
+
<keyword type="constant" name="GST_MESSAGE_CLOCK_LOST" link="GstMessage.html#GST-MESSAGE-CLOCK-LOST:CAPS"/>
|
2484
|
+
<keyword type="constant" name="GST_MESSAGE_NEW_CLOCK" link="GstMessage.html#GST-MESSAGE-NEW-CLOCK:CAPS"/>
|
2485
|
+
<keyword type="constant" name="GST_MESSAGE_STRUCTURE_CHANGE" link="GstMessage.html#GST-MESSAGE-STRUCTURE-CHANGE:CAPS"/>
|
2486
|
+
<keyword type="constant" name="GST_MESSAGE_STREAM_STATUS" link="GstMessage.html#GST-MESSAGE-STREAM-STATUS:CAPS"/>
|
2487
|
+
<keyword type="constant" name="GST_MESSAGE_APPLICATION" link="GstMessage.html#GST-MESSAGE-APPLICATION:CAPS"/>
|
2488
|
+
<keyword type="constant" name="GST_MESSAGE_ELEMENT" link="GstMessage.html#GST-MESSAGE-ELEMENT:CAPS"/>
|
2489
|
+
<keyword type="constant" name="GST_MESSAGE_SEGMENT_START" link="GstMessage.html#GST-MESSAGE-SEGMENT-START:CAPS"/>
|
2490
|
+
<keyword type="constant" name="GST_MESSAGE_SEGMENT_DONE" link="GstMessage.html#GST-MESSAGE-SEGMENT-DONE:CAPS"/>
|
2491
|
+
<keyword type="constant" name="GST_MESSAGE_DURATION_CHANGED" link="GstMessage.html#GST-MESSAGE-DURATION-CHANGED:CAPS"/>
|
2492
|
+
<keyword type="constant" name="GST_MESSAGE_LATENCY" link="GstMessage.html#GST-MESSAGE-LATENCY:CAPS"/>
|
2493
|
+
<keyword type="constant" name="GST_MESSAGE_ASYNC_START" link="GstMessage.html#GST-MESSAGE-ASYNC-START:CAPS"/>
|
2494
|
+
<keyword type="constant" name="GST_MESSAGE_ASYNC_DONE" link="GstMessage.html#GST-MESSAGE-ASYNC-DONE:CAPS"/>
|
2495
|
+
<keyword type="constant" name="GST_MESSAGE_REQUEST_STATE" link="GstMessage.html#GST-MESSAGE-REQUEST-STATE:CAPS"/>
|
2496
|
+
<keyword type="constant" name="GST_MESSAGE_STEP_START" link="GstMessage.html#GST-MESSAGE-STEP-START:CAPS"/>
|
2497
|
+
<keyword type="constant" name="GST_MESSAGE_QOS" link="GstMessage.html#GST-MESSAGE-QOS:CAPS"/>
|
2498
|
+
<keyword type="constant" name="GST_MESSAGE_PROGRESS" link="GstMessage.html#GST-MESSAGE-PROGRESS:CAPS"/>
|
2499
|
+
<keyword type="constant" name="GST_MESSAGE_TOC" link="GstMessage.html#GST-MESSAGE-TOC:CAPS"/>
|
2500
|
+
<keyword type="constant" name="GST_MESSAGE_RESET_TIME" link="GstMessage.html#GST-MESSAGE-RESET-TIME:CAPS"/>
|
2501
|
+
<keyword type="constant" name="GST_MESSAGE_STREAM_START" link="GstMessage.html#GST-MESSAGE-STREAM-START:CAPS"/>
|
2502
|
+
<keyword type="constant" name="GST_MESSAGE_NEED_CONTEXT" link="GstMessage.html#GST-MESSAGE-NEED-CONTEXT:CAPS"/>
|
2503
|
+
<keyword type="constant" name="GST_MESSAGE_HAVE_CONTEXT" link="GstMessage.html#GST-MESSAGE-HAVE-CONTEXT:CAPS"/>
|
2504
|
+
<keyword type="constant" name="GST_MESSAGE_EXTENDED" link="GstMessage.html#GST-MESSAGE-EXTENDED:CAPS"/>
|
2505
|
+
<keyword type="constant" name="GST_MESSAGE_DEVICE_ADDED" link="GstMessage.html#GST-MESSAGE-DEVICE-ADDED:CAPS"/>
|
2506
|
+
<keyword type="constant" name="GST_MESSAGE_DEVICE_REMOVED" link="GstMessage.html#GST-MESSAGE-DEVICE-REMOVED:CAPS"/>
|
2507
|
+
<keyword type="constant" name="GST_MESSAGE_ANY" link="GstMessage.html#GST-MESSAGE-ANY:CAPS"/>
|
2508
|
+
<keyword type="constant" name="GST_STRUCTURE_CHANGE_TYPE_PAD_LINK" link="GstMessage.html#GST-STRUCTURE-CHANGE-TYPE-PAD-LINK:CAPS"/>
|
2509
|
+
<keyword type="constant" name="GST_STRUCTURE_CHANGE_TYPE_PAD_UNLINK" link="GstMessage.html#GST-STRUCTURE-CHANGE-TYPE-PAD-UNLINK:CAPS"/>
|
2510
|
+
<keyword type="constant" name="GST_STREAM_STATUS_TYPE_CREATE" link="GstMessage.html#GST-STREAM-STATUS-TYPE-CREATE:CAPS"/>
|
2511
|
+
<keyword type="constant" name="GST_STREAM_STATUS_TYPE_ENTER" link="GstMessage.html#GST-STREAM-STATUS-TYPE-ENTER:CAPS"/>
|
2512
|
+
<keyword type="constant" name="GST_STREAM_STATUS_TYPE_LEAVE" link="GstMessage.html#GST-STREAM-STATUS-TYPE-LEAVE:CAPS"/>
|
2513
|
+
<keyword type="constant" name="GST_STREAM_STATUS_TYPE_DESTROY" link="GstMessage.html#GST-STREAM-STATUS-TYPE-DESTROY:CAPS"/>
|
2514
|
+
<keyword type="constant" name="GST_STREAM_STATUS_TYPE_START" link="GstMessage.html#GST-STREAM-STATUS-TYPE-START:CAPS"/>
|
2515
|
+
<keyword type="constant" name="GST_STREAM_STATUS_TYPE_PAUSE" link="GstMessage.html#GST-STREAM-STATUS-TYPE-PAUSE:CAPS"/>
|
2516
|
+
<keyword type="constant" name="GST_STREAM_STATUS_TYPE_STOP" link="GstMessage.html#GST-STREAM-STATUS-TYPE-STOP:CAPS"/>
|
2517
|
+
<keyword type="constant" name="GST_PROGRESS_TYPE_START" link="GstMessage.html#GST-PROGRESS-TYPE-START:CAPS"/>
|
2518
|
+
<keyword type="constant" name="GST_PROGRESS_TYPE_CONTINUE" link="GstMessage.html#GST-PROGRESS-TYPE-CONTINUE:CAPS"/>
|
2519
|
+
<keyword type="constant" name="GST_PROGRESS_TYPE_COMPLETE" link="GstMessage.html#GST-PROGRESS-TYPE-COMPLETE:CAPS"/>
|
2520
|
+
<keyword type="constant" name="GST_PROGRESS_TYPE_CANCELED" link="GstMessage.html#GST-PROGRESS-TYPE-CANCELED:CAPS"/>
|
2521
|
+
<keyword type="constant" name="GST_PROGRESS_TYPE_ERROR" link="GstMessage.html#GST-PROGRESS-TYPE-ERROR:CAPS"/>
|
2522
|
+
<keyword type="constant" name="GST_META_FLAG_NONE" link="gstreamer-GstMeta.html#GST-META-FLAG-NONE:CAPS"/>
|
2523
|
+
<keyword type="constant" name="GST_META_FLAG_READONLY" link="gstreamer-GstMeta.html#GST-META-FLAG-READONLY:CAPS"/>
|
2524
|
+
<keyword type="constant" name="GST_META_FLAG_POOLED" link="gstreamer-GstMeta.html#GST-META-FLAG-POOLED:CAPS"/>
|
2525
|
+
<keyword type="constant" name="GST_META_FLAG_LOCKED" link="gstreamer-GstMeta.html#GST-META-FLAG-LOCKED:CAPS"/>
|
2526
|
+
<keyword type="constant" name="GST_META_FLAG_LAST" link="gstreamer-GstMeta.html#GST-META-FLAG-LAST:CAPS"/>
|
2527
|
+
<keyword type="constant" name="GST_MINI_OBJECT_FLAG_LOCKABLE" link="gstreamer-GstMiniObject.html#GST-MINI-OBJECT-FLAG-LOCKABLE:CAPS"/>
|
2528
|
+
<keyword type="constant" name="GST_MINI_OBJECT_FLAG_LOCK_READONLY" link="gstreamer-GstMiniObject.html#GST-MINI-OBJECT-FLAG-LOCK-READONLY:CAPS"/>
|
2529
|
+
<keyword type="constant" name="GST_MINI_OBJECT_FLAG_LAST" link="gstreamer-GstMiniObject.html#GST-MINI-OBJECT-FLAG-LAST:CAPS"/>
|
2530
|
+
<keyword type="constant" name="GST_LOCK_FLAG_READ" link="gstreamer-GstMiniObject.html#GST-LOCK-FLAG-READ:CAPS"/>
|
2531
|
+
<keyword type="constant" name="GST_LOCK_FLAG_WRITE" link="gstreamer-GstMiniObject.html#GST-LOCK-FLAG-WRITE:CAPS"/>
|
2532
|
+
<keyword type="constant" name="GST_LOCK_FLAG_EXCLUSIVE" link="gstreamer-GstMiniObject.html#GST-LOCK-FLAG-EXCLUSIVE:CAPS"/>
|
2533
|
+
<keyword type="constant" name="GST_LOCK_FLAG_LAST" link="gstreamer-GstMiniObject.html#GST-LOCK-FLAG-LAST:CAPS"/>
|
2534
|
+
<keyword type="constant" name="GST_OBJECT_FLAG_LAST" link="GstObject.html#GST-OBJECT-FLAG-LAST:CAPS"/>
|
2535
|
+
<keyword type="constant" name="GST_PAD_UNKNOWN" link="GstPad.html#GST-PAD-UNKNOWN:CAPS"/>
|
2536
|
+
<keyword type="constant" name="GST_PAD_SRC" link="GstPad.html#GST-PAD-SRC:CAPS"/>
|
2537
|
+
<keyword type="constant" name="GST_PAD_SINK" link="GstPad.html#GST-PAD-SINK:CAPS"/>
|
2538
|
+
<keyword type="constant" name="GST_PAD_FLAG_BLOCKED" link="GstPad.html#GST-PAD-FLAG-BLOCKED:CAPS"/>
|
2539
|
+
<keyword type="constant" name="GST_PAD_FLAG_FLUSHING" link="GstPad.html#GST-PAD-FLAG-FLUSHING:CAPS"/>
|
2540
|
+
<keyword type="constant" name="GST_PAD_FLAG_EOS" link="GstPad.html#GST-PAD-FLAG-EOS:CAPS"/>
|
2541
|
+
<keyword type="constant" name="GST_PAD_FLAG_BLOCKING" link="GstPad.html#GST-PAD-FLAG-BLOCKING:CAPS"/>
|
2542
|
+
<keyword type="constant" name="GST_PAD_FLAG_NEED_PARENT" link="GstPad.html#GST-PAD-FLAG-NEED-PARENT:CAPS"/>
|
2543
|
+
<keyword type="constant" name="GST_PAD_FLAG_NEED_RECONFIGURE" link="GstPad.html#GST-PAD-FLAG-NEED-RECONFIGURE:CAPS"/>
|
2544
|
+
<keyword type="constant" name="GST_PAD_FLAG_PENDING_EVENTS" link="GstPad.html#GST-PAD-FLAG-PENDING-EVENTS:CAPS"/>
|
2545
|
+
<keyword type="constant" name="GST_PAD_FLAG_FIXED_CAPS" link="GstPad.html#GST-PAD-FLAG-FIXED-CAPS"/>
|
2546
|
+
<keyword type="constant" name="GST_PAD_FLAG_PROXY_CAPS" link="GstPad.html#GST-PAD-FLAG-PROXY-CAPS"/>
|
2547
|
+
<keyword type="constant" name="GST_PAD_FLAG_PROXY_ALLOCATION" link="GstPad.html#GST-PAD-FLAG-PROXY-ALLOCATION:CAPS"/>
|
2548
|
+
<keyword type="constant" name="GST_PAD_FLAG_PROXY_SCHEDULING" link="GstPad.html#GST-PAD-FLAG-PROXY-SCHEDULING:CAPS"/>
|
2549
|
+
<keyword type="constant" name="GST_PAD_FLAG_ACCEPT_INTERSECT" link="GstPad.html#GST-PAD-FLAG-ACCEPT-INTERSECT:CAPS"/>
|
2550
|
+
<keyword type="constant" name="GST_PAD_FLAG_LAST" link="GstPad.html#GST-PAD-FLAG-LAST:CAPS"/>
|
2551
|
+
<keyword type="constant" name="GST_PAD_LINK_OK" link="GstPad.html#GST-PAD-LINK-OK:CAPS"/>
|
2552
|
+
<keyword type="constant" name="GST_PAD_LINK_WRONG_HIERARCHY" link="GstPad.html#GST-PAD-LINK-WRONG-HIERARCHY:CAPS"/>
|
2553
|
+
<keyword type="constant" name="GST_PAD_LINK_WAS_LINKED" link="GstPad.html#GST-PAD-LINK-WAS-LINKED:CAPS"/>
|
2554
|
+
<keyword type="constant" name="GST_PAD_LINK_WRONG_DIRECTION" link="GstPad.html#GST-PAD-LINK-WRONG-DIRECTION:CAPS"/>
|
2555
|
+
<keyword type="constant" name="GST_PAD_LINK_NOFORMAT" link="GstPad.html#GST-PAD-LINK-NOFORMAT:CAPS"/>
|
2556
|
+
<keyword type="constant" name="GST_PAD_LINK_NOSCHED" link="GstPad.html#GST-PAD-LINK-NOSCHED:CAPS"/>
|
2557
|
+
<keyword type="constant" name="GST_PAD_LINK_REFUSED" link="GstPad.html#GST-PAD-LINK-REFUSED:CAPS"/>
|
2558
|
+
<keyword type="constant" name="GST_PAD_LINK_CHECK_NOTHING" link="GstPad.html#GST-PAD-LINK-CHECK-NOTHING:CAPS"/>
|
2559
|
+
<keyword type="constant" name="GST_PAD_LINK_CHECK_HIERARCHY" link="GstPad.html#GST-PAD-LINK-CHECK-HIERARCHY:CAPS"/>
|
2560
|
+
<keyword type="constant" name="GST_PAD_LINK_CHECK_TEMPLATE_CAPS" link="GstPad.html#GST-PAD-LINK-CHECK-TEMPLATE-CAPS"/>
|
2561
|
+
<keyword type="constant" name="GST_PAD_LINK_CHECK_CAPS" link="GstPad.html#GST-PAD-LINK-CHECK-CAPS"/>
|
2562
|
+
<keyword type="constant" name="GST_PAD_LINK_CHECK_DEFAULT" link="GstPad.html#GST-PAD-LINK-CHECK-DEFAULT:CAPS"/>
|
2563
|
+
<keyword type="constant" name="GST_FLOW_CUSTOM_SUCCESS_2" link="GstPad.html#GST-FLOW-CUSTOM-SUCCESS-2:CAPS"/>
|
2564
|
+
<keyword type="constant" name="GST_FLOW_CUSTOM_SUCCESS_1" link="GstPad.html#GST-FLOW-CUSTOM-SUCCESS-1:CAPS"/>
|
2565
|
+
<keyword type="constant" name="GST_FLOW_CUSTOM_SUCCESS" link="GstPad.html#GST-FLOW-CUSTOM-SUCCESS:CAPS"/>
|
2566
|
+
<keyword type="constant" name="GST_FLOW_OK" link="GstPad.html#GST-FLOW-OK:CAPS"/>
|
2567
|
+
<keyword type="constant" name="GST_FLOW_NOT_LINKED" link="GstPad.html#GST-FLOW-NOT-LINKED:CAPS"/>
|
2568
|
+
<keyword type="constant" name="GST_FLOW_FLUSHING" link="GstPad.html#GST-FLOW-FLUSHING:CAPS"/>
|
2569
|
+
<keyword type="constant" name="GST_FLOW_EOS" link="GstPad.html#GST-FLOW-EOS:CAPS"/>
|
2570
|
+
<keyword type="constant" name="GST_FLOW_NOT_NEGOTIATED" link="GstPad.html#GST-FLOW-NOT-NEGOTIATED:CAPS"/>
|
2571
|
+
<keyword type="constant" name="GST_FLOW_ERROR" link="GstPad.html#GST-FLOW-ERROR:CAPS"/>
|
2572
|
+
<keyword type="constant" name="GST_FLOW_NOT_SUPPORTED" link="GstPad.html#GST-FLOW-NOT-SUPPORTED:CAPS"/>
|
2573
|
+
<keyword type="constant" name="GST_FLOW_CUSTOM_ERROR" link="GstPad.html#GST-FLOW-CUSTOM-ERROR:CAPS"/>
|
2574
|
+
<keyword type="constant" name="GST_FLOW_CUSTOM_ERROR_1" link="GstPad.html#GST-FLOW-CUSTOM-ERROR-1:CAPS"/>
|
2575
|
+
<keyword type="constant" name="GST_FLOW_CUSTOM_ERROR_2" link="GstPad.html#GST-FLOW-CUSTOM-ERROR-2:CAPS"/>
|
2576
|
+
<keyword type="constant" name="GST_PAD_MODE_NONE" link="GstPad.html#GST-PAD-MODE-NONE:CAPS"/>
|
2577
|
+
<keyword type="constant" name="GST_PAD_MODE_PUSH" link="GstPad.html#GST-PAD-MODE-PUSH:CAPS"/>
|
2578
|
+
<keyword type="constant" name="GST_PAD_MODE_PULL" link="GstPad.html#GST-PAD-MODE-PULL:CAPS"/>
|
2579
|
+
<keyword type="constant" name="GST_PAD_PROBE_DROP" link="GstPad.html#GST-PAD-PROBE-DROP:CAPS"/>
|
2580
|
+
<keyword type="constant" name="GST_PAD_PROBE_OK" link="GstPad.html#GST-PAD-PROBE-OK:CAPS"/>
|
2581
|
+
<keyword type="constant" name="GST_PAD_PROBE_REMOVE" link="GstPad.html#GST-PAD-PROBE-REMOVE:CAPS"/>
|
2582
|
+
<keyword type="constant" name="GST_PAD_PROBE_PASS" link="GstPad.html#GST-PAD-PROBE-PASS:CAPS"/>
|
2583
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_INVALID" link="GstPad.html#GST-PAD-PROBE-TYPE-INVALID:CAPS"/>
|
2584
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_IDLE" link="GstPad.html#GST-PAD-PROBE-TYPE-IDLE:CAPS"/>
|
2585
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_BLOCK" link="GstPad.html#GST-PAD-PROBE-TYPE-BLOCK:CAPS"/>
|
2586
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_BUFFER" link="GstPad.html#GST-PAD-PROBE-TYPE-BUFFER:CAPS"/>
|
2587
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_BUFFER_LIST" link="GstPad.html#GST-PAD-PROBE-TYPE-BUFFER-LIST:CAPS"/>
|
2588
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM" link="GstPad.html#GST-PAD-PROBE-TYPE-EVENT-DOWNSTREAM:CAPS"/>
|
2589
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_EVENT_UPSTREAM" link="GstPad.html#GST-PAD-PROBE-TYPE-EVENT-UPSTREAM:CAPS"/>
|
2590
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_EVENT_FLUSH" link="GstPad.html#GST-PAD-PROBE-TYPE-EVENT-FLUSH:CAPS"/>
|
2591
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_QUERY_DOWNSTREAM" link="GstPad.html#GST-PAD-PROBE-TYPE-QUERY-DOWNSTREAM:CAPS"/>
|
2592
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_QUERY_UPSTREAM" link="GstPad.html#GST-PAD-PROBE-TYPE-QUERY-UPSTREAM:CAPS"/>
|
2593
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_PUSH" link="GstPad.html#GST-PAD-PROBE-TYPE-PUSH:CAPS"/>
|
2594
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_PULL" link="GstPad.html#GST-PAD-PROBE-TYPE-PULL:CAPS"/>
|
2595
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_BLOCKING" link="GstPad.html#GST-PAD-PROBE-TYPE-BLOCKING:CAPS"/>
|
2596
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_DATA_DOWNSTREAM" link="GstPad.html#GST-PAD-PROBE-TYPE-DATA-DOWNSTREAM:CAPS"/>
|
2597
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_DATA_UPSTREAM" link="GstPad.html#GST-PAD-PROBE-TYPE-DATA-UPSTREAM:CAPS"/>
|
2598
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_DATA_BOTH" link="GstPad.html#GST-PAD-PROBE-TYPE-DATA-BOTH:CAPS"/>
|
2599
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM" link="GstPad.html#GST-PAD-PROBE-TYPE-BLOCK-DOWNSTREAM:CAPS"/>
|
2600
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_BLOCK_UPSTREAM" link="GstPad.html#GST-PAD-PROBE-TYPE-BLOCK-UPSTREAM:CAPS"/>
|
2601
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_EVENT_BOTH" link="GstPad.html#GST-PAD-PROBE-TYPE-EVENT-BOTH:CAPS"/>
|
2602
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_QUERY_BOTH" link="GstPad.html#GST-PAD-PROBE-TYPE-QUERY-BOTH:CAPS"/>
|
2603
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_ALL_BOTH" link="GstPad.html#GST-PAD-PROBE-TYPE-ALL-BOTH:CAPS"/>
|
2604
|
+
<keyword type="constant" name="GST_PAD_PROBE_TYPE_SCHEDULING" link="GstPad.html#GST-PAD-PROBE-TYPE-SCHEDULING:CAPS"/>
|
2605
|
+
<keyword type="constant" name="GST_PAD_TEMPLATE_FLAG_LAST" link="GstPadTemplate.html#GST-PAD-TEMPLATE-FLAG-LAST:CAPS"/>
|
2606
|
+
<keyword type="constant" name="GST_PAD_ALWAYS" link="GstPadTemplate.html#GST-PAD-ALWAYS:CAPS"/>
|
2607
|
+
<keyword type="constant" name="GST_PAD_SOMETIMES" link="GstPadTemplate.html#GST-PAD-SOMETIMES:CAPS"/>
|
2608
|
+
<keyword type="constant" name="GST_PAD_REQUEST" link="GstPadTemplate.html#GST-PAD-REQUEST:CAPS"/>
|
2609
|
+
<keyword type="constant" name="GST_PARSE_ERROR_SYNTAX" link="gstreamer-GstParse.html#GST-PARSE-ERROR-SYNTAX:CAPS"/>
|
2610
|
+
<keyword type="constant" name="GST_PARSE_ERROR_NO_SUCH_ELEMENT" link="gstreamer-GstParse.html#GST-PARSE-ERROR-NO-SUCH-ELEMENT:CAPS"/>
|
2611
|
+
<keyword type="constant" name="GST_PARSE_ERROR_NO_SUCH_PROPERTY" link="gstreamer-GstParse.html#GST-PARSE-ERROR-NO-SUCH-PROPERTY:CAPS"/>
|
2612
|
+
<keyword type="constant" name="GST_PARSE_ERROR_LINK" link="gstreamer-GstParse.html#GST-PARSE-ERROR-LINK:CAPS"/>
|
2613
|
+
<keyword type="constant" name="GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY" link="gstreamer-GstParse.html#GST-PARSE-ERROR-COULD-NOT-SET-PROPERTY:CAPS"/>
|
2614
|
+
<keyword type="constant" name="GST_PARSE_ERROR_EMPTY_BIN" link="gstreamer-GstParse.html#GST-PARSE-ERROR-EMPTY-BIN:CAPS"/>
|
2615
|
+
<keyword type="constant" name="GST_PARSE_ERROR_EMPTY" link="gstreamer-GstParse.html#GST-PARSE-ERROR-EMPTY:CAPS"/>
|
2616
|
+
<keyword type="constant" name="GST_PARSE_FLAG_NONE" link="gstreamer-GstParse.html#GST-PARSE-FLAG-NONE:CAPS"/>
|
2617
|
+
<keyword type="constant" name="GST_PARSE_FLAG_FATAL_ERRORS" link="gstreamer-GstParse.html#GST-PARSE-FLAG-FATAL-ERRORS:CAPS"/>
|
2618
|
+
<keyword type="constant" name="GST_PARSE_FLAG_NO_SINGLE_ELEMENT_BINS" link="gstreamer-GstParse.html#GST-PARSE-FLAG-NO-SINGLE-ELEMENT-BINS:CAPS"/>
|
2619
|
+
<keyword type="constant" name="GST_PIPELINE_FLAG_FIXED_CLOCK" link="GstPipeline.html#GST-PIPELINE-FLAG-FIXED-CLOCK:CAPS"/>
|
2620
|
+
<keyword type="constant" name="GST_PIPELINE_FLAG_LAST" link="GstPipeline.html#GST-PIPELINE-FLAG-LAST:CAPS"/>
|
2621
|
+
<keyword type="constant" name="GST_PLUGIN_ERROR_MODULE" link="GstPlugin.html#GST-PLUGIN-ERROR-MODULE:CAPS"/>
|
2622
|
+
<keyword type="constant" name="GST_PLUGIN_ERROR_DEPENDENCIES" link="GstPlugin.html#GST-PLUGIN-ERROR-DEPENDENCIES:CAPS"/>
|
2623
|
+
<keyword type="constant" name="GST_PLUGIN_ERROR_NAME_MISMATCH" link="GstPlugin.html#GST-PLUGIN-ERROR-NAME-MISMATCH:CAPS"/>
|
2624
|
+
<keyword type="constant" name="GST_PLUGIN_FLAG_CACHED" link="GstPlugin.html#GST-PLUGIN-FLAG-CACHED:CAPS"/>
|
2625
|
+
<keyword type="constant" name="GST_PLUGIN_FLAG_BLACKLISTED" link="GstPlugin.html#GST-PLUGIN-FLAG-BLACKLISTED:CAPS"/>
|
2626
|
+
<keyword type="constant" name="GST_PLUGIN_DEPENDENCY_FLAG_NONE" link="GstPlugin.html#GST-PLUGIN-DEPENDENCY-FLAG-NONE:CAPS"/>
|
2627
|
+
<keyword type="constant" name="GST_PLUGIN_DEPENDENCY_FLAG_RECURSE" link="GstPlugin.html#GST-PLUGIN-DEPENDENCY-FLAG-RECURSE:CAPS"/>
|
2628
|
+
<keyword type="constant" name="GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_DEFAULT_ONLY" link="GstPlugin.html#GST-PLUGIN-DEPENDENCY-FLAG-PATHS-ARE-DEFAULT-ONLY:CAPS"/>
|
2629
|
+
<keyword type="constant" name="GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_SUFFIX" link="GstPlugin.html#GST-PLUGIN-DEPENDENCY-FLAG-FILE-NAME-IS-SUFFIX:CAPS"/>
|
2630
|
+
<keyword type="constant" name="GST_RANK_NONE" link="GstPluginFeature.html#GST-RANK-NONE:CAPS"/>
|
2631
|
+
<keyword type="constant" name="GST_RANK_MARGINAL" link="GstPluginFeature.html#GST-RANK-MARGINAL:CAPS"/>
|
2632
|
+
<keyword type="constant" name="GST_RANK_SECONDARY" link="GstPluginFeature.html#GST-RANK-SECONDARY:CAPS"/>
|
2633
|
+
<keyword type="constant" name="GST_RANK_PRIMARY" link="GstPluginFeature.html#GST-RANK-PRIMARY:CAPS"/>
|
2634
|
+
<keyword type="constant" name="GST_QUERY_TYPE_UPSTREAM" link="GstQuery.html#GST-QUERY-TYPE-UPSTREAM:CAPS"/>
|
2635
|
+
<keyword type="constant" name="GST_QUERY_TYPE_DOWNSTREAM" link="GstQuery.html#GST-QUERY-TYPE-DOWNSTREAM:CAPS"/>
|
2636
|
+
<keyword type="constant" name="GST_QUERY_TYPE_SERIALIZED" link="GstQuery.html#GST-QUERY-TYPE-SERIALIZED:CAPS"/>
|
2637
|
+
<keyword type="constant" name="GST_QUERY_UNKNOWN" link="GstQuery.html#GST-QUERY-UNKNOWN:CAPS"/>
|
2638
|
+
<keyword type="constant" name="GST_QUERY_POSITION" link="GstQuery.html#GST-QUERY-POSITION:CAPS"/>
|
2639
|
+
<keyword type="constant" name="GST_QUERY_DURATION" link="GstQuery.html#GST-QUERY-DURATION:CAPS"/>
|
2640
|
+
<keyword type="constant" name="GST_QUERY_LATENCY" link="GstQuery.html#GST-QUERY-LATENCY:CAPS"/>
|
2641
|
+
<keyword type="constant" name="GST_QUERY_JITTER" link="GstQuery.html#GST-QUERY-JITTER:CAPS"/>
|
2642
|
+
<keyword type="constant" name="GST_QUERY_RATE" link="GstQuery.html#GST-QUERY-RATE:CAPS"/>
|
2643
|
+
<keyword type="constant" name="GST_QUERY_SEEKING" link="GstQuery.html#GST-QUERY-SEEKING:CAPS"/>
|
2644
|
+
<keyword type="constant" name="GST_QUERY_SEGMENT" link="GstQuery.html#GST-QUERY-SEGMENT:CAPS"/>
|
2645
|
+
<keyword type="constant" name="GST_QUERY_CONVERT" link="GstQuery.html#GST-QUERY-CONVERT:CAPS"/>
|
2646
|
+
<keyword type="constant" name="GST_QUERY_FORMATS" link="GstQuery.html#GST-QUERY-FORMATS:CAPS"/>
|
2647
|
+
<keyword type="constant" name="GST_QUERY_BUFFERING" link="GstQuery.html#GST-QUERY-BUFFERING:CAPS"/>
|
2648
|
+
<keyword type="constant" name="GST_QUERY_CUSTOM" link="GstQuery.html#GST-QUERY-CUSTOM:CAPS"/>
|
2649
|
+
<keyword type="constant" name="GST_QUERY_URI" link="GstQuery.html#GST-QUERY-URI:CAPS"/>
|
2650
|
+
<keyword type="constant" name="GST_QUERY_ALLOCATION" link="GstQuery.html#GST-QUERY-ALLOCATION:CAPS"/>
|
2651
|
+
<keyword type="constant" name="GST_QUERY_SCHEDULING" link="GstQuery.html#GST-QUERY-SCHEDULING:CAPS"/>
|
2652
|
+
<keyword type="constant" name="GST_QUERY_ACCEPT_CAPS" link="GstQuery.html#GST-QUERY-ACCEPT-CAPS"/>
|
2653
|
+
<keyword type="constant" name="GST_QUERY_CAPS" link="GstQuery.html#GST-QUERY-CAPS"/>
|
2654
|
+
<keyword type="constant" name="GST_QUERY_DRAIN" link="GstQuery.html#GST-QUERY-DRAIN:CAPS"/>
|
2655
|
+
<keyword type="constant" name="GST_QUERY_CONTEXT" link="GstQuery.html#GST-QUERY-CONTEXT:CAPS"/>
|
2656
|
+
<keyword type="constant" name="GST_BUFFERING_STREAM" link="GstQuery.html#GST-BUFFERING-STREAM:CAPS"/>
|
2657
|
+
<keyword type="constant" name="GST_BUFFERING_DOWNLOAD" link="GstQuery.html#GST-BUFFERING-DOWNLOAD:CAPS"/>
|
2658
|
+
<keyword type="constant" name="GST_BUFFERING_TIMESHIFT" link="GstQuery.html#GST-BUFFERING-TIMESHIFT:CAPS"/>
|
2659
|
+
<keyword type="constant" name="GST_BUFFERING_LIVE" link="GstQuery.html#GST-BUFFERING-LIVE:CAPS"/>
|
2660
|
+
<keyword type="constant" name="GST_SCHEDULING_FLAG_SEEKABLE" link="GstQuery.html#GST-SCHEDULING-FLAG-SEEKABLE:CAPS"/>
|
2661
|
+
<keyword type="constant" name="GST_SCHEDULING_FLAG_SEQUENTIAL" link="GstQuery.html#GST-SCHEDULING-FLAG-SEQUENTIAL:CAPS"/>
|
2662
|
+
<keyword type="constant" name="GST_SCHEDULING_FLAG_BANDWIDTH_LIMITED" link="GstQuery.html#GST-SCHEDULING-FLAG-BANDWIDTH-LIMITED:CAPS"/>
|
2663
|
+
<keyword type="constant" name="GST_SEGMENT_FLAG_NONE" link="GstSegment.html#GST-SEGMENT-FLAG-NONE:CAPS"/>
|
2664
|
+
<keyword type="constant" name="GST_SEGMENT_FLAG_RESET" link="GstSegment.html#GST-SEGMENT-FLAG-RESET:CAPS"/>
|
2665
|
+
<keyword type="constant" name="GST_SEGMENT_FLAG_TRICKMODE" link="GstSegment.html#GST-SEGMENT-FLAG-TRICKMODE:CAPS"/>
|
2666
|
+
<keyword type="constant" name="GST_SEGMENT_FLAG_SKIP" link="GstSegment.html#GST-SEGMENT-FLAG-SKIP:CAPS"/>
|
2667
|
+
<keyword type="constant" name="GST_SEGMENT_FLAG_SEGMENT" link="GstSegment.html#GST-SEGMENT-FLAG-SEGMENT:CAPS"/>
|
2668
|
+
<keyword type="constant" name="GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITS" link="GstSegment.html#GST-SEGMENT-FLAG-TRICKMODE-KEY-UNITS:CAPS"/>
|
2669
|
+
<keyword type="constant" name="GST_SEGMENT_FLAG_TRICKMODE_NO_AUDIO" link="GstSegment.html#GST-SEGMENT-FLAG-TRICKMODE-NO-AUDIO:CAPS"/>
|
2670
|
+
<keyword type="constant" name="GST_CLOCK_TYPE_REALTIME" link="GstSystemClock.html#GST-CLOCK-TYPE-REALTIME:CAPS"/>
|
2671
|
+
<keyword type="constant" name="GST_CLOCK_TYPE_MONOTONIC" link="GstSystemClock.html#GST-CLOCK-TYPE-MONOTONIC:CAPS"/>
|
2672
|
+
<keyword type="constant" name="GST_CLOCK_TYPE_OTHER" link="GstSystemClock.html#GST-CLOCK-TYPE-OTHER:CAPS"/>
|
2673
|
+
<keyword type="constant" name="GST_TAG_MERGE_UNDEFINED" link="GstTagList.html#GST-TAG-MERGE-UNDEFINED:CAPS"/>
|
2674
|
+
<keyword type="constant" name="GST_TAG_MERGE_REPLACE_ALL" link="GstTagList.html#GST-TAG-MERGE-REPLACE-ALL:CAPS"/>
|
2675
|
+
<keyword type="constant" name="GST_TAG_MERGE_REPLACE" link="GstTagList.html#GST-TAG-MERGE-REPLACE:CAPS"/>
|
2676
|
+
<keyword type="constant" name="GST_TAG_MERGE_APPEND" link="GstTagList.html#GST-TAG-MERGE-APPEND:CAPS"/>
|
2677
|
+
<keyword type="constant" name="GST_TAG_MERGE_PREPEND" link="GstTagList.html#GST-TAG-MERGE-PREPEND:CAPS"/>
|
2678
|
+
<keyword type="constant" name="GST_TAG_MERGE_KEEP" link="GstTagList.html#GST-TAG-MERGE-KEEP:CAPS"/>
|
2679
|
+
<keyword type="constant" name="GST_TAG_MERGE_KEEP_ALL" link="GstTagList.html#GST-TAG-MERGE-KEEP-ALL:CAPS"/>
|
2680
|
+
<keyword type="constant" name="GST_TAG_MERGE_COUNT" link="GstTagList.html#GST-TAG-MERGE-COUNT:CAPS"/>
|
2681
|
+
<keyword type="constant" name="GST_TAG_FLAG_UNDEFINED" link="GstTagList.html#GST-TAG-FLAG-UNDEFINED:CAPS"/>
|
2682
|
+
<keyword type="constant" name="GST_TAG_FLAG_META" link="GstTagList.html#GST-TAG-FLAG-META:CAPS"/>
|
2683
|
+
<keyword type="constant" name="GST_TAG_FLAG_ENCODED" link="GstTagList.html#GST-TAG-FLAG-ENCODED:CAPS"/>
|
2684
|
+
<keyword type="constant" name="GST_TAG_FLAG_DECODED" link="GstTagList.html#GST-TAG-FLAG-DECODED:CAPS"/>
|
2685
|
+
<keyword type="constant" name="GST_TAG_FLAG_COUNT" link="GstTagList.html#GST-TAG-FLAG-COUNT:CAPS"/>
|
2686
|
+
<keyword type="constant" name="GST_TAG_SCOPE_STREAM" link="GstTagList.html#GST-TAG-SCOPE-STREAM:CAPS"/>
|
2687
|
+
<keyword type="constant" name="GST_TAG_SCOPE_GLOBAL" link="GstTagList.html#GST-TAG-SCOPE-GLOBAL:CAPS"/>
|
2688
|
+
<keyword type="constant" name="GST_TASK_STARTED" link="GstTask.html#GST-TASK-STARTED:CAPS"/>
|
2689
|
+
<keyword type="constant" name="GST_TASK_STOPPED" link="GstTask.html#GST-TASK-STOPPED:CAPS"/>
|
2690
|
+
<keyword type="constant" name="GST_TASK_PAUSED" link="GstTask.html#GST-TASK-PAUSED:CAPS"/>
|
2691
|
+
<keyword type="constant" name="GST_TOC_SCOPE_GLOBAL" link="GstToc.html#GST-TOC-SCOPE-GLOBAL:CAPS"/>
|
2692
|
+
<keyword type="constant" name="GST_TOC_SCOPE_CURRENT" link="GstToc.html#GST-TOC-SCOPE-CURRENT:CAPS"/>
|
2693
|
+
<keyword type="constant" name="GST_TOC_ENTRY_TYPE_ANGLE" link="GstToc.html#GST-TOC-ENTRY-TYPE-ANGLE:CAPS"/>
|
2694
|
+
<keyword type="constant" name="GST_TOC_ENTRY_TYPE_VERSION" link="GstToc.html#GST-TOC-ENTRY-TYPE-VERSION:CAPS"/>
|
2695
|
+
<keyword type="constant" name="GST_TOC_ENTRY_TYPE_EDITION" link="GstToc.html#GST-TOC-ENTRY-TYPE-EDITION:CAPS"/>
|
2696
|
+
<keyword type="constant" name="GST_TOC_ENTRY_TYPE_INVALID" link="GstToc.html#GST-TOC-ENTRY-TYPE-INVALID:CAPS"/>
|
2697
|
+
<keyword type="constant" name="GST_TOC_ENTRY_TYPE_TITLE" link="GstToc.html#GST-TOC-ENTRY-TYPE-TITLE:CAPS"/>
|
2698
|
+
<keyword type="constant" name="GST_TOC_ENTRY_TYPE_TRACK" link="GstToc.html#GST-TOC-ENTRY-TYPE-TRACK:CAPS"/>
|
2699
|
+
<keyword type="constant" name="GST_TOC_ENTRY_TYPE_CHAPTER" link="GstToc.html#GST-TOC-ENTRY-TYPE-CHAPTER:CAPS"/>
|
2700
|
+
<keyword type="constant" name="GST_TOC_LOOP_NONE" link="GstToc.html#GST-TOC-LOOP-NONE:CAPS"/>
|
2701
|
+
<keyword type="constant" name="GST_TOC_LOOP_FORWARD" link="GstToc.html#GST-TOC-LOOP-FORWARD:CAPS"/>
|
2702
|
+
<keyword type="constant" name="GST_TOC_LOOP_REVERSE" link="GstToc.html#GST-TOC-LOOP-REVERSE:CAPS"/>
|
2703
|
+
<keyword type="constant" name="GST_TOC_LOOP_PING_PONG" link="GstToc.html#GST-TOC-LOOP-PING-PONG:CAPS"/>
|
2704
|
+
<keyword type="constant" name="GST_TYPE_FIND_NONE" link="gstreamer-GstTypeFind.html#GST-TYPE-FIND-NONE:CAPS"/>
|
2705
|
+
<keyword type="constant" name="GST_TYPE_FIND_MINIMUM" link="gstreamer-GstTypeFind.html#GST-TYPE-FIND-MINIMUM:CAPS"/>
|
2706
|
+
<keyword type="constant" name="GST_TYPE_FIND_POSSIBLE" link="gstreamer-GstTypeFind.html#GST-TYPE-FIND-POSSIBLE:CAPS"/>
|
2707
|
+
<keyword type="constant" name="GST_TYPE_FIND_LIKELY" link="gstreamer-GstTypeFind.html#GST-TYPE-FIND-LIKELY:CAPS"/>
|
2708
|
+
<keyword type="constant" name="GST_TYPE_FIND_NEARLY_CERTAIN" link="gstreamer-GstTypeFind.html#GST-TYPE-FIND-NEARLY-CERTAIN:CAPS"/>
|
2709
|
+
<keyword type="constant" name="GST_TYPE_FIND_MAXIMUM" link="gstreamer-GstTypeFind.html#GST-TYPE-FIND-MAXIMUM:CAPS"/>
|
2710
|
+
<keyword type="constant" name="GST_URI_UNKNOWN" link="gstreamer-GstUriHandler.html#GST-URI-UNKNOWN:CAPS"/>
|
2711
|
+
<keyword type="constant" name="GST_URI_SINK" link="gstreamer-GstUriHandler.html#GST-URI-SINK:CAPS"/>
|
2712
|
+
<keyword type="constant" name="GST_URI_SRC" link="gstreamer-GstUriHandler.html#GST-URI-SRC:CAPS"/>
|
2713
|
+
<keyword type="constant" name="GST_URI_ERROR_UNSUPPORTED_PROTOCOL" link="gstreamer-GstUriHandler.html#GST-URI-ERROR-UNSUPPORTED-PROTOCOL:CAPS"/>
|
2714
|
+
<keyword type="constant" name="GST_URI_ERROR_BAD_URI" link="gstreamer-GstUriHandler.html#GST-URI-ERROR-BAD-URI:CAPS"/>
|
2715
|
+
<keyword type="constant" name="GST_URI_ERROR_BAD_STATE" link="gstreamer-GstUriHandler.html#GST-URI-ERROR-BAD-STATE:CAPS"/>
|
2716
|
+
<keyword type="constant" name="GST_URI_ERROR_BAD_REFERENCE" link="gstreamer-GstUriHandler.html#GST-URI-ERROR-BAD-REFERENCE:CAPS"/>
|
2717
|
+
<keyword type="constant" name="GST_SEARCH_MODE_EXACT" link="gstreamer-GstUtils.html#GST-SEARCH-MODE-EXACT:CAPS"/>
|
2718
|
+
<keyword type="constant" name="GST_SEARCH_MODE_BEFORE" link="gstreamer-GstUtils.html#GST-SEARCH-MODE-BEFORE:CAPS"/>
|
2719
|
+
<keyword type="constant" name="GST_SEARCH_MODE_AFTER" link="gstreamer-GstUtils.html#GST-SEARCH-MODE-AFTER:CAPS"/>
|
2720
|
+
<keyword type="constant" name="GST_LEVEL_NONE" link="gstreamer-GstInfo.html#GST-LEVEL-NONE:CAPS"/>
|
2721
|
+
<keyword type="constant" name="GST_LEVEL_ERROR" link="gstreamer-GstInfo.html#GST-LEVEL-ERROR:CAPS"/>
|
2722
|
+
<keyword type="constant" name="GST_LEVEL_WARNING" link="gstreamer-GstInfo.html#GST-LEVEL-WARNING:CAPS"/>
|
2723
|
+
<keyword type="constant" name="GST_LEVEL_FIXME" link="gstreamer-GstInfo.html#GST-LEVEL-FIXME:CAPS"/>
|
2724
|
+
<keyword type="constant" name="GST_LEVEL_INFO" link="gstreamer-GstInfo.html#GST-LEVEL-INFO:CAPS"/>
|
2725
|
+
<keyword type="constant" name="GST_LEVEL_DEBUG" link="gstreamer-GstInfo.html#GST-LEVEL-DEBUG:CAPS"/>
|
2726
|
+
<keyword type="constant" name="GST_LEVEL_LOG" link="gstreamer-GstInfo.html#GST-LEVEL-LOG:CAPS"/>
|
2727
|
+
<keyword type="constant" name="GST_LEVEL_TRACE" link="gstreamer-GstInfo.html#GST-LEVEL-TRACE:CAPS"/>
|
2728
|
+
<keyword type="constant" name="GST_LEVEL_MEMDUMP" link="gstreamer-GstInfo.html#GST-LEVEL-MEMDUMP:CAPS"/>
|
2729
|
+
<keyword type="constant" name="GST_LEVEL_COUNT" link="gstreamer-GstInfo.html#GST-LEVEL-COUNT:CAPS"/>
|
2730
|
+
<keyword type="constant" name="GST_DEBUG_FG_BLACK" link="gstreamer-GstInfo.html#GST-DEBUG-FG-BLACK:CAPS"/>
|
2731
|
+
<keyword type="constant" name="GST_DEBUG_FG_RED" link="gstreamer-GstInfo.html#GST-DEBUG-FG-RED:CAPS"/>
|
2732
|
+
<keyword type="constant" name="GST_DEBUG_FG_GREEN" link="gstreamer-GstInfo.html#GST-DEBUG-FG-GREEN:CAPS"/>
|
2733
|
+
<keyword type="constant" name="GST_DEBUG_FG_YELLOW" link="gstreamer-GstInfo.html#GST-DEBUG-FG-YELLOW:CAPS"/>
|
2734
|
+
<keyword type="constant" name="GST_DEBUG_FG_BLUE" link="gstreamer-GstInfo.html#GST-DEBUG-FG-BLUE:CAPS"/>
|
2735
|
+
<keyword type="constant" name="GST_DEBUG_FG_MAGENTA" link="gstreamer-GstInfo.html#GST-DEBUG-FG-MAGENTA:CAPS"/>
|
2736
|
+
<keyword type="constant" name="GST_DEBUG_FG_CYAN" link="gstreamer-GstInfo.html#GST-DEBUG-FG-CYAN:CAPS"/>
|
2737
|
+
<keyword type="constant" name="GST_DEBUG_FG_WHITE" link="gstreamer-GstInfo.html#GST-DEBUG-FG-WHITE:CAPS"/>
|
2738
|
+
<keyword type="constant" name="GST_DEBUG_BG_BLACK" link="gstreamer-GstInfo.html#GST-DEBUG-BG-BLACK:CAPS"/>
|
2739
|
+
<keyword type="constant" name="GST_DEBUG_BG_RED" link="gstreamer-GstInfo.html#GST-DEBUG-BG-RED:CAPS"/>
|
2740
|
+
<keyword type="constant" name="GST_DEBUG_BG_GREEN" link="gstreamer-GstInfo.html#GST-DEBUG-BG-GREEN:CAPS"/>
|
2741
|
+
<keyword type="constant" name="GST_DEBUG_BG_YELLOW" link="gstreamer-GstInfo.html#GST-DEBUG-BG-YELLOW:CAPS"/>
|
2742
|
+
<keyword type="constant" name="GST_DEBUG_BG_BLUE" link="gstreamer-GstInfo.html#GST-DEBUG-BG-BLUE:CAPS"/>
|
2743
|
+
<keyword type="constant" name="GST_DEBUG_BG_MAGENTA" link="gstreamer-GstInfo.html#GST-DEBUG-BG-MAGENTA:CAPS"/>
|
2744
|
+
<keyword type="constant" name="GST_DEBUG_BG_CYAN" link="gstreamer-GstInfo.html#GST-DEBUG-BG-CYAN:CAPS"/>
|
2745
|
+
<keyword type="constant" name="GST_DEBUG_BG_WHITE" link="gstreamer-GstInfo.html#GST-DEBUG-BG-WHITE:CAPS"/>
|
2746
|
+
<keyword type="constant" name="GST_DEBUG_BOLD" link="gstreamer-GstInfo.html#GST-DEBUG-BOLD:CAPS"/>
|
2747
|
+
<keyword type="constant" name="GST_DEBUG_UNDERLINE" link="gstreamer-GstInfo.html#GST-DEBUG-UNDERLINE:CAPS"/>
|
2748
|
+
<keyword type="constant" name="GST_DEBUG_COLOR_MODE_OFF" link="gstreamer-GstInfo.html#GST-DEBUG-COLOR-MODE-OFF:CAPS"/>
|
2749
|
+
<keyword type="constant" name="GST_DEBUG_COLOR_MODE_ON" link="gstreamer-GstInfo.html#GST-DEBUG-COLOR-MODE-ON:CAPS"/>
|
2750
|
+
<keyword type="constant" name="GST_DEBUG_COLOR_MODE_UNIX" link="gstreamer-GstInfo.html#GST-DEBUG-COLOR-MODE-UNIX:CAPS"/>
|
2751
|
+
<keyword type="constant" name="GST_DEBUG_GRAPH_SHOW_MEDIA_TYPE" link="gstreamer-GstInfo.html#GST-DEBUG-GRAPH-SHOW-MEDIA-TYPE:CAPS"/>
|
2752
|
+
<keyword type="constant" name="GST_DEBUG_GRAPH_SHOW_CAPS_DETAILS" link="gstreamer-GstInfo.html#GST-DEBUG-GRAPH-SHOW-CAPS-DETAILS:CAPS"/>
|
2753
|
+
<keyword type="constant" name="GST_DEBUG_GRAPH_SHOW_NON_DEFAULT_PARAMS" link="gstreamer-GstInfo.html#GST-DEBUG-GRAPH-SHOW-NON-DEFAULT-PARAMS:CAPS"/>
|
2754
|
+
<keyword type="constant" name="GST_DEBUG_GRAPH_SHOW_STATES" link="gstreamer-GstInfo.html#GST-DEBUG-GRAPH-SHOW-STATES:CAPS"/>
|
2755
|
+
<keyword type="constant" name="GST_DEBUG_GRAPH_SHOW_FULL_PARAMS" link="gstreamer-GstInfo.html#GST-DEBUG-GRAPH-SHOW-FULL-PARAMS:CAPS"/>
|
2756
|
+
<keyword type="constant" name="GST_DEBUG_GRAPH_SHOW_ALL" link="gstreamer-GstInfo.html#GST-DEBUG-GRAPH-SHOW-ALL:CAPS"/>
|
2757
|
+
<keyword type="constant" name="GST_DEBUG_GRAPH_SHOW_VERBOSE" link="gstreamer-GstInfo.html#GST-DEBUG-GRAPH-SHOW-VERBOSE:CAPS"/>
|
2167
2758
|
</functions>
|
2168
2759
|
</book>
|