gstreamer 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +44 -17
- data/ext/gstreamer/extconf.rb +1 -1
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/2.1/gstreamer.so +0 -0
- data/lib/2.2/gstreamer.so +0 -0
- data/lib/gst.rb +16 -4
- data/lib/gst/base-loader.rb +6 -1
- data/lib/gst/controller-loader.rb +6 -1
- data/sample/gst-inspect.rb +1 -1
- data/test/run-test.rb +8 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-device-monitor-1.0.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/libgstadaptivedemux-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbadvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstgl-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libopus-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/FLAC/all.h +1 -1
- data/vendor/local/include/FLAC/assert.h +1 -1
- data/vendor/local/include/FLAC/callback.h +1 -1
- data/vendor/local/include/FLAC/export.h +3 -3
- data/vendor/local/include/FLAC/format.h +4 -2
- data/vendor/local/include/FLAC/metadata.h +2 -2
- data/vendor/local/include/FLAC/ordinals.h +1 -1
- data/vendor/local/include/FLAC/stream_decoder.h +1 -1
- data/vendor/local/include/FLAC/stream_encoder.h +45 -24
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +87 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +5 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +71 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +26 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +27 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +43 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +24 -6
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +1094 -270
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +276 -5
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +24 -1
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstjpegparser.h +403 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +7 -3
- data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/base.h +15 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/buffers.h +48 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/debug.h +90 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h +24 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h +0 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/sync.h +46 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/vao.h +37 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +15 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +7 -5
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasebuffer.h +164 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +83 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +12 -7
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +11 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldownload.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +17 -27
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +0 -7
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +76 -94
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +54 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +38 -22
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +14 -9
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +98 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +95 -17
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +2 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +14 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +56 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +64 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +68 -20
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +11 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +13 -25
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +14 -7
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +22 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +26 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +1 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstprotection.h +71 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +42 -7
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +26 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +160 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +50 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +6 -5
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +18 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetcontrolmessagemeta.h +62 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +149 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +28 -1
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpdefs.h +49 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp-enumtypes.h +18 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +3 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +19 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +2 -6
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +7 -5
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +8 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +48 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/video-converter.h +284 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-dither.h +77 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +26 -7
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +41 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +175 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/video-multiview.h +86 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-resampler.h +171 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-scaler.h +90 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +10 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +11 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +13 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +37 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +19 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +18 -16
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +3 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +17 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket-connection.h +109 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket.h +93 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +2 -0
- data/vendor/local/include/ogg/os_types.h +2 -2
- data/vendor/local/include/opus/opus.h +978 -0
- data/vendor/local/include/opus/opus_defines.h +726 -0
- data/vendor/local/include/opus/opus_multistream.h +660 -0
- data/vendor/local/include/opus/opus_types.h +159 -0
- data/vendor/local/include/sqlite3.h +1023 -657
- data/vendor/local/include/sqlite3ext.h +42 -2
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstGL-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/{include/gstreamer-1.0 → lib/gstreamer-1.0/include}/gst/gl/gstglconfig.h +2 -0
- data/vendor/local/{include/gstreamer-1.0 → lib/gstreamer-1.0/include}/gst/gstconfig.h +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiomixer.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcompositor.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivfparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjp2kdecimator.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopengl.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstspeex.dll.a → libgstopus.dll.a} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstspeex.la → libgstrtponvif.la} +7 -7
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgststereo.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideosignal.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvmnc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinks.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +3 -3
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libFLAC.la +1 -1
- data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.la +41 -0
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +5 -5
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +5 -5
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +5 -5
- data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadbase-1.0.la +5 -5
- data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadvideo-1.0.la +5 -5
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +4 -4
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +5 -5
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcheck-1.0.la +3 -3
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +5 -5
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +5 -5
- data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-1.0.la +5 -5
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +5 -5
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +5 -5
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +5 -5
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +5 -5
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +5 -5
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +4 -4
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +5 -5
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +5 -5
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +5 -5
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +5 -5
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +5 -5
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +5 -5
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +5 -5
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libogg.la +1 -1
- data/vendor/local/lib/libopus.a +0 -0
- data/vendor/local/lib/libopus.dll.a +0 -0
- data/vendor/local/lib/{libspeexdsp.la → libopus.la} +14 -8
- data/vendor/local/lib/libsoup-2.4.a +0 -0
- data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.la +1 -1
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbis.la +3 -3
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.la +3 -3
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.la +3 -3
- data/vendor/local/{share → lib}/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/as/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/be/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/bs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/et/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{share → lib}/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/pkgconfig/flac.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +4 -2
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-gl-1.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +1 -1
- data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
- data/vendor/local/lib/pkgconfig/opus.pc +16 -0
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbis.pc +4 -3
- data/vendor/local/lib/pkgconfig/vorbisenc.pc +2 -2
- data/vendor/local/lib/pkgconfig/vorbisfile.pc +2 -2
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/aclocal/opus.m4 +117 -0
- data/vendor/local/share/bash-completion/completions/gst-inspect-1.0 +105 -0
- data/vendor/local/share/bash-completion/completions/gst-launch-1.0 +143 -0
- data/vendor/local/share/bash-completion/helpers/gst +35 -0
- data/vendor/local/share/bash-completion/helpers/gst-completion-helper-1.0.exe +0 -0
- data/vendor/local/share/doc/flac-1.3.1/FLAC.tag +10375 -0
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/changelog.html +528 -99
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/developers.html +9 -24
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation.html +10 -24
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_bugs.html +9 -25
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_example_code.html +6 -20
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_format_overview.html +5 -19
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_tools.html +7 -22
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_tools_flac.html +23 -28
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/documentation_tools_metaflac.html +5 -19
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/faq.html +71 -83
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/favicon.ico +0 -0
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/features.html +10 -24
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/flac.css +21 -19
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/format.html +12 -26
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/id.html +63 -71
- data/vendor/local/share/doc/flac-1.3.1/html/images/logo.svg +431 -0
- data/vendor/local/share/doc/flac-1.3.1/html/images/logo130.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.1/html/index.html +99 -0
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/license.html +9 -23
- data/vendor/local/share/doc/{flac-1.3.0 → flac-1.3.1}/html/ogg_mapping.html +7 -21
- data/vendor/local/share/doc/libogg/libogg/bitpacking.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/datastructures.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/decoding.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/encoding.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/general.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/index.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +2 -2
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +2 -2
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +2 -2
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +2 -2
- data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/overview.html +3 -3
- data/vendor/local/share/doc/libogg/libogg/reference.html +3 -3
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/doxygen-build.stamp +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/eightphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/floor1_inverse_dB_table.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/floorval.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/fourphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/framing.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/helper.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/return.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_blockout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_buffer.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_headerout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_analysis_wrote.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_bitrate_addblock.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_block.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_block_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_block_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_add.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_add_tag.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_query.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_comment_query_count.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_commentheader_out.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_dsp_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_dsp_state.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_granule_time.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_info_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_info_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_info_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_packet_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_blockin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_headerin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_idheader.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_lapout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_restart.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/libvorbis/vorbis_version_string.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/oggstream.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/programming.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/rfc5215.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/rfc5215.xml +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/squarepolar.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/stereo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/stream.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/v-comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbis-clip.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbis-errors.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbis-fidelity.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/changes.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/examples.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_ctl.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_setup_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/OggVorbis_File.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/chaining_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/chainingexample.html +1 -1
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/datastructures.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/decoding.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/example.html +9 -9
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/exampleindex.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/fileinfo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/initialization.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_bitrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_bitrate_instant.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_fopen.html +1 -1
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_open_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_pcm_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_raw_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_raw_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_raw_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_raw_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_read_filter.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_read_float.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_seekable.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_serialnumber.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_streams.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_test.html +6 -3
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_test_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_test_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/ov_time_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seekexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seeking.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seeking_example_c.html +8 -8
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seeking_test_c.html +8 -8
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/seekingexample.html +7 -7
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/threads.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/vorbisfile_example_c.html +8 -8
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +2666 -143
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +119 -1
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +126 -20
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +284 -10
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +469 -45
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +92 -9
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +78 -4
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +100 -0
- data/vendor/local/share/gir-1.0/GstGL-1.0.gir +10287 -0
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +39 -17
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +3 -3
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +428 -12
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +233 -6
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +346 -67
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +285 -31
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +3 -2
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +2530 -152
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +1442 -86
- data/vendor/local/share/gstreamer-1.0/presets/GstFreeverb.prs +21 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-1.0.devhelp2 +5 -1
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +3 -82
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +3 -28
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +3 -76
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +3 -40
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +3 -18
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +68 -13
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.sgml +5 -0
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBaseFilter.html +173 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBufferPool.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLColorConvert.html +54 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLContext.html +293 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDisplay.html +261 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDownload.html +34 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFilter.html +37 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{gst-plugins-bad-libs-GstGLFramebuffer.html → GstGLFramebuffer.html} +31 -57
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUpload.html +93 -95
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{gst-plugins-bad-libs-GstGLUploadMeta.html → GstGLUploadMeta.html} +45 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLWindow.html +372 -64
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +5 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +382 -171
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/ch07.html +32 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +6 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +15 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +995 -66
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +5 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +6 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +5 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +3 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregator.html +92 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregatorPad.html +55 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImageMemory.html +5 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html +83 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextCocoa.html +36 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEGL.html +42 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEagl.html +105 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextGLX.html +39 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextWGL.html +37 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html +172 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowAndroid.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowCocoa.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowDispmanx.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWayland.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWin32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowX11.html +6 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +49 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +2401 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregator.html +28 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregatorPad.html +91 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Utilities.html +76 -56
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemory.html +165 -259
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglshader.html +21 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +72 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +978 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +28 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +35 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +33 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +23 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +1004 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +109 -80
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +60 -49
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +84 -248
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html +157 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html +183 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +13 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +275 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +11 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +8 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +36 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +63 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dataurisrc.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +328 -92
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +41 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +13 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +10 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +271 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpg123audiodec.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusdec.html +197 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusenc.html +344 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +10 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixer.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +9 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +79 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dataurisrc.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +10 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +9 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-liveadder.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/{gst-plugins-bad-plugins-plugin-eglglessink.html → gst-plugins-bad-plugins-plugin-mpegpsmux.html} +16 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +9 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opus.html +97 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +7 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdp.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pyramidsegment.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +23 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +24 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopusdepay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopuspay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +11 -63
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +22 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +22 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +164 -127
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.sgml +186 -85
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +14 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +455 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +854 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +509 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +143 -80
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +345 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +42 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +379 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +598 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +11 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +81 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +40 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +114 -85
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +294 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +7 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +10 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +5 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +3 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +7 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +3 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +91 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +9 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +3 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +7 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +4 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +19 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +236 -113
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +3 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +6 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html +773 -239
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html +165 -82
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +3 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +3 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +144 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +5 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +3 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +195 -148
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +3 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +5 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +3 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +147 -82
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +12 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +3 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +251 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +4 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +242 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +5 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +3 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +349 -373
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +3 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +92 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +3 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +4 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +3 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +3 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +3 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +1886 -550
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +80 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +20 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +18 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +19 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +11 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +27 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +10 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +5 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +24 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +16 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +24 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +889 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +53 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +29 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +123 -123
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +12 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +17 -157
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +30 -152
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +12 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +8 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +9 -61
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +29 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +10 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +11 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +11 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +32 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +77 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +70 -52
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +14 -47
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +199 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +11 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +11 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +11 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +11 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +36 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +39 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +125 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +29 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +78 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +31 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +79 -77
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +135 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/GstIirEqualizer.html +4 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +167 -161
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +73 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +76 -443
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +69 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-GstVideoMixerPad.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +9 -61
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +85 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +5 -57
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +7 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +8 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +7 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +7 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +64 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +19 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +19 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +8 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +63 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +67 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +53 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +19 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +6 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +12 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2send.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +3 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +4 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +6 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +3 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +86 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +5 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +6 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +191 -69
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +23 -99
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +109 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +6 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +16 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +56 -106
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +11 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +47 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +5 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +20 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +7 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +5 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +311 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +245 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +10 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +14 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +9 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +11 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +10 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +17 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +85 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +13 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +7 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +8 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +8 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +7 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +18 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +237 -231
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.sgml +94 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +25 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +53 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +217 -56
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +51 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +15 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +69 -36
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +409 -118
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +25 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +7 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +311 -100
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +11 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +7 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +3 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +3 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +14 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +20 -43
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +3 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +212 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +4 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +139 -59
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +49 -61
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +153 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +37 -91
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +5 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +155 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +6 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +4 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +44 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +149 -168
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +43 -49
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +99 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +168 -36
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +278 -218
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +123 -163
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +16 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +33 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +58 -67
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +13 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +16 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +17 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +607 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +6 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +3 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/{gstreamer-gstconfig.html → gstreamer-GstConfig.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +12 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +13 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +18 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +3 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +4 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +55 -35
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +17 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +5 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +24 -28
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +4 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +8 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +224 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +14 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +1918 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +52 -44
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +104 -128
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +376 -175
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +6 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +19 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +618 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/{api-index-full.html → ix01.html} +402 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/{api-index-deprecated.html → ix02.html} +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +365 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +334 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +349 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +11 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstARGBControlBinding.html +16 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +21 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +15 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +26 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +94 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +128 -66
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +24 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +148 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +7 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +47 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +23 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +218 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +9 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +12 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +3 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +5 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +4 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +6 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +66 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +6 -28
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +4 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +433 -335
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +13 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +200 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +56 -53
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +93 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +6 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +186 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +17 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstPtpClock.html +448 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +37 -36
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +6 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +5 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +10 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +17 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/{api-index-full.html → ix01.html} +154 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/{api-index-deprecated.html → ix02.html} +8 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +132 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +114 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +241 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +34 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +21 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +4 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +37 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +35 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +5 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +10 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +9 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +7 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +12 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +6 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +7 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +8 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +9 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +10 -39
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +11 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +7 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +12 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +16 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +7 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +26 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +9 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +8 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +22 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +37 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +12 -12
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +5 -5
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +3 -3
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +76 -27
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +181 -29
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +23 -23
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +5 -5
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +17 -17
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +6 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +567 -119
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +300 -83
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +4 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +38 -38
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +29 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +3 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +2 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +3 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +66 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +104 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +60 -60
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +8 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +30 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +1475 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +20 -20
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +54 -2
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +5 -5
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +4 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +3 -3
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +3 -3
- data/vendor/local/share/license/flac/AUTHORS +19 -3
- data/vendor/local/share/license/libav/LICENSE +1 -1
- data/vendor/local/share/license/libvorbis/COPYING +1 -1
- data/vendor/local/share/license/opus/AUTHORS +6 -0
- data/vendor/local/share/license/{speex → opus}/COPYING +22 -13
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/man/man1/flac.1 +12 -8
- data/vendor/local/share/man/man1/gst-play-1.0.1 +20 -2
- data/vendor/local/share/man/man1/sqlite3.1 +45 -38
- metadata +334 -349
- data/vendor/local/bin/libspeex-1.dll +0 -0
- data/vendor/local/bin/libspeexdsp-1.dll +0 -0
- data/vendor/local/bin/speexdec.exe +0 -0
- data/vendor/local/bin/speexenc.exe +0 -0
- data/vendor/local/include/speex/speex.h +0 -424
- data/vendor/local/include/speex/speex_bits.h +0 -174
- data/vendor/local/include/speex/speex_buffer.h +0 -68
- data/vendor/local/include/speex/speex_callbacks.h +0 -134
- data/vendor/local/include/speex/speex_config_types.h +0 -11
- data/vendor/local/include/speex/speex_echo.h +0 -170
- data/vendor/local/include/speex/speex_header.h +0 -94
- data/vendor/local/include/speex/speex_jitter.h +0 -197
- data/vendor/local/include/speex/speex_preprocess.h +0 -219
- data/vendor/local/include/speex/speex_resampler.h +0 -340
- data/vendor/local/include/speex/speex_stereo.h +0 -91
- data/vendor/local/include/speex/speex_types.h +0 -126
- data/vendor/local/lib/girepository-1.0/GstRiff-1.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
- data/vendor/local/lib/libspeex.a +0 -0
- data/vendor/local/lib/libspeex.dll.a +0 -0
- data/vendor/local/lib/libspeex.la +0 -35
- data/vendor/local/lib/libspeexdsp.a +0 -0
- data/vendor/local/lib/libspeexdsp.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/speex.pc +0 -15
- data/vendor/local/lib/pkgconfig/speexdsp.pc +0 -15
- data/vendor/local/share/aclocal/speex.m4 +0 -104
- data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +0 -433
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +0 -171
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +0 -168
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +0 -229
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +0 -97
- data/vendor/local/share/doc/flac-1.3.0/html/download.html +0 -287
- data/vendor/local/share/doc/flac-1.3.0/html/images/1x1.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/cafebug.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/Z500_front_325x94.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/a2_01_325x252.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/arcus_325x135.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/bmp-1430_325x241.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/iwod-g10_325x257.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/meizu_m6_325x206.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/musica_artwork_325x90.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/onda-vx737_325x240.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/request_n_front_325x103.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/rio_karma_279x254.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/teclast-tl29_325x244.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/tvix-4000_325x204.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/logo100.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/images/logo130.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/index.html +0 -140
- data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +0 -94
- data/vendor/local/share/doc/flac-1.3.0/html/links.html +0 -490
- data/vendor/local/share/doc/flac-1.3.0/html/news.html +0 -700
- data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +0 -114
- data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +0 -866
- data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +0 -111
- data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +0 -518
- data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +0 -111
- data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +0 -126
- data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +0 -1008
- data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +0 -106
- data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +0 -130
- data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +0 -123
- data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +0 -126
- data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +0 -306
- data/vendor/local/share/doc/libvorbis-1.3.3/evenlsp.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/lspmap.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/oddlsp.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/vorbis.html +0 -234
- data/vendor/local/share/doc/libvorbis-1.3.3/vorbisword2.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/wait.png +0 -0
- data/vendor/local/share/doc/libvorbis-1.3.3/white-xifish.png +0 -0
- data/vendor/local/share/doc/speex/manual.pdf +0 -0
- data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +0 -1171
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/GstPhotography.html +0 -1642
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch03.html +0 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-eglglessink.html +0 -114
- data/vendor/local/share/license/speex/AUTHORS +0 -18
- data/vendor/local/share/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/speexdec.1 +0 -78
- data/vendor/local/share/man/man1/speexenc.1 +0 -105
File without changes
|
File without changes
|
data/vendor/local/share/doc/{libvorbis-1.3.3 → libvorbis-1.3.5}/vorbisfile/vorbisfile_example_c.html
RENAMED
@@ -46,28 +46,28 @@ int main(int argc, char **argv){
|
|
46
46
|
_setmode( _fileno( stdout ), _O_BINARY );
|
47
47
|
#endif
|
48
48
|
|
49
|
-
if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE)
|
49
|
+
if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) {
|
50
50
|
fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n");
|
51
51
|
exit(1);
|
52
52
|
}
|
53
53
|
|
54
54
|
{
|
55
|
-
char **ptr=ov_comment(&vf,-1)
|
56
|
-
vorbis_info *vi=ov_info(&vf,-1);
|
55
|
+
char **ptr=ov_comment(&vf,-1)->user_comments;
|
56
|
+
vorbis_info *vi=ov_info(&vf,-1);
|
57
57
|
while(*ptr){
|
58
58
|
fprintf(stderr,"%s\n",*ptr);
|
59
59
|
++ptr;
|
60
60
|
}
|
61
|
-
fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi
|
62
|
-
fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)
|
61
|
+
fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate);
|
62
|
+
fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor);
|
63
63
|
}
|
64
64
|
|
65
65
|
while(!eof){
|
66
|
-
long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,¤t_section);
|
66
|
+
long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
|
67
67
|
if (ret == 0) {
|
68
68
|
/* EOF */
|
69
69
|
eof=1;
|
70
|
-
} else if (ret
|
70
|
+
} else if (ret < 0) {
|
71
71
|
/* error in the stream. Not a problem, just reporting it in
|
72
72
|
case we (the app) cares. In this case, we don't. */
|
73
73
|
} else {
|
@@ -77,7 +77,7 @@ int main(int argc, char **argv){
|
|
77
77
|
}
|
78
78
|
}
|
79
79
|
|
80
|
-
ov_clear(&vf);
|
80
|
+
ov_clear(&vf);
|
81
81
|
|
82
82
|
fprintf(stderr,"Done.\n");
|
83
83
|
return(0);
|
@@ -312,8 +312,19 @@ use an alignment of 7.</doc>
|
|
312
312
|
<doc xml:space="preserve">the implementation of the GstMemoryIsSpanFunction</doc>
|
313
313
|
<type name="MemoryIsSpanFunction" c:type="GstMemoryIsSpanFunction"/>
|
314
314
|
</field>
|
315
|
+
<field name="mem_map_full" introspectable="0">
|
316
|
+
<doc xml:space="preserve">the implementation of the GstMemoryMapFullFunction.
|
317
|
+
Will be used instead of @mem_map if present. (Since 1.6)</doc>
|
318
|
+
<type name="MemoryMapFullFunction" c:type="GstMemoryMapFullFunction"/>
|
319
|
+
</field>
|
320
|
+
<field name="mem_unmap_full">
|
321
|
+
<doc xml:space="preserve">the implementation of the GstMemoryUnmapFullFunction.
|
322
|
+
Will be used instead of @mem_unmap if present. (Since 1.6)</doc>
|
323
|
+
<type name="MemoryUnmapFullFunction"
|
324
|
+
c:type="GstMemoryUnmapFullFunction"/>
|
325
|
+
</field>
|
315
326
|
<field name="_gst_reserved" readable="0" private="1">
|
316
|
-
<array zero-terminated="0" c:type="gpointer" fixed-size="
|
327
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="2">
|
317
328
|
<type name="gpointer" c:type="gpointer"/>
|
318
329
|
</array>
|
319
330
|
</field>
|
@@ -1081,6 +1092,23 @@ to calling gst_bin_remove() with each member of the list.</doc>
|
|
1081
1092
|
</parameter>
|
1082
1093
|
</parameters>
|
1083
1094
|
</method>
|
1095
|
+
<method name="sync_children_states"
|
1096
|
+
c:identifier="gst_bin_sync_children_states"
|
1097
|
+
version="1.6">
|
1098
|
+
<doc xml:space="preserve">Synchronizes the state of every child of @bin with the state
|
1099
|
+
of @bin. See also gst_element_sync_state_with_parent().</doc>
|
1100
|
+
<return-value transfer-ownership="none">
|
1101
|
+
<doc xml:space="preserve">%TRUE if syncing the state was successful for all children,
|
1102
|
+
otherwise %FALSE.</doc>
|
1103
|
+
<type name="gboolean" c:type="gboolean"/>
|
1104
|
+
</return-value>
|
1105
|
+
<parameters>
|
1106
|
+
<instance-parameter name="bin" transfer-ownership="none">
|
1107
|
+
<doc xml:space="preserve">a #GstBin</doc>
|
1108
|
+
<type name="Bin" c:type="GstBin*"/>
|
1109
|
+
</instance-parameter>
|
1110
|
+
</parameters>
|
1111
|
+
</method>
|
1084
1112
|
<property name="async-handling" writable="1" transfer-ownership="none">
|
1085
1113
|
<doc xml:space="preserve">If set to %TRUE, the bin will handle asynchronous state changes.
|
1086
1114
|
This should be used only if the bin subclass is modifying the state
|
@@ -1416,7 +1444,16 @@ using gst_pad_push() (see #GstPad).
|
|
1416
1444
|
Buffers are usually freed by unreffing them with gst_buffer_unref(). When
|
1417
1445
|
the refcount drops to 0, any memory and metadata pointed to by the buffer is
|
1418
1446
|
unreffed as well. Buffers allocated from a #GstBufferPool will be returned to
|
1419
|
-
the pool when the refcount drops to 0
|
1447
|
+
the pool when the refcount drops to 0.
|
1448
|
+
|
1449
|
+
The #GstParentBufferMeta is a meta which can be attached to a #GstBuffer
|
1450
|
+
to hold a reference to another buffer that is only released when the child
|
1451
|
+
#GstBuffer is released.
|
1452
|
+
|
1453
|
+
Typically, #GstParentBufferMeta is used when the child buffer is directly
|
1454
|
+
using the #GstMemory of the parent buffer, and wants to prevent the parent
|
1455
|
+
buffer from being returned to a buffer pool until the #GstMemory is available
|
1456
|
+
for re-use. (Since 1.6)</doc>
|
1420
1457
|
<field name="mini_object" writable="1">
|
1421
1458
|
<doc xml:space="preserve">the parent structure</doc>
|
1422
1459
|
<type name="MiniObject" c:type="GstMiniObject"/>
|
@@ -1599,6 +1636,49 @@ The prefix/padding must be filled with 0 if @flags contains
|
|
1599
1636
|
</parameter>
|
1600
1637
|
</parameters>
|
1601
1638
|
</method>
|
1639
|
+
<method name="add_parent_buffer_meta"
|
1640
|
+
c:identifier="gst_buffer_add_parent_buffer_meta"
|
1641
|
+
version="1.6">
|
1642
|
+
<doc xml:space="preserve">Add a #GstParentBufferMeta to @buffer that holds a reference on
|
1643
|
+
@ref until the buffer is freed.</doc>
|
1644
|
+
<return-value transfer-ownership="none">
|
1645
|
+
<doc xml:space="preserve">The #GstParentBufferMeta that was added to the buffer</doc>
|
1646
|
+
<type name="ParentBufferMeta" c:type="GstParentBufferMeta*"/>
|
1647
|
+
</return-value>
|
1648
|
+
<parameters>
|
1649
|
+
<instance-parameter name="buffer" transfer-ownership="none">
|
1650
|
+
<doc xml:space="preserve">a #GstBuffer</doc>
|
1651
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
1652
|
+
</instance-parameter>
|
1653
|
+
<parameter name="ref" transfer-ownership="none">
|
1654
|
+
<doc xml:space="preserve">a #GstBuffer to ref</doc>
|
1655
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
1656
|
+
</parameter>
|
1657
|
+
</parameters>
|
1658
|
+
</method>
|
1659
|
+
<method name="add_protection_meta"
|
1660
|
+
c:identifier="gst_buffer_add_protection_meta"
|
1661
|
+
version="1.6">
|
1662
|
+
<doc xml:space="preserve">Attaches protection metadata to a #GstBuffer.</doc>
|
1663
|
+
<return-value transfer-ownership="none">
|
1664
|
+
<doc xml:space="preserve">a pointer to the added #GstProtectionMeta if successful; %NULL if
|
1665
|
+
unsuccessful.</doc>
|
1666
|
+
<type name="ProtectionMeta" c:type="GstProtectionMeta*"/>
|
1667
|
+
</return-value>
|
1668
|
+
<parameters>
|
1669
|
+
<instance-parameter name="buffer" transfer-ownership="none">
|
1670
|
+
<doc xml:space="preserve">#GstBuffer holding an encrypted sample, to which protection
|
1671
|
+
metadata should be added.</doc>
|
1672
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
1673
|
+
</instance-parameter>
|
1674
|
+
<parameter name="info" transfer-ownership="full">
|
1675
|
+
<doc xml:space="preserve">a #GstStructure holding cryptographic
|
1676
|
+
information relating to the sample contained in @buffer. This
|
1677
|
+
function takes ownership of @info.</doc>
|
1678
|
+
<type name="Structure" c:type="GstStructure*"/>
|
1679
|
+
</parameter>
|
1680
|
+
</parameters>
|
1681
|
+
</method>
|
1602
1682
|
<method name="append" c:identifier="gst_buffer_append">
|
1603
1683
|
<doc xml:space="preserve">Append all the memory from @buf2 to @buf1. The result buffer will contain a
|
1604
1684
|
concatenation of the memory of @buf1 and @buf2.</doc>
|
@@ -1666,6 +1746,22 @@ contain a concatenation of the memory of @buf1 and the requested region of
|
|
1666
1746
|
</parameter>
|
1667
1747
|
</parameters>
|
1668
1748
|
</method>
|
1749
|
+
<method name="copy_deep"
|
1750
|
+
c:identifier="gst_buffer_copy_deep"
|
1751
|
+
version="1.6">
|
1752
|
+
<doc xml:space="preserve">Create a copy of the given buffer. This will make a newly allocated
|
1753
|
+
copy of the data the source buffer contains.</doc>
|
1754
|
+
<return-value transfer-ownership="full">
|
1755
|
+
<doc xml:space="preserve">a new copy of @buf.</doc>
|
1756
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
1757
|
+
</return-value>
|
1758
|
+
<parameters>
|
1759
|
+
<instance-parameter name="buf" transfer-ownership="none">
|
1760
|
+
<doc xml:space="preserve">a #GstBuffer.</doc>
|
1761
|
+
<type name="Buffer" c:type="const GstBuffer*"/>
|
1762
|
+
</instance-parameter>
|
1763
|
+
</parameters>
|
1764
|
+
</method>
|
1669
1765
|
<method name="copy_into" c:identifier="gst_buffer_copy_into">
|
1670
1766
|
<doc xml:space="preserve">Copies the information from @src into @dest.
|
1671
1767
|
|
@@ -1731,7 +1827,8 @@ MT safe.</doc>
|
|
1731
1827
|
<type name="gsize" c:type="gsize"/>
|
1732
1828
|
</parameter>
|
1733
1829
|
<parameter name="size" transfer-ownership="none">
|
1734
|
-
<doc xml:space="preserve">the size of the new #GstBuffer sub-buffer, in bytes
|
1830
|
+
<doc xml:space="preserve">the size of the new #GstBuffer sub-buffer, in bytes. If -1, all
|
1831
|
+
data is copied.</doc>
|
1735
1832
|
<type name="gsize" c:type="gsize"/>
|
1736
1833
|
</parameter>
|
1737
1834
|
</parameters>
|
@@ -1835,9 +1932,9 @@ MT safe.</doc>
|
|
1835
1932
|
in @buffer.
|
1836
1933
|
|
1837
1934
|
When this function returns %TRUE, @idx will contain the index of the first
|
1838
|
-
memory
|
1935
|
+
memory block where the byte for @offset can be found and @length contains the
|
1839
1936
|
number of memory blocks containing the @size remaining bytes. @skip contains
|
1840
|
-
the number of bytes to skip in the memory
|
1937
|
+
the number of bytes to skip in the memory block at @idx to get to the byte
|
1841
1938
|
for @offset.
|
1842
1939
|
|
1843
1940
|
@size can be -1 to get all the memory blocks after @idx.</doc>
|
@@ -1971,8 +2068,11 @@ If @length is -1, all memory starting from @idx is merged.</doc>
|
|
1971
2068
|
</parameters>
|
1972
2069
|
</method>
|
1973
2070
|
<method name="get_meta" c:identifier="gst_buffer_get_meta">
|
1974
|
-
<doc xml:space="preserve">Get the metadata for @api on buffer. When there is no such
|
1975
|
-
metadata
|
2071
|
+
<doc xml:space="preserve">Get the metadata for @api on buffer. When there is no such metadata, %NULL is
|
2072
|
+
returned. If multiple metadata with the given @api are attached to this
|
2073
|
+
buffer only the first one is returned. To handle multiple metadata with a
|
2074
|
+
given API use gst_buffer_iterate_meta() or gst_buffer_foreach_meta() instead
|
2075
|
+
and check the meta->info.api member for the API type.</doc>
|
1976
2076
|
<return-value transfer-ownership="none" nullable="1">
|
1977
2077
|
<doc xml:space="preserve">the metadata for @api on
|
1978
2078
|
@buffer.</doc>
|
@@ -2739,6 +2839,14 @@ function to specify which items should be copied.</doc>
|
|
2739
2839
|
<doc xml:space="preserve">this flag is set when memory of the buffer
|
2740
2840
|
is added/removed</doc>
|
2741
2841
|
</member>
|
2842
|
+
<member name="sync_after"
|
2843
|
+
value="32768"
|
2844
|
+
c:identifier="GST_BUFFER_FLAG_SYNC_AFTER"
|
2845
|
+
glib:nick="sync-after">
|
2846
|
+
<doc xml:space="preserve">Elements which write to disk or permanent
|
2847
|
+
storage should ensure the data is synced after
|
2848
|
+
writing the contents of this buffer. (Since 1.6)</doc>
|
2849
|
+
</member>
|
2742
2850
|
<member name="last"
|
2743
2851
|
value="1048576"
|
2744
2852
|
c:identifier="GST_BUFFER_FLAG_LAST"
|
@@ -2822,6 +2930,22 @@ Free-function: gst_buffer_list_unref</doc>
|
|
2822
2930
|
</parameter>
|
2823
2931
|
</parameters>
|
2824
2932
|
</constructor>
|
2933
|
+
<method name="copy_deep"
|
2934
|
+
c:identifier="gst_buffer_list_copy_deep"
|
2935
|
+
version="1.6">
|
2936
|
+
<doc xml:space="preserve">Create a copy of the given buffer list. This will make a newly allocated
|
2937
|
+
copy of the buffer that the source buffer list contains.</doc>
|
2938
|
+
<return-value transfer-ownership="full">
|
2939
|
+
<doc xml:space="preserve">a new copy of @list.</doc>
|
2940
|
+
<type name="BufferList" c:type="GstBufferList*"/>
|
2941
|
+
</return-value>
|
2942
|
+
<parameters>
|
2943
|
+
<instance-parameter name="list" transfer-ownership="none">
|
2944
|
+
<doc xml:space="preserve">a #GstBufferList</doc>
|
2945
|
+
<type name="BufferList" c:type="const GstBufferList*"/>
|
2946
|
+
</instance-parameter>
|
2947
|
+
</parameters>
|
2948
|
+
</method>
|
2825
2949
|
<method name="foreach" c:identifier="gst_buffer_list_foreach">
|
2826
2950
|
<doc xml:space="preserve">Call @func with @data for each buffer in @list.
|
2827
2951
|
|
@@ -2856,7 +2980,7 @@ the list should be skipped.</doc>
|
|
2856
2980
|
<return-value transfer-ownership="none" nullable="1">
|
2857
2981
|
<doc xml:space="preserve">the buffer at @idx in @group
|
2858
2982
|
or %NULL when there is no buffer. The buffer remains valid as
|
2859
|
-
long as @list is valid.</doc>
|
2983
|
+
long as @list is valid and buffer is not removed from the list.</doc>
|
2860
2984
|
<type name="Buffer" c:type="GstBuffer*"/>
|
2861
2985
|
</return-value>
|
2862
2986
|
<parameters>
|
@@ -3230,9 +3354,11 @@ used values.</doc>
|
|
3230
3354
|
<doc xml:space="preserve">Validate that changes made to @config are still valid in the context of the
|
3231
3355
|
expected parameters. This function is a helper that can be used to validate
|
3232
3356
|
changes made by a pool to a config when gst_buffer_pool_set_config()
|
3233
|
-
returns %FALSE. This expects that @caps
|
3234
|
-
@min_buffers aren't lower then what we initially expected.
|
3235
|
-
if options or allocator parameters
|
3357
|
+
returns %FALSE. This expects that @caps haven't changed and that
|
3358
|
+
@min_buffers aren't lower then what we initially expected.
|
3359
|
+
This does not check if options or allocator parameters are still valid,
|
3360
|
+
won't check if size have changed, since changing the size is valid to adapt
|
3361
|
+
padding.</doc>
|
3236
3362
|
<return-value transfer-ownership="none">
|
3237
3363
|
<doc xml:space="preserve">%TRUE, if the parameters are valid in this context.</doc>
|
3238
3364
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -3397,9 +3523,9 @@ disappears.</doc>
|
|
3397
3523
|
<virtual-method name="set_config" invoker="set_config">
|
3398
3524
|
<doc xml:space="preserve">Set the configuration of the pool. If the pool is already configured, and
|
3399
3525
|
the configuration haven't change, this function will return %TRUE. If the
|
3400
|
-
pool is active, this
|
3401
|
-
form this pool must be returned or else this
|
3402
|
-
return %FALSE.
|
3526
|
+
pool is active, this method will return %FALSE and active configuration
|
3527
|
+
will remain. Buffers allocated form this pool must be returned or else this
|
3528
|
+
function will do nothing and return %FALSE.
|
3403
3529
|
|
3404
3530
|
@config is a #GstStructure that contains the configuration parameters for
|
3405
3531
|
the pool. A default and mandatory set of parameters can be configured with
|
@@ -3595,9 +3721,9 @@ buffers failed.</doc>
|
|
3595
3721
|
<method name="set_config" c:identifier="gst_buffer_pool_set_config">
|
3596
3722
|
<doc xml:space="preserve">Set the configuration of the pool. If the pool is already configured, and
|
3597
3723
|
the configuration haven't change, this function will return %TRUE. If the
|
3598
|
-
pool is active, this
|
3599
|
-
form this pool must be returned or else this
|
3600
|
-
return %FALSE.
|
3724
|
+
pool is active, this method will return %FALSE and active configuration
|
3725
|
+
will remain. Buffers allocated form this pool must be returned or else this
|
3726
|
+
function will do nothing and return %FALSE.
|
3601
3727
|
|
3602
3728
|
@config is a #GstStructure that contains the configuration parameters for
|
3603
3729
|
the pool. A default and mandatory set of parameters can be configured with
|
@@ -4105,10 +4231,11 @@ This function is used to receive asynchronous messages in the main loop.
|
|
4105
4231
|
There can only be a single bus watch per bus, you must remove it before you
|
4106
4232
|
can set a new one.
|
4107
4233
|
|
4108
|
-
The watch can be removed using
|
4109
|
-
from @func
|
4234
|
+
The watch can be removed using gst_bus_remove_watch() or by returning %FALSE
|
4235
|
+
from @func. If the watch was added to the default main context it is also
|
4236
|
+
possible to remove the watch using g_source_remove().</doc>
|
4110
4237
|
<return-value transfer-ownership="none">
|
4111
|
-
<doc xml:space="preserve">The event source id.
|
4238
|
+
<doc xml:space="preserve">The event source id or 0 if @bus already got an event source.
|
4112
4239
|
|
4113
4240
|
MT safe.</doc>
|
4114
4241
|
<type name="guint" c:type="guint"/>
|
@@ -4144,12 +4271,13 @@ can set a new one.
|
|
4144
4271
|
When @func is called, the message belongs to the caller; if you want to
|
4145
4272
|
keep a copy of it, call gst_message_ref() before leaving @func.
|
4146
4273
|
|
4147
|
-
The watch can be removed using
|
4148
|
-
from @func.
|
4274
|
+
The watch can be removed using gst_bus_remove_watch() or by returning %FALSE
|
4275
|
+
from @func. If the watch was added to the default main context it is also
|
4276
|
+
possible to remove the watch using g_source_remove().
|
4149
4277
|
|
4150
4278
|
MT safe.</doc>
|
4151
4279
|
<return-value transfer-ownership="none">
|
4152
|
-
<doc xml:space="preserve">The event source id.</doc>
|
4280
|
+
<doc xml:space="preserve">The event source id or 0 if @bus already got an event source.</doc>
|
4153
4281
|
<type name="guint" c:type="guint"/>
|
4154
4282
|
</return-value>
|
4155
4283
|
<parameters>
|
@@ -4442,6 +4570,21 @@ MT safe.</doc>
|
|
4442
4570
|
</instance-parameter>
|
4443
4571
|
</parameters>
|
4444
4572
|
</method>
|
4573
|
+
<method name="remove_watch"
|
4574
|
+
c:identifier="gst_bus_remove_watch"
|
4575
|
+
version="1.6">
|
4576
|
+
<doc xml:space="preserve">Removes an installed bus watch from @bus.</doc>
|
4577
|
+
<return-value transfer-ownership="none">
|
4578
|
+
<doc xml:space="preserve">%TRUE on success or %FALSE if @bus has no event source.</doc>
|
4579
|
+
<type name="gboolean" c:type="gboolean"/>
|
4580
|
+
</return-value>
|
4581
|
+
<parameters>
|
4582
|
+
<instance-parameter name="bus" transfer-ownership="none">
|
4583
|
+
<doc xml:space="preserve">a #GstBus to remove the watch from.</doc>
|
4584
|
+
<type name="Bus" c:type="GstBus*"/>
|
4585
|
+
</instance-parameter>
|
4586
|
+
</parameters>
|
4587
|
+
</method>
|
4445
4588
|
<method name="set_flushing" c:identifier="gst_bus_set_flushing">
|
4446
4589
|
<doc xml:space="preserve">If @flushing, flush out and unref any messages queued in the bus. Releases
|
4447
4590
|
references to the message origin objects. Will flush future messages until
|
@@ -5029,6 +5172,36 @@ contained in @caps.</doc>
|
|
5029
5172
|
</parameter>
|
5030
5173
|
</parameters>
|
5031
5174
|
</method>
|
5175
|
+
<method name="filter_and_map_in_place"
|
5176
|
+
c:identifier="gst_caps_filter_and_map_in_place"
|
5177
|
+
version="1.6">
|
5178
|
+
<doc xml:space="preserve">Calls the provided function once for each structure and caps feature in the
|
5179
|
+
#GstCaps. In contrast to gst_caps_foreach(), the function may modify the
|
5180
|
+
structure and features. In contrast to gst_caps_filter_and_map_in_place(),
|
5181
|
+
the structure and features are removed from the caps if %FALSE is returned
|
5182
|
+
from the function.
|
5183
|
+
The caps must be mutable.</doc>
|
5184
|
+
<return-value transfer-ownership="none">
|
5185
|
+
<type name="none" c:type="void"/>
|
5186
|
+
</return-value>
|
5187
|
+
<parameters>
|
5188
|
+
<instance-parameter name="caps" transfer-ownership="none">
|
5189
|
+
<doc xml:space="preserve">a #GstCaps</doc>
|
5190
|
+
<type name="Caps" c:type="GstCaps*"/>
|
5191
|
+
</instance-parameter>
|
5192
|
+
<parameter name="func"
|
5193
|
+
transfer-ownership="none"
|
5194
|
+
scope="call"
|
5195
|
+
closure="1">
|
5196
|
+
<doc xml:space="preserve">a function to call for each field</doc>
|
5197
|
+
<type name="CapsFilterMapFunc" c:type="GstCapsFilterMapFunc"/>
|
5198
|
+
</parameter>
|
5199
|
+
<parameter name="user_data" transfer-ownership="none">
|
5200
|
+
<doc xml:space="preserve">private data</doc>
|
5201
|
+
<type name="gpointer" c:type="gpointer"/>
|
5202
|
+
</parameter>
|
5203
|
+
</parameters>
|
5204
|
+
</method>
|
5032
5205
|
<method name="fixate" c:identifier="gst_caps_fixate">
|
5033
5206
|
<doc xml:space="preserve">Modifies the given @caps into a representation with only fixed
|
5034
5207
|
values. First the caps will be truncated and then the first structure will be
|
@@ -5044,6 +5217,33 @@ fixated with gst_structure_fixate().</doc>
|
|
5044
5217
|
</instance-parameter>
|
5045
5218
|
</parameters>
|
5046
5219
|
</method>
|
5220
|
+
<method name="foreach" c:identifier="gst_caps_foreach" version="1.6">
|
5221
|
+
<doc xml:space="preserve">Calls the provided function once for each structure and caps feature in the
|
5222
|
+
#GstCaps. The function must not modify the fields.
|
5223
|
+
Also see gst_caps_map_in_place() and gst_caps_filter_and_map_in_place().</doc>
|
5224
|
+
<return-value transfer-ownership="none">
|
5225
|
+
<doc xml:space="preserve">%TRUE if the supplied function returns %TRUE for each call,
|
5226
|
+
%FALSE otherwise.</doc>
|
5227
|
+
<type name="gboolean" c:type="gboolean"/>
|
5228
|
+
</return-value>
|
5229
|
+
<parameters>
|
5230
|
+
<instance-parameter name="caps" transfer-ownership="none">
|
5231
|
+
<doc xml:space="preserve">a #GstCaps</doc>
|
5232
|
+
<type name="Caps" c:type="const GstCaps*"/>
|
5233
|
+
</instance-parameter>
|
5234
|
+
<parameter name="func"
|
5235
|
+
transfer-ownership="none"
|
5236
|
+
scope="call"
|
5237
|
+
closure="1">
|
5238
|
+
<doc xml:space="preserve">a function to call for each field</doc>
|
5239
|
+
<type name="CapsForeachFunc" c:type="GstCapsForeachFunc"/>
|
5240
|
+
</parameter>
|
5241
|
+
<parameter name="user_data" transfer-ownership="none">
|
5242
|
+
<doc xml:space="preserve">private data</doc>
|
5243
|
+
<type name="gpointer" c:type="gpointer"/>
|
5244
|
+
</parameter>
|
5245
|
+
</parameters>
|
5246
|
+
</method>
|
5047
5247
|
<method name="get_features"
|
5048
5248
|
c:identifier="gst_caps_get_features"
|
5049
5249
|
version="1.2">
|
@@ -5339,6 +5539,35 @@ for more information.</doc>
|
|
5339
5539
|
</parameter>
|
5340
5540
|
</parameters>
|
5341
5541
|
</method>
|
5542
|
+
<method name="map_in_place"
|
5543
|
+
c:identifier="gst_caps_map_in_place"
|
5544
|
+
version="1.6">
|
5545
|
+
<doc xml:space="preserve">Calls the provided function once for each structure and caps feature in the
|
5546
|
+
#GstCaps. In contrast to gst_caps_foreach(), the function may modify but not
|
5547
|
+
delete the structures and features. The caps must be mutable.</doc>
|
5548
|
+
<return-value transfer-ownership="none">
|
5549
|
+
<doc xml:space="preserve">%TRUE if the supplied function returns %TRUE for each call,
|
5550
|
+
%FALSE otherwise.</doc>
|
5551
|
+
<type name="gboolean" c:type="gboolean"/>
|
5552
|
+
</return-value>
|
5553
|
+
<parameters>
|
5554
|
+
<instance-parameter name="caps" transfer-ownership="none">
|
5555
|
+
<doc xml:space="preserve">a #GstCaps</doc>
|
5556
|
+
<type name="Caps" c:type="GstCaps*"/>
|
5557
|
+
</instance-parameter>
|
5558
|
+
<parameter name="func"
|
5559
|
+
transfer-ownership="none"
|
5560
|
+
scope="call"
|
5561
|
+
closure="1">
|
5562
|
+
<doc xml:space="preserve">a function to call for each field</doc>
|
5563
|
+
<type name="CapsMapFunc" c:type="GstCapsMapFunc"/>
|
5564
|
+
</parameter>
|
5565
|
+
<parameter name="user_data" transfer-ownership="none">
|
5566
|
+
<doc xml:space="preserve">private data</doc>
|
5567
|
+
<type name="gpointer" c:type="gpointer"/>
|
5568
|
+
</parameter>
|
5569
|
+
</parameters>
|
5570
|
+
</method>
|
5342
5571
|
<method name="merge" c:identifier="gst_caps_merge">
|
5343
5572
|
<doc xml:space="preserve">Appends the structures contained in @caps2 to @caps1 if they are not yet
|
5344
5573
|
expressed by @caps1. The structures in @caps2 are not copied -- they are
|
@@ -6065,6 +6294,30 @@ Free-function: gst_caps_features_free</doc>
|
|
6065
6294
|
</parameters>
|
6066
6295
|
</function>
|
6067
6296
|
</record>
|
6297
|
+
<callback name="CapsFilterMapFunc" c:type="GstCapsFilterMapFunc">
|
6298
|
+
<doc xml:space="preserve">A function that will be called in gst_caps_filter_and_map_in_place().
|
6299
|
+
The function may modify @features and @structure, and both will be
|
6300
|
+
removed from the caps if %FALSE is returned.</doc>
|
6301
|
+
<return-value transfer-ownership="none">
|
6302
|
+
<doc xml:space="preserve">%TRUE if the features and structure should be preserved,
|
6303
|
+
%FALSE if it should be removed.</doc>
|
6304
|
+
<type name="gboolean" c:type="gboolean"/>
|
6305
|
+
</return-value>
|
6306
|
+
<parameters>
|
6307
|
+
<parameter name="features" transfer-ownership="none">
|
6308
|
+
<doc xml:space="preserve">the #GstCapsFeatures</doc>
|
6309
|
+
<type name="CapsFeatures" c:type="GstCapsFeatures*"/>
|
6310
|
+
</parameter>
|
6311
|
+
<parameter name="structure" transfer-ownership="none">
|
6312
|
+
<doc xml:space="preserve">the #GstStructure</doc>
|
6313
|
+
<type name="Structure" c:type="GstStructure*"/>
|
6314
|
+
</parameter>
|
6315
|
+
<parameter name="user_data" transfer-ownership="none" closure="2">
|
6316
|
+
<doc xml:space="preserve">user data</doc>
|
6317
|
+
<type name="gpointer" c:type="gpointer"/>
|
6318
|
+
</parameter>
|
6319
|
+
</parameters>
|
6320
|
+
</callback>
|
6068
6321
|
<bitfield name="CapsFlags"
|
6069
6322
|
glib:type-name="GstCapsFlags"
|
6070
6323
|
glib:get-type="gst_caps_flags_get_type"
|
@@ -6078,6 +6331,29 @@ Free-function: gst_caps_features_free</doc>
|
|
6078
6331
|
anything.</doc>
|
6079
6332
|
</member>
|
6080
6333
|
</bitfield>
|
6334
|
+
<callback name="CapsForeachFunc" c:type="GstCapsForeachFunc" version="1.6">
|
6335
|
+
<doc xml:space="preserve">A function that will be called in gst_caps_foreach(). The function may
|
6336
|
+
not modify @features or @structure.</doc>
|
6337
|
+
<return-value transfer-ownership="none">
|
6338
|
+
<doc xml:space="preserve">%TRUE if the foreach operation should continue, %FALSE if
|
6339
|
+
the foreach operation should stop with %FALSE.</doc>
|
6340
|
+
<type name="gboolean" c:type="gboolean"/>
|
6341
|
+
</return-value>
|
6342
|
+
<parameters>
|
6343
|
+
<parameter name="features" transfer-ownership="none">
|
6344
|
+
<doc xml:space="preserve">the #GstCapsFeatures</doc>
|
6345
|
+
<type name="CapsFeatures" c:type="GstCapsFeatures*"/>
|
6346
|
+
</parameter>
|
6347
|
+
<parameter name="structure" transfer-ownership="none">
|
6348
|
+
<doc xml:space="preserve">the #GstStructure</doc>
|
6349
|
+
<type name="Structure" c:type="GstStructure*"/>
|
6350
|
+
</parameter>
|
6351
|
+
<parameter name="user_data" transfer-ownership="none" closure="2">
|
6352
|
+
<doc xml:space="preserve">user data</doc>
|
6353
|
+
<type name="gpointer" c:type="gpointer"/>
|
6354
|
+
</parameter>
|
6355
|
+
</parameters>
|
6356
|
+
</callback>
|
6081
6357
|
<enumeration name="CapsIntersectMode"
|
6082
6358
|
glib:type-name="GstCapsIntersectMode"
|
6083
6359
|
glib:get-type="gst_caps_intersect_mode_get_type"
|
@@ -6114,6 +6390,29 @@ would be [A, B], maintaining the first caps priority on the intersection.</doc>
|
|
6114
6390
|
<doc xml:space="preserve">Keeps the first caps order.</doc>
|
6115
6391
|
</member>
|
6116
6392
|
</enumeration>
|
6393
|
+
<callback name="CapsMapFunc" c:type="GstCapsMapFunc">
|
6394
|
+
<doc xml:space="preserve">A function that will be called in gst_caps_map_in_place(). The function
|
6395
|
+
may modify @features and @structure.</doc>
|
6396
|
+
<return-value transfer-ownership="none">
|
6397
|
+
<doc xml:space="preserve">%TRUE if the map operation should continue, %FALSE if
|
6398
|
+
the map operation should stop with %FALSE.</doc>
|
6399
|
+
<type name="gboolean" c:type="gboolean"/>
|
6400
|
+
</return-value>
|
6401
|
+
<parameters>
|
6402
|
+
<parameter name="features" transfer-ownership="none">
|
6403
|
+
<doc xml:space="preserve">the #GstCapsFeatures</doc>
|
6404
|
+
<type name="CapsFeatures" c:type="GstCapsFeatures*"/>
|
6405
|
+
</parameter>
|
6406
|
+
<parameter name="structure" transfer-ownership="none">
|
6407
|
+
<doc xml:space="preserve">the #GstStructure</doc>
|
6408
|
+
<type name="Structure" c:type="GstStructure*"/>
|
6409
|
+
</parameter>
|
6410
|
+
<parameter name="user_data" transfer-ownership="none" closure="2">
|
6411
|
+
<doc xml:space="preserve">user data</doc>
|
6412
|
+
<type name="gpointer" c:type="gpointer"/>
|
6413
|
+
</parameter>
|
6414
|
+
</parameters>
|
6415
|
+
</callback>
|
6117
6416
|
<interface name="ChildProxy"
|
6118
6417
|
c:symbol-prefix="child_proxy"
|
6119
6418
|
c:type="GstChildProxy"
|
@@ -7025,6 +7324,76 @@ MT safe.</doc>
|
|
7025
7324
|
</parameter>
|
7026
7325
|
</parameters>
|
7027
7326
|
</method>
|
7327
|
+
<method name="add_observation_unapplied"
|
7328
|
+
c:identifier="gst_clock_add_observation_unapplied"
|
7329
|
+
version="1.6">
|
7330
|
+
<doc xml:space="preserve">Add a clock observation to the internal slaving algorithm the same as
|
7331
|
+
gst_clock_add_observation(), and return the result of the master clock
|
7332
|
+
estimation, without updating the internal calibration.
|
7333
|
+
|
7334
|
+
The caller can then take the results and call gst_clock_set_calibration()
|
7335
|
+
with the values, or some modified version of them.</doc>
|
7336
|
+
<return-value transfer-ownership="none">
|
7337
|
+
<type name="gboolean" c:type="gboolean"/>
|
7338
|
+
</return-value>
|
7339
|
+
<parameters>
|
7340
|
+
<instance-parameter name="clock" transfer-ownership="none">
|
7341
|
+
<doc xml:space="preserve">a #GstClock</doc>
|
7342
|
+
<type name="Clock" c:type="GstClock*"/>
|
7343
|
+
</instance-parameter>
|
7344
|
+
<parameter name="slave" transfer-ownership="none">
|
7345
|
+
<doc xml:space="preserve">a time on the slave</doc>
|
7346
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
7347
|
+
</parameter>
|
7348
|
+
<parameter name="master" transfer-ownership="none">
|
7349
|
+
<doc xml:space="preserve">a time on the master</doc>
|
7350
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
7351
|
+
</parameter>
|
7352
|
+
<parameter name="r_squared"
|
7353
|
+
direction="out"
|
7354
|
+
caller-allocates="0"
|
7355
|
+
transfer-ownership="full">
|
7356
|
+
<doc xml:space="preserve">a pointer to hold the result</doc>
|
7357
|
+
<type name="gdouble" c:type="gdouble*"/>
|
7358
|
+
</parameter>
|
7359
|
+
<parameter name="internal"
|
7360
|
+
direction="out"
|
7361
|
+
caller-allocates="0"
|
7362
|
+
transfer-ownership="full"
|
7363
|
+
optional="1"
|
7364
|
+
allow-none="1">
|
7365
|
+
<doc xml:space="preserve">a location to store the internal time</doc>
|
7366
|
+
<type name="ClockTime" c:type="GstClockTime*"/>
|
7367
|
+
</parameter>
|
7368
|
+
<parameter name="external"
|
7369
|
+
direction="out"
|
7370
|
+
caller-allocates="0"
|
7371
|
+
transfer-ownership="full"
|
7372
|
+
optional="1"
|
7373
|
+
allow-none="1">
|
7374
|
+
<doc xml:space="preserve">a location to store the external time</doc>
|
7375
|
+
<type name="ClockTime" c:type="GstClockTime*"/>
|
7376
|
+
</parameter>
|
7377
|
+
<parameter name="rate_num"
|
7378
|
+
direction="out"
|
7379
|
+
caller-allocates="0"
|
7380
|
+
transfer-ownership="full"
|
7381
|
+
optional="1"
|
7382
|
+
allow-none="1">
|
7383
|
+
<doc xml:space="preserve">a location to store the rate numerator</doc>
|
7384
|
+
<type name="ClockTime" c:type="GstClockTime*"/>
|
7385
|
+
</parameter>
|
7386
|
+
<parameter name="rate_denom"
|
7387
|
+
direction="out"
|
7388
|
+
caller-allocates="0"
|
7389
|
+
transfer-ownership="full"
|
7390
|
+
optional="1"
|
7391
|
+
allow-none="1">
|
7392
|
+
<doc xml:space="preserve">a location to store the rate denominator</doc>
|
7393
|
+
<type name="ClockTime" c:type="GstClockTime*"/>
|
7394
|
+
</parameter>
|
7395
|
+
</parameters>
|
7396
|
+
</method>
|
7028
7397
|
<method name="adjust_unlocked" c:identifier="gst_clock_adjust_unlocked">
|
7029
7398
|
<doc xml:space="preserve">Converts the given @internal clock time to the external time, adjusting for the
|
7030
7399
|
rate and reference time set with gst_clock_set_calibration() and making sure
|
@@ -7047,6 +7416,46 @@ This function is the reverse of gst_clock_unadjust_unlocked().</doc>
|
|
7047
7416
|
</parameter>
|
7048
7417
|
</parameters>
|
7049
7418
|
</method>
|
7419
|
+
<method name="adjust_with_calibration"
|
7420
|
+
c:identifier="gst_clock_adjust_with_calibration"
|
7421
|
+
version="1.6">
|
7422
|
+
<doc xml:space="preserve">Converts the given @internal_target clock time to the external time,
|
7423
|
+
using the passed calibration parameters. This function performs the
|
7424
|
+
same calculation as gst_clock_adjust_unlocked() when called using the
|
7425
|
+
current calibration parameters, but doesn't ensure a monotonically
|
7426
|
+
increasing result as gst_clock_adjust_unlocked() does.</doc>
|
7427
|
+
<return-value transfer-ownership="none">
|
7428
|
+
<doc xml:space="preserve">the converted time of the clock.</doc>
|
7429
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
7430
|
+
</return-value>
|
7431
|
+
<parameters>
|
7432
|
+
<instance-parameter name="clock" transfer-ownership="none">
|
7433
|
+
<doc xml:space="preserve">a #GstClock to use</doc>
|
7434
|
+
<type name="Clock" c:type="GstClock*"/>
|
7435
|
+
</instance-parameter>
|
7436
|
+
<parameter name="internal_target" transfer-ownership="none">
|
7437
|
+
<doc xml:space="preserve">a clock time</doc>
|
7438
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
7439
|
+
</parameter>
|
7440
|
+
<parameter name="cinternal" transfer-ownership="none">
|
7441
|
+
<doc xml:space="preserve">a reference internal time</doc>
|
7442
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
7443
|
+
</parameter>
|
7444
|
+
<parameter name="cexternal" transfer-ownership="none">
|
7445
|
+
<doc xml:space="preserve">a reference external time</doc>
|
7446
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
7447
|
+
</parameter>
|
7448
|
+
<parameter name="cnum" transfer-ownership="none">
|
7449
|
+
<doc xml:space="preserve">the numerator of the rate of the clock relative to its
|
7450
|
+
internal time</doc>
|
7451
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
7452
|
+
</parameter>
|
7453
|
+
<parameter name="cdenom" transfer-ownership="none">
|
7454
|
+
<doc xml:space="preserve">the denominator of the rate of the clock</doc>
|
7455
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
7456
|
+
</parameter>
|
7457
|
+
</parameters>
|
7458
|
+
</method>
|
7050
7459
|
<method name="get_calibration" c:identifier="gst_clock_get_calibration">
|
7051
7460
|
<doc xml:space="preserve">Gets the internal rate and reference time of @clock. See
|
7052
7461
|
gst_clock_set_calibration() for more information.
|
@@ -7184,6 +7593,23 @@ MT safe.</doc>
|
|
7184
7593
|
</instance-parameter>
|
7185
7594
|
</parameters>
|
7186
7595
|
</method>
|
7596
|
+
<method name="is_synced"
|
7597
|
+
c:identifier="gst_clock_is_synced"
|
7598
|
+
version="1.6">
|
7599
|
+
<doc xml:space="preserve">Checks if the clock is currently synced.
|
7600
|
+
|
7601
|
+
This returns if GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC is not set on the clock.</doc>
|
7602
|
+
<return-value transfer-ownership="none">
|
7603
|
+
<doc xml:space="preserve">%TRUE if the clock is currently synced</doc>
|
7604
|
+
<type name="gboolean" c:type="gboolean"/>
|
7605
|
+
</return-value>
|
7606
|
+
<parameters>
|
7607
|
+
<instance-parameter name="clock" transfer-ownership="none">
|
7608
|
+
<doc xml:space="preserve">a GstClock</doc>
|
7609
|
+
<type name="Clock" c:type="GstClock*"/>
|
7610
|
+
</instance-parameter>
|
7611
|
+
</parameters>
|
7612
|
+
</method>
|
7187
7613
|
<method name="new_periodic_id" c:identifier="gst_clock_new_periodic_id">
|
7188
7614
|
<doc xml:space="preserve">Get an ID from @clock to trigger a periodic notification.
|
7189
7615
|
The periodic notifications will start at time @start_time and
|
@@ -7371,6 +7797,28 @@ of a clock can only be changed if the clock has the
|
|
7371
7797
|
</parameter>
|
7372
7798
|
</parameters>
|
7373
7799
|
</method>
|
7800
|
+
<method name="set_synced"
|
7801
|
+
c:identifier="gst_clock_set_synced"
|
7802
|
+
version="1.6">
|
7803
|
+
<doc xml:space="preserve">Sets @clock to synced and emits the GstClock::synced signal, and wakes up any
|
7804
|
+
thread waiting in gst_clock_wait_for_sync().
|
7805
|
+
|
7806
|
+
This function must only be called if GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC
|
7807
|
+
is set on the clock, and is intended to be called by subclasses only.</doc>
|
7808
|
+
<return-value transfer-ownership="none">
|
7809
|
+
<type name="none" c:type="void"/>
|
7810
|
+
</return-value>
|
7811
|
+
<parameters>
|
7812
|
+
<instance-parameter name="clock" transfer-ownership="none">
|
7813
|
+
<doc xml:space="preserve">a GstClock</doc>
|
7814
|
+
<type name="Clock" c:type="GstClock*"/>
|
7815
|
+
</instance-parameter>
|
7816
|
+
<parameter name="synced" transfer-ownership="none">
|
7817
|
+
<doc xml:space="preserve">if the clock is synced</doc>
|
7818
|
+
<type name="gboolean" c:type="gboolean"/>
|
7819
|
+
</parameter>
|
7820
|
+
</parameters>
|
7821
|
+
</method>
|
7374
7822
|
<method name="set_timeout" c:identifier="gst_clock_set_timeout">
|
7375
7823
|
<doc xml:space="preserve">Set the amount of time, in nanoseconds, to sample master and slave
|
7376
7824
|
clocks</doc>
|
@@ -7435,6 +7883,33 @@ This function is the reverse of gst_clock_adjust_unlocked().</doc>
|
|
7435
7883
|
</parameter>
|
7436
7884
|
</parameters>
|
7437
7885
|
</method>
|
7886
|
+
<method name="wait_for_sync"
|
7887
|
+
c:identifier="gst_clock_wait_for_sync"
|
7888
|
+
version="1.6">
|
7889
|
+
<doc xml:space="preserve">Waits until @clock is synced for reporting the current time. If @timeout
|
7890
|
+
is %GST_CLOCK_TIME_NONE it will wait forever, otherwise it will time out
|
7891
|
+
after @timeout nanoseconds.
|
7892
|
+
|
7893
|
+
For asynchronous waiting, the GstClock::synced signal can be used.
|
7894
|
+
|
7895
|
+
|
7896
|
+
This returns immediately with TRUE if GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC
|
7897
|
+
is not set on the clock, or if the clock is already synced.</doc>
|
7898
|
+
<return-value transfer-ownership="none">
|
7899
|
+
<doc xml:space="preserve">%TRUE if waiting was successful, or %FALSE on timeout</doc>
|
7900
|
+
<type name="gboolean" c:type="gboolean"/>
|
7901
|
+
</return-value>
|
7902
|
+
<parameters>
|
7903
|
+
<instance-parameter name="clock" transfer-ownership="none">
|
7904
|
+
<doc xml:space="preserve">a GstClock</doc>
|
7905
|
+
<type name="Clock" c:type="GstClock*"/>
|
7906
|
+
</instance-parameter>
|
7907
|
+
<parameter name="timeout" transfer-ownership="none">
|
7908
|
+
<doc xml:space="preserve">timeout for waiting or %GST_CLOCK_TIME_NONE</doc>
|
7909
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
7910
|
+
</parameter>
|
7911
|
+
</parameters>
|
7912
|
+
</method>
|
7438
7913
|
<property name="timeout" writable="1" transfer-ownership="none">
|
7439
7914
|
<type name="guint64" c:type="guint64"/>
|
7440
7915
|
</property>
|
@@ -7455,6 +7930,23 @@ This function is the reverse of gst_clock_adjust_unlocked().</doc>
|
|
7455
7930
|
<type name="gpointer" c:type="gpointer"/>
|
7456
7931
|
</array>
|
7457
7932
|
</field>
|
7933
|
+
<glib:signal name="synced" when="last" version="1.6">
|
7934
|
+
<doc xml:space="preserve">Signaled on clocks with GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC set once
|
7935
|
+
the clock is synchronized, or when it completely lost synchronization.
|
7936
|
+
This signal will not be emitted on clocks without the flag.
|
7937
|
+
|
7938
|
+
This signal will be emitted from an arbitrary thread, most likely not
|
7939
|
+
the application's main thread.</doc>
|
7940
|
+
<return-value transfer-ownership="none">
|
7941
|
+
<type name="none" c:type="void"/>
|
7942
|
+
</return-value>
|
7943
|
+
<parameters>
|
7944
|
+
<parameter name="synced" transfer-ownership="none">
|
7945
|
+
<doc xml:space="preserve">if the clock is synced now</doc>
|
7946
|
+
<type name="gboolean" c:type="gboolean"/>
|
7947
|
+
</parameter>
|
7948
|
+
</parameters>
|
7949
|
+
</glib:signal>
|
7458
7950
|
</class>
|
7459
7951
|
<callback name="ClockCallback" c:type="GstClockCallback">
|
7460
7952
|
<doc xml:space="preserve">The function prototype of the callback.</doc>
|
@@ -7699,6 +8191,13 @@ not be extended or allocated using a custom allocator.</doc>
|
|
7699
8191
|
glib:nick="can-set-master">
|
7700
8192
|
<doc xml:space="preserve">clock can be slaved to a master clock</doc>
|
7701
8193
|
</member>
|
8194
|
+
<member name="needs_startup_sync"
|
8195
|
+
value="1024"
|
8196
|
+
c:identifier="GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC"
|
8197
|
+
glib:nick="needs-startup-sync">
|
8198
|
+
<doc xml:space="preserve">clock needs to be synced before it can be used
|
8199
|
+
(Since 1.6)</doc>
|
8200
|
+
</member>
|
7702
8201
|
<member name="last"
|
7703
8202
|
value="4096"
|
7704
8203
|
c:identifier="GST_CLOCK_FLAG_LAST"
|
@@ -7781,7 +8280,7 @@ not be extended or allocated using a custom allocator.</doc>
|
|
7781
8280
|
value="2"
|
7782
8281
|
c:identifier="GST_CLOCK_TYPE_OTHER"
|
7783
8282
|
glib:nick="other">
|
7784
|
-
<doc xml:space="preserve">some other time source is used (Since
|
8283
|
+
<doc xml:space="preserve">some other time source is used (Since 1.0.5)</doc>
|
7785
8284
|
</member>
|
7786
8285
|
</enumeration>
|
7787
8286
|
<record name="Context"
|
@@ -9475,7 +9974,8 @@ and GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS().</doc>
|
|
9475
9974
|
value="4"
|
9476
9975
|
c:identifier="GST_DEBUG_GRAPH_SHOW_NON_DEFAULT_PARAMS"
|
9477
9976
|
glib:nick="non-default-params">
|
9478
|
-
<doc xml:space="preserve">show modified parameters on
|
9977
|
+
<doc xml:space="preserve">show modified parameters on
|
9978
|
+
elements</doc>
|
9479
9979
|
</member>
|
9480
9980
|
<member name="states"
|
9481
9981
|
value="8"
|
@@ -9483,11 +9983,25 @@ and GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS().</doc>
|
|
9483
9983
|
glib:nick="states">
|
9484
9984
|
<doc xml:space="preserve">show element states</doc>
|
9485
9985
|
</member>
|
9986
|
+
<member name="full_params"
|
9987
|
+
value="16"
|
9988
|
+
c:identifier="GST_DEBUG_GRAPH_SHOW_FULL_PARAMS"
|
9989
|
+
glib:nick="full-params">
|
9990
|
+
<doc xml:space="preserve">show full element parameter values even
|
9991
|
+
if they are very long</doc>
|
9992
|
+
</member>
|
9486
9993
|
<member name="all"
|
9487
9994
|
value="15"
|
9488
9995
|
c:identifier="GST_DEBUG_GRAPH_SHOW_ALL"
|
9489
9996
|
glib:nick="all">
|
9490
|
-
<doc xml:space="preserve">show all details</doc>
|
9997
|
+
<doc xml:space="preserve">show all the typical details that one might want</doc>
|
9998
|
+
</member>
|
9999
|
+
<member name="verbose"
|
10000
|
+
value="-1"
|
10001
|
+
c:identifier="GST_DEBUG_GRAPH_SHOW_VERBOSE"
|
10002
|
+
glib:nick="verbose">
|
10003
|
+
<doc xml:space="preserve">show all details regardless of how large or
|
10004
|
+
verbose they make the resulting output</doc>
|
9491
10005
|
</member>
|
9492
10006
|
</bitfield>
|
9493
10007
|
<enumeration name="DebugLevel"
|
@@ -9991,7 +10505,7 @@ all classes and the #GstCaps will be returned.
|
|
9991
10505
|
|
9992
10506
|
Filters must be added before the #GstDeviceMonitor is started.</doc>
|
9993
10507
|
<return-value transfer-ownership="none">
|
9994
|
-
<doc xml:space="preserve">The id of the new filter or
|
10508
|
+
<doc xml:space="preserve">The id of the new filter or 0 if no provider matched the filter's
|
9995
10509
|
classes.</doc>
|
9996
10510
|
<type name="guint" c:type="guint"/>
|
9997
10511
|
</return-value>
|
@@ -10820,6 +11334,11 @@ metadata. Free with g_strfreev() when no longer needed.</doc>
|
|
10820
11334
|
c:type="GST_ELEMENT_FACTORY_KLASS_DECODER">
|
10821
11335
|
<type name="utf8" c:type="gchar*"/>
|
10822
11336
|
</constant>
|
11337
|
+
<constant name="ELEMENT_FACTORY_KLASS_DECRYPTOR"
|
11338
|
+
value="Decryptor"
|
11339
|
+
c:type="GST_ELEMENT_FACTORY_KLASS_DECRYPTOR">
|
11340
|
+
<type name="utf8" c:type="gchar*"/>
|
11341
|
+
</constant>
|
10823
11342
|
<constant name="ELEMENT_FACTORY_KLASS_DEMUXER"
|
10824
11343
|
value="Demuxer"
|
10825
11344
|
c:type="GST_ELEMENT_FACTORY_KLASS_DEMUXER">
|
@@ -10835,6 +11354,11 @@ metadata. Free with g_strfreev() when no longer needed.</doc>
|
|
10835
11354
|
c:type="GST_ELEMENT_FACTORY_KLASS_ENCODER">
|
10836
11355
|
<type name="utf8" c:type="gchar*"/>
|
10837
11356
|
</constant>
|
11357
|
+
<constant name="ELEMENT_FACTORY_KLASS_ENCRYPTOR"
|
11358
|
+
value="Encryptor"
|
11359
|
+
c:type="GST_ELEMENT_FACTORY_KLASS_ENCRYPTOR">
|
11360
|
+
<type name="utf8" c:type="gchar*"/>
|
11361
|
+
</constant>
|
10838
11362
|
<constant name="ELEMENT_FACTORY_KLASS_FORMATTER"
|
10839
11363
|
value="Formatter"
|
10840
11364
|
c:type="GST_ELEMENT_FACTORY_KLASS_FORMATTER">
|
@@ -10919,6 +11443,11 @@ metadata. Free with g_strfreev() when no longer needed.</doc>
|
|
10919
11443
|
c:type="GST_ELEMENT_FACTORY_TYPE_DECODER">
|
10920
11444
|
<type name="gint" c:type="gint"/>
|
10921
11445
|
</constant>
|
11446
|
+
<constant name="ELEMENT_FACTORY_TYPE_DECRYPTOR"
|
11447
|
+
value="1024"
|
11448
|
+
c:type="GST_ELEMENT_FACTORY_TYPE_DECRYPTOR">
|
11449
|
+
<type name="gint" c:type="gint"/>
|
11450
|
+
</constant>
|
10922
11451
|
<constant name="ELEMENT_FACTORY_TYPE_DEMUXER"
|
10923
11452
|
value="32"
|
10924
11453
|
c:type="GST_ELEMENT_FACTORY_TYPE_DEMUXER">
|
@@ -10934,6 +11463,11 @@ metadata. Free with g_strfreev() when no longer needed.</doc>
|
|
10934
11463
|
c:type="GST_ELEMENT_FACTORY_TYPE_ENCODER">
|
10935
11464
|
<type name="gint" c:type="gint"/>
|
10936
11465
|
</constant>
|
11466
|
+
<constant name="ELEMENT_FACTORY_TYPE_ENCRYPTOR"
|
11467
|
+
value="2048"
|
11468
|
+
c:type="GST_ELEMENT_FACTORY_TYPE_ENCRYPTOR">
|
11469
|
+
<type name="gint" c:type="gint"/>
|
11470
|
+
</constant>
|
10937
11471
|
<constant name="ELEMENT_FACTORY_TYPE_FORMATTER"
|
10938
11472
|
value="512"
|
10939
11473
|
c:type="GST_ELEMENT_FACTORY_TYPE_FORMATTER">
|
@@ -11416,21 +11950,40 @@ MT safe.</doc>
|
|
11416
11950
|
</parameter>
|
11417
11951
|
</parameters>
|
11418
11952
|
</virtual-method>
|
11419
|
-
<virtual-method name="request_new_pad"
|
11420
|
-
<
|
11953
|
+
<virtual-method name="request_new_pad" invoker="request_pad">
|
11954
|
+
<doc xml:space="preserve">Retrieves a request pad from the element according to the provided template.
|
11955
|
+
Pad templates can be looked up using
|
11956
|
+
gst_element_factory_get_static_pad_templates().
|
11957
|
+
|
11958
|
+
The pad should be released with gst_element_release_request_pad().</doc>
|
11959
|
+
<return-value transfer-ownership="full" nullable="1">
|
11960
|
+
<doc xml:space="preserve">requested #GstPad if found,
|
11961
|
+
otherwise %NULL. Release after usage.</doc>
|
11421
11962
|
<type name="Pad" c:type="GstPad*"/>
|
11422
11963
|
</return-value>
|
11423
11964
|
<parameters>
|
11424
11965
|
<instance-parameter name="element" transfer-ownership="none">
|
11966
|
+
<doc xml:space="preserve">a #GstElement to find a request pad of.</doc>
|
11425
11967
|
<type name="Element" c:type="GstElement*"/>
|
11426
11968
|
</instance-parameter>
|
11427
11969
|
<parameter name="templ" transfer-ownership="none">
|
11970
|
+
<doc xml:space="preserve">a #GstPadTemplate of which we want a pad of.</doc>
|
11428
11971
|
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
11429
11972
|
</parameter>
|
11430
|
-
<parameter name="name"
|
11973
|
+
<parameter name="name"
|
11974
|
+
transfer-ownership="none"
|
11975
|
+
nullable="1"
|
11976
|
+
allow-none="1">
|
11977
|
+
<doc xml:space="preserve">the name of the request #GstPad
|
11978
|
+
to retrieve. Can be %NULL.</doc>
|
11431
11979
|
<type name="utf8" c:type="const gchar*"/>
|
11432
11980
|
</parameter>
|
11433
|
-
<parameter name="caps"
|
11981
|
+
<parameter name="caps"
|
11982
|
+
transfer-ownership="none"
|
11983
|
+
nullable="1"
|
11984
|
+
allow-none="1">
|
11985
|
+
<doc xml:space="preserve">the caps of the pad we want to
|
11986
|
+
request. Can be %NULL.</doc>
|
11434
11987
|
<type name="Caps" c:type="const GstCaps*"/>
|
11435
11988
|
</parameter>
|
11436
11989
|
</parameters>
|
@@ -11438,7 +11991,7 @@ MT safe.</doc>
|
|
11438
11991
|
<virtual-method name="send_event" invoker="send_event">
|
11439
11992
|
<doc xml:space="preserve">Sends an event to an element. If the element doesn't implement an
|
11440
11993
|
event handler, the event will be pushed on a random linked sink pad for
|
11441
|
-
|
11994
|
+
downstream events or a random linked source pad for upstream events.
|
11442
11995
|
|
11443
11996
|
This function takes ownership of the provided event so you should
|
11444
11997
|
gst_event_ref() it if you want to reuse the event after this call.
|
@@ -11718,7 +12271,10 @@ MT safe.</doc>
|
|
11718
12271
|
</method>
|
11719
12272
|
<method name="get_clock" c:identifier="gst_element_get_clock">
|
11720
12273
|
<doc xml:space="preserve">Gets the currently configured clock of the element. This is the clock as was
|
11721
|
-
last set with gst_element_set_clock()
|
12274
|
+
last set with gst_element_set_clock().
|
12275
|
+
|
12276
|
+
Elements in a pipeline will only have their clock set when the
|
12277
|
+
pipeline is in the PLAYING state.</doc>
|
11722
12278
|
<return-value transfer-ownership="full">
|
11723
12279
|
<doc xml:space="preserve">the #GstClock of the element. unref after usage.
|
11724
12280
|
|
@@ -11808,7 +12364,7 @@ gst_element_release_request_pad().
|
|
11808
12364
|
|
11809
12365
|
This method is slower than manually getting the pad template and calling
|
11810
12366
|
gst_element_request_pad() if the pads should have a specific name (e.g.
|
11811
|
-
@name is "src_1" instead of "src_
|
12367
|
+
@name is "src_1" instead of "src_\%u").</doc>
|
11812
12368
|
<return-value transfer-ownership="full" nullable="1">
|
11813
12369
|
<doc xml:space="preserve">requested #GstPad if found,
|
11814
12370
|
otherwise %NULL. Release after usage.</doc>
|
@@ -12676,7 +13232,7 @@ preroll, which will emit %GST_MESSAGE_ASYNC_DONE.</doc>
|
|
12676
13232
|
<method name="send_event" c:identifier="gst_element_send_event">
|
12677
13233
|
<doc xml:space="preserve">Sends an event to an element. If the element doesn't implement an
|
12678
13234
|
event handler, the event will be pushed on a random linked sink pad for
|
12679
|
-
|
13235
|
+
downstream events or a random linked source pad for upstream events.
|
12680
13236
|
|
12681
13237
|
This function takes ownership of the provided event so you should
|
12682
13238
|
gst_event_ref() it if you want to reuse the event after this call.
|
@@ -13149,22 +13705,36 @@ functionality.</doc>
|
|
13149
13705
|
</parameters>
|
13150
13706
|
</callback>
|
13151
13707
|
</field>
|
13152
|
-
<field name="request_new_pad"
|
13153
|
-
<callback name="request_new_pad"
|
13154
|
-
<return-value>
|
13708
|
+
<field name="request_new_pad">
|
13709
|
+
<callback name="request_new_pad">
|
13710
|
+
<return-value transfer-ownership="full" nullable="1">
|
13711
|
+
<doc xml:space="preserve">requested #GstPad if found,
|
13712
|
+
otherwise %NULL. Release after usage.</doc>
|
13155
13713
|
<type name="Pad" c:type="GstPad*"/>
|
13156
13714
|
</return-value>
|
13157
13715
|
<parameters>
|
13158
13716
|
<parameter name="element" transfer-ownership="none">
|
13717
|
+
<doc xml:space="preserve">a #GstElement to find a request pad of.</doc>
|
13159
13718
|
<type name="Element" c:type="GstElement*"/>
|
13160
13719
|
</parameter>
|
13161
13720
|
<parameter name="templ" transfer-ownership="none">
|
13721
|
+
<doc xml:space="preserve">a #GstPadTemplate of which we want a pad of.</doc>
|
13162
13722
|
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
13163
13723
|
</parameter>
|
13164
|
-
<parameter name="name"
|
13724
|
+
<parameter name="name"
|
13725
|
+
transfer-ownership="none"
|
13726
|
+
nullable="1"
|
13727
|
+
allow-none="1">
|
13728
|
+
<doc xml:space="preserve">the name of the request #GstPad
|
13729
|
+
to retrieve. Can be %NULL.</doc>
|
13165
13730
|
<type name="utf8" c:type="const gchar*"/>
|
13166
13731
|
</parameter>
|
13167
|
-
<parameter name="caps"
|
13732
|
+
<parameter name="caps"
|
13733
|
+
transfer-ownership="none"
|
13734
|
+
nullable="1"
|
13735
|
+
allow-none="1">
|
13736
|
+
<doc xml:space="preserve">the caps of the pad we want to
|
13737
|
+
request. Can be %NULL.</doc>
|
13168
13738
|
<type name="Caps" c:type="const GstCaps*"/>
|
13169
13739
|
</parameter>
|
13170
13740
|
</parameters>
|
@@ -14321,6 +14891,62 @@ the time format.</doc>
|
|
14321
14891
|
</parameter>
|
14322
14892
|
</parameters>
|
14323
14893
|
</constructor>
|
14894
|
+
<constructor name="new_protection"
|
14895
|
+
c:identifier="gst_event_new_protection"
|
14896
|
+
version="1.6">
|
14897
|
+
<doc xml:space="preserve">Creates a new event containing information specific to a particular
|
14898
|
+
protection system (uniquely identified by @system_id), by which that
|
14899
|
+
protection system can acquire key(s) to decrypt a protected stream.
|
14900
|
+
|
14901
|
+
In order for a decryption element to decrypt media
|
14902
|
+
protected using a specific system, it first needs all the
|
14903
|
+
protection system specific information necessary to acquire the decryption
|
14904
|
+
key(s) for that stream. The functions defined here enable this information
|
14905
|
+
to be passed in events from elements that extract it
|
14906
|
+
(e.g., ISOBMFF demuxers, MPEG DASH demuxers) to protection decrypter
|
14907
|
+
elements that use it.
|
14908
|
+
|
14909
|
+
Events containing protection system specific information are created using
|
14910
|
+
#gst_event_new_protection, and they can be parsed by downstream elements
|
14911
|
+
using #gst_event_parse_protection.
|
14912
|
+
|
14913
|
+
In Common Encryption, protection system specific information may be located
|
14914
|
+
within ISOBMFF files, both in movie (moov) boxes and movie fragment (moof)
|
14915
|
+
boxes; it may also be contained in ContentProtection elements within MPEG
|
14916
|
+
DASH MPDs. The events created by #gst_event_new_protection contain data
|
14917
|
+
identifying from which of these locations the encapsulated protection system
|
14918
|
+
specific information originated. This origin information is required as
|
14919
|
+
some protection systems use different encodings depending upon where the
|
14920
|
+
information originates.
|
14921
|
+
|
14922
|
+
The events returned by gst_event_new_protection() are implemented
|
14923
|
+
in such a way as to ensure that the most recently-pushed protection info
|
14924
|
+
event of a particular @origin and @system_id will
|
14925
|
+
be stuck to the output pad of the sending element.</doc>
|
14926
|
+
<return-value transfer-ownership="full">
|
14927
|
+
<doc xml:space="preserve">a #GST_EVENT_PROTECTION event, if successful; %NULL
|
14928
|
+
if unsuccessful.</doc>
|
14929
|
+
<type name="Event" c:type="GstEvent*"/>
|
14930
|
+
</return-value>
|
14931
|
+
<parameters>
|
14932
|
+
<parameter name="system_id" transfer-ownership="none">
|
14933
|
+
<doc xml:space="preserve">a string holding a UUID that uniquely
|
14934
|
+
identifies a protection system.</doc>
|
14935
|
+
<type name="utf8" c:type="const gchar*"/>
|
14936
|
+
</parameter>
|
14937
|
+
<parameter name="data" transfer-ownership="none">
|
14938
|
+
<doc xml:space="preserve">a #GstBuffer holding protection system specific
|
14939
|
+
information. The reference count of the buffer will be incremented by one.</doc>
|
14940
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
14941
|
+
</parameter>
|
14942
|
+
<parameter name="origin" transfer-ownership="none">
|
14943
|
+
<doc xml:space="preserve">a string indicating where the protection
|
14944
|
+
information carried in the event was extracted from. The allowed values
|
14945
|
+
of this string will depend upon the protection scheme.</doc>
|
14946
|
+
<type name="utf8" c:type="const gchar*"/>
|
14947
|
+
</parameter>
|
14948
|
+
</parameters>
|
14949
|
+
</constructor>
|
14324
14950
|
<constructor name="new_qos" c:identifier="gst_event_new_qos">
|
14325
14951
|
<doc xml:space="preserve">Allocate a new qos event with the given values.
|
14326
14952
|
The QOS event is generated in an element that wants an upstream
|
@@ -14470,7 +15096,7 @@ this, PAUSE the pipeline, query the current playback position with
|
|
14470
15096
|
downstream synchronized with the buffer flow and contains timing information
|
14471
15097
|
and playback properties for the buffers that will follow.
|
14472
15098
|
|
14473
|
-
The
|
15099
|
+
The segment event marks the range of buffers to be processed. All
|
14474
15100
|
data not within the segment range is not to be processed. This can be
|
14475
15101
|
used intelligently by plugins to apply more efficient methods of skipping
|
14476
15102
|
unneeded data. The valid range is expressed with the @start and @stop
|
@@ -14491,10 +15117,10 @@ has already been made to the timestamps and content on the buffers of the
|
|
14491
15117
|
stream. (@rate * @applied_rate) should always equal the rate that has been
|
14492
15118
|
requested for playback. For example, if an element has an input segment
|
14493
15119
|
with intended playback @rate of 2.0 and applied_rate of 1.0, it can adjust
|
14494
|
-
incoming timestamps and buffer content by half and output a
|
15120
|
+
incoming timestamps and buffer content by half and output a segment event
|
14495
15121
|
with @rate of 1.0 and @applied_rate of 2.0
|
14496
15122
|
|
14497
|
-
After a
|
15123
|
+
After a segment event, the buffer stream time is calculated with:
|
14498
15124
|
|
14499
15125
|
time + (TIMESTAMP(buf) - start) * ABS (rate * applied_rate)</doc>
|
14500
15126
|
<return-value transfer-ownership="full">
|
@@ -14598,7 +15224,7 @@ to be the first event that is sent for a new stream.
|
|
14598
15224
|
|
14599
15225
|
Source elements, demuxers and other elements that create new streams
|
14600
15226
|
are supposed to send this event as the first event of a new stream. It
|
14601
|
-
should not be
|
15227
|
+
should not be sent after a flushing seek or in similar situations
|
14602
15228
|
and is used to mark the beginning of a new logical stream. Elements
|
14603
15229
|
combining multiple streams must ensure that this event is only forwarded
|
14604
15230
|
downstream once and not for every single input stream.
|
@@ -14932,6 +15558,51 @@ valid.</doc>
|
|
14932
15558
|
</parameter>
|
14933
15559
|
</parameters>
|
14934
15560
|
</method>
|
15561
|
+
<method name="parse_protection"
|
15562
|
+
c:identifier="gst_event_parse_protection"
|
15563
|
+
version="1.6">
|
15564
|
+
<doc xml:space="preserve">Parses an event containing protection system specific information and stores
|
15565
|
+
the results in @system_id, @data and @origin. The data stored in @system_id,
|
15566
|
+
@origin and @data are valid until @event is released.</doc>
|
15567
|
+
<return-value transfer-ownership="none">
|
15568
|
+
<type name="none" c:type="void"/>
|
15569
|
+
</return-value>
|
15570
|
+
<parameters>
|
15571
|
+
<instance-parameter name="event" transfer-ownership="none">
|
15572
|
+
<doc xml:space="preserve">a #GST_EVENT_PROTECTION event.</doc>
|
15573
|
+
<type name="Event" c:type="GstEvent*"/>
|
15574
|
+
</instance-parameter>
|
15575
|
+
<parameter name="system_id"
|
15576
|
+
direction="out"
|
15577
|
+
caller-allocates="0"
|
15578
|
+
transfer-ownership="none"
|
15579
|
+
optional="1"
|
15580
|
+
allow-none="1">
|
15581
|
+
<doc xml:space="preserve">pointer to store the UUID
|
15582
|
+
string uniquely identifying a content protection system.</doc>
|
15583
|
+
<type name="utf8" c:type="const gchar**"/>
|
15584
|
+
</parameter>
|
15585
|
+
<parameter name="data"
|
15586
|
+
direction="out"
|
15587
|
+
caller-allocates="0"
|
15588
|
+
transfer-ownership="none"
|
15589
|
+
optional="1"
|
15590
|
+
allow-none="1">
|
15591
|
+
<doc xml:space="preserve">pointer to store a #GstBuffer
|
15592
|
+
holding protection system specific information.</doc>
|
15593
|
+
<type name="Buffer" c:type="GstBuffer**"/>
|
15594
|
+
</parameter>
|
15595
|
+
<parameter name="origin"
|
15596
|
+
transfer-ownership="none"
|
15597
|
+
nullable="1"
|
15598
|
+
allow-none="1">
|
15599
|
+
<doc xml:space="preserve">pointer to store a value that
|
15600
|
+
indicates where the protection information carried by @event was extracted
|
15601
|
+
from.</doc>
|
15602
|
+
<type name="utf8" c:type="const gchar**"/>
|
15603
|
+
</parameter>
|
15604
|
+
</parameters>
|
15605
|
+
</method>
|
14935
15606
|
<method name="parse_qos" c:identifier="gst_event_parse_qos">
|
14936
15607
|
<doc xml:space="preserve">Get the type, proportion, diff and timestamp in the qos event. See
|
14937
15608
|
gst_event_new_qos() for more information about the different QoS values.
|
@@ -15473,6 +16144,13 @@ Specific custom events are distinguished by the name of the structure.</doc>
|
|
15473
16144
|
<doc xml:space="preserve">An event which indicates that a new table of contents (TOC)
|
15474
16145
|
was found or updated.</doc>
|
15475
16146
|
</member>
|
16147
|
+
<member name="protection"
|
16148
|
+
value="33310"
|
16149
|
+
c:identifier="GST_EVENT_PROTECTION"
|
16150
|
+
glib:nick="protection">
|
16151
|
+
<doc xml:space="preserve">An event which indicates that new or updated
|
16152
|
+
encryption information has been found in the stream.</doc>
|
16153
|
+
</member>
|
15476
16154
|
<member name="segment_done"
|
15477
16155
|
value="38406"
|
15478
16156
|
c:identifier="GST_EVENT_SEGMENT_DONE"
|
@@ -15652,6 +16330,11 @@ gst_event_type_get_flags() function.</doc>
|
|
15652
16330
|
identified by the event name.</doc>
|
15653
16331
|
</member>
|
15654
16332
|
</bitfield>
|
16333
|
+
<constant name="FLAG_SET_MASK_EXACT"
|
16334
|
+
value="-1"
|
16335
|
+
c:type="GST_FLAG_SET_MASK_EXACT">
|
16336
|
+
<type name="guint" c:type="guint"/>
|
16337
|
+
</constant>
|
15655
16338
|
<constant name="FORMAT_PERCENT_MAX"
|
15656
16339
|
value="1000000"
|
15657
16340
|
c:type="GST_FORMAT_PERCENT_MAX">
|
@@ -15675,6 +16358,28 @@ printf ("fourcc: %" GST_FOURCC_FORMAT "\n", GST_FOURCC_ARGS (fcc));
|
|
15675
16358
|
</informalexample></doc>
|
15676
16359
|
<type name="utf8" c:type="gchar*"/>
|
15677
16360
|
</constant>
|
16361
|
+
<class name="FlagSet"
|
16362
|
+
c:symbol-prefix="flagset"
|
16363
|
+
glib:type-name="GstFlagSet"
|
16364
|
+
glib:get-type="gst_flagset_get_type"
|
16365
|
+
glib:fundamental="1">
|
16366
|
+
<function name="register"
|
16367
|
+
c:identifier="gst_flagset_register"
|
16368
|
+
version="1.6">
|
16369
|
+
<doc xml:space="preserve">Create a new sub-class of #GST_TYPE_FLAG_SET
|
16370
|
+
which will pretty-print the human-readable flags
|
16371
|
+
when serializing, for easier debugging.</doc>
|
16372
|
+
<return-value transfer-ownership="none">
|
16373
|
+
<type name="GType" c:type="GType"/>
|
16374
|
+
</return-value>
|
16375
|
+
<parameters>
|
16376
|
+
<parameter name="flags_type" transfer-ownership="none">
|
16377
|
+
<doc xml:space="preserve">a #GType of a #G_TYPE_FLAGS type.</doc>
|
16378
|
+
<type name="GType" c:type="GType"/>
|
16379
|
+
</parameter>
|
16380
|
+
</parameters>
|
16381
|
+
</function>
|
16382
|
+
</class>
|
15678
16383
|
<enumeration name="FlowReturn"
|
15679
16384
|
glib:type-name="GstFlowReturn"
|
15680
16385
|
glib:get-type="gst_flow_return_get_type"
|
@@ -16215,18 +16920,20 @@ a threadsafe way.
|
|
16215
16920
|
Various GStreamer objects provide access to their internal structures using
|
16216
16921
|
an iterator.
|
16217
16922
|
|
16218
|
-
|
16219
|
-
|
16220
|
-
increased.
|
16923
|
+
Note that if calling a GstIterator function results in your code receiving
|
16924
|
+
a refcounted object (with, say, g_value_get_object()), the refcount for that
|
16925
|
+
object will not be increased. Your code is responsible for taking a reference
|
16926
|
+
if it wants to continue using it later.
|
16221
16927
|
|
16222
16928
|
The basic use pattern of an iterator is as follows:
|
16223
16929
|
|[
|
16224
16930
|
GstIterator *it = _get_iterator(object);
|
16931
|
+
GValue item = G_VALUE_INIT;
|
16225
16932
|
done = FALSE;
|
16226
16933
|
while (!done) {
|
16227
16934
|
switch (gst_iterator_next (it, &amp;item)) {
|
16228
16935
|
case GST_ITERATOR_OK:
|
16229
|
-
...
|
16936
|
+
...get/use/change item here...
|
16230
16937
|
g_value_reset (&amp;item);
|
16231
16938
|
break;
|
16232
16939
|
case GST_ITERATOR_RESYNC:
|
@@ -17209,8 +17916,8 @@ The prefix/padding must be filled with 0 if @flags contains
|
|
17209
17916
|
</constructor>
|
17210
17917
|
<method name="copy" c:identifier="gst_memory_copy">
|
17211
17918
|
<doc xml:space="preserve">Return a copy of @size bytes from @mem starting from @offset. This copy is
|
17212
|
-
guaranteed to be writable. @size can be set to -1 to return a copy
|
17213
|
-
from @offset.</doc>
|
17919
|
+
guaranteed to be writable. @size can be set to -1 to return a copy
|
17920
|
+
from @offset to the end of the memory region.</doc>
|
17214
17921
|
<return-value transfer-ownership="full">
|
17215
17922
|
<doc xml:space="preserve">a new #GstMemory.</doc>
|
17216
17923
|
<type name="Memory" c:type="GstMemory*"/>
|
@@ -17221,11 +17928,11 @@ from @offset.</doc>
|
|
17221
17928
|
<type name="Memory" c:type="GstMemory*"/>
|
17222
17929
|
</instance-parameter>
|
17223
17930
|
<parameter name="offset" transfer-ownership="none">
|
17224
|
-
<doc xml:space="preserve">
|
17931
|
+
<doc xml:space="preserve">offset to copy from</doc>
|
17225
17932
|
<type name="gssize" c:type="gssize"/>
|
17226
17933
|
</parameter>
|
17227
17934
|
<parameter name="size" transfer-ownership="none">
|
17228
|
-
<doc xml:space="preserve">size to copy or -1 to copy
|
17935
|
+
<doc xml:space="preserve">size to copy, or -1 to copy to the end of the memory region</doc>
|
17229
17936
|
<type name="gssize" c:type="gssize"/>
|
17230
17937
|
</parameter>
|
17231
17938
|
</parameters>
|
@@ -17427,8 +18134,8 @@ cleared when offset or padding is increased respectively.</doc>
|
|
17427
18134
|
<method name="share" c:identifier="gst_memory_share">
|
17428
18135
|
<doc xml:space="preserve">Return a shared copy of @size bytes from @mem starting from @offset. No
|
17429
18136
|
memory copy is performed and the memory region is simply shared. The result
|
17430
|
-
is guaranteed to be
|
17431
|
-
|
18137
|
+
is guaranteed to be non-writable. @size can be set to -1 to return a shared
|
18138
|
+
copy from @offset to the end of the memory region.</doc>
|
17432
18139
|
<return-value transfer-ownership="full">
|
17433
18140
|
<doc xml:space="preserve">a new #GstMemory.</doc>
|
17434
18141
|
<type name="Memory" c:type="GstMemory*"/>
|
@@ -17439,11 +18146,11 @@ all bytes from @offset.</doc>
|
|
17439
18146
|
<type name="Memory" c:type="GstMemory*"/>
|
17440
18147
|
</instance-parameter>
|
17441
18148
|
<parameter name="offset" transfer-ownership="none">
|
17442
|
-
<doc xml:space="preserve">
|
18149
|
+
<doc xml:space="preserve">offset to share from</doc>
|
17443
18150
|
<type name="gssize" c:type="gssize"/>
|
17444
18151
|
</parameter>
|
17445
18152
|
<parameter name="size" transfer-ownership="none">
|
17446
|
-
<doc xml:space="preserve">size to share or -1 to share
|
18153
|
+
<doc xml:space="preserve">size to share, or -1 to share to the end of the memory region</doc>
|
17447
18154
|
<type name="gssize" c:type="gssize"/>
|
17448
18155
|
</parameter>
|
17449
18156
|
</parameters>
|
@@ -17524,13 +18231,13 @@ made when this memory needs to be shared between buffers.</doc>
|
|
17524
18231
|
value="128"
|
17525
18232
|
c:identifier="GST_MEMORY_FLAG_PHYSICALLY_CONTIGUOUS"
|
17526
18233
|
glib:nick="physically-contiguous">
|
17527
|
-
<doc xml:space="preserve">the memory is physically contiguous. Since
|
18234
|
+
<doc xml:space="preserve">the memory is physically contiguous. (Since 2.2)</doc>
|
17528
18235
|
</member>
|
17529
18236
|
<member name="not_mappable"
|
17530
18237
|
value="256"
|
17531
18238
|
c:identifier="GST_MEMORY_FLAG_NOT_MAPPABLE"
|
17532
18239
|
glib:nick="not-mappable">
|
17533
|
-
<doc xml:space="preserve">the memory can't be mapped via gst_memory_map() without any preconditions. Since 1.2</doc>
|
18240
|
+
<doc xml:space="preserve">the memory can't be mapped via gst_memory_map() without any preconditions. (Since 1.2)</doc>
|
17534
18241
|
</member>
|
17535
18242
|
<member name="last"
|
17536
18243
|
value="1048576"
|
@@ -17561,6 +18268,32 @@ made when this memory needs to be shared between buffers.</doc>
|
|
17561
18268
|
</parameter>
|
17562
18269
|
</parameters>
|
17563
18270
|
</callback>
|
18271
|
+
<callback name="MemoryMapFullFunction"
|
18272
|
+
c:type="GstMemoryMapFullFunction"
|
18273
|
+
introspectable="0">
|
18274
|
+
<doc xml:space="preserve">Get the memory of @mem that can be accessed according to the mode specified
|
18275
|
+
in @info's flags. The function should return a pointer that contains at least
|
18276
|
+
@maxsize bytes.</doc>
|
18277
|
+
<return-value>
|
18278
|
+
<doc xml:space="preserve">a pointer to memory of which at least @maxsize bytes can be
|
18279
|
+
accessed according to the access pattern in @info's flags.</doc>
|
18280
|
+
<type name="gpointer" c:type="gpointer"/>
|
18281
|
+
</return-value>
|
18282
|
+
<parameters>
|
18283
|
+
<parameter name="mem" transfer-ownership="none">
|
18284
|
+
<doc xml:space="preserve">a #GstMemory</doc>
|
18285
|
+
<type name="Memory" c:type="GstMemory*"/>
|
18286
|
+
</parameter>
|
18287
|
+
<parameter name="info" transfer-ownership="none">
|
18288
|
+
<doc xml:space="preserve">the #GstMapInfo to map with</doc>
|
18289
|
+
<type name="MapInfo" c:type="GstMapInfo*"/>
|
18290
|
+
</parameter>
|
18291
|
+
<parameter name="maxsize" transfer-ownership="none">
|
18292
|
+
<doc xml:space="preserve">size to map</doc>
|
18293
|
+
<type name="gsize" c:type="gsize"/>
|
18294
|
+
</parameter>
|
18295
|
+
</parameters>
|
18296
|
+
</callback>
|
17564
18297
|
<callback name="MemoryMapFunction"
|
17565
18298
|
c:type="GstMemoryMapFunction"
|
17566
18299
|
introspectable="0">
|
@@ -17610,10 +18343,26 @@ shared. This function does not make a copy of the bytes in @mem.</doc>
|
|
17610
18343
|
</parameter>
|
17611
18344
|
</parameters>
|
17612
18345
|
</callback>
|
18346
|
+
<callback name="MemoryUnmapFullFunction"
|
18347
|
+
c:type="GstMemoryUnmapFullFunction">
|
18348
|
+
<doc xml:space="preserve">Return the pointer previously retrieved with gst_memory_map() with @info.</doc>
|
18349
|
+
<return-value transfer-ownership="none">
|
18350
|
+
<type name="none" c:type="void"/>
|
18351
|
+
</return-value>
|
18352
|
+
<parameters>
|
18353
|
+
<parameter name="mem" transfer-ownership="none">
|
18354
|
+
<doc xml:space="preserve">a #GstMemory</doc>
|
18355
|
+
<type name="Memory" c:type="GstMemory*"/>
|
18356
|
+
</parameter>
|
18357
|
+
<parameter name="info" transfer-ownership="none">
|
18358
|
+
<doc xml:space="preserve">a #GstMapInfo</doc>
|
18359
|
+
<type name="MapInfo" c:type="GstMapInfo*"/>
|
18360
|
+
</parameter>
|
18361
|
+
</parameters>
|
18362
|
+
</callback>
|
17613
18363
|
<callback name="MemoryUnmapFunction" c:type="GstMemoryUnmapFunction">
|
17614
18364
|
<doc xml:space="preserve">Return the pointer previously retrieved with gst_memory_map().</doc>
|
17615
18365
|
<return-value transfer-ownership="none">
|
17616
|
-
<doc xml:space="preserve">%TRUE on success.</doc>
|
17617
18366
|
<type name="none" c:type="void"/>
|
17618
18367
|
</return-value>
|
17619
18368
|
<parameters>
|
@@ -17680,8 +18429,11 @@ MT safe.</doc>
|
|
17680
18429
|
<type name="Message" c:type="GstMessage*"/>
|
17681
18430
|
</return-value>
|
17682
18431
|
<parameters>
|
17683
|
-
<parameter name="src"
|
17684
|
-
|
18432
|
+
<parameter name="src"
|
18433
|
+
transfer-ownership="none"
|
18434
|
+
nullable="1"
|
18435
|
+
allow-none="1">
|
18436
|
+
<doc xml:space="preserve">The object originating the message.</doc>
|
17685
18437
|
<type name="Object" c:type="GstObject*"/>
|
17686
18438
|
</parameter>
|
17687
18439
|
<parameter name="structure" transfer-ownership="full">
|
@@ -17705,7 +18457,10 @@ MT safe.</doc>
|
|
17705
18457
|
<type name="Message" c:type="GstMessage*"/>
|
17706
18458
|
</return-value>
|
17707
18459
|
<parameters>
|
17708
|
-
<parameter name="src"
|
18460
|
+
<parameter name="src"
|
18461
|
+
transfer-ownership="none"
|
18462
|
+
nullable="1"
|
18463
|
+
allow-none="1">
|
17709
18464
|
<doc xml:space="preserve">The object originating the message.</doc>
|
17710
18465
|
<type name="Object" c:type="GstObject*"/>
|
17711
18466
|
</parameter>
|
@@ -17725,7 +18480,10 @@ MT safe.</doc>
|
|
17725
18480
|
<type name="Message" c:type="GstMessage*"/>
|
17726
18481
|
</return-value>
|
17727
18482
|
<parameters>
|
17728
|
-
<parameter name="src"
|
18483
|
+
<parameter name="src"
|
18484
|
+
transfer-ownership="none"
|
18485
|
+
nullable="1"
|
18486
|
+
allow-none="1">
|
17729
18487
|
<doc xml:space="preserve">The object originating the message.</doc>
|
17730
18488
|
<type name="Object" c:type="GstObject*"/>
|
17731
18489
|
</parameter>
|
@@ -17750,7 +18508,10 @@ MT safe.</doc>
|
|
17750
18508
|
<type name="Message" c:type="GstMessage*"/>
|
17751
18509
|
</return-value>
|
17752
18510
|
<parameters>
|
17753
|
-
<parameter name="src"
|
18511
|
+
<parameter name="src"
|
18512
|
+
transfer-ownership="none"
|
18513
|
+
nullable="1"
|
18514
|
+
allow-none="1">
|
17754
18515
|
<doc xml:space="preserve">The object originating the message.</doc>
|
17755
18516
|
<type name="Object" c:type="GstObject*"/>
|
17756
18517
|
</parameter>
|
@@ -17775,8 +18536,11 @@ MT safe.</doc>
|
|
17775
18536
|
<type name="Message" c:type="GstMessage*"/>
|
17776
18537
|
</return-value>
|
17777
18538
|
<parameters>
|
17778
|
-
<parameter name="src"
|
17779
|
-
|
18539
|
+
<parameter name="src"
|
18540
|
+
transfer-ownership="none"
|
18541
|
+
nullable="1"
|
18542
|
+
allow-none="1">
|
18543
|
+
<doc xml:space="preserve">The object originating the message.</doc>
|
17780
18544
|
<type name="Object" c:type="GstObject*"/>
|
17781
18545
|
</parameter>
|
17782
18546
|
<parameter name="clock" transfer-ownership="none">
|
@@ -17800,8 +18564,11 @@ MT safe.</doc>
|
|
17800
18564
|
<type name="Message" c:type="GstMessage*"/>
|
17801
18565
|
</return-value>
|
17802
18566
|
<parameters>
|
17803
|
-
<parameter name="src"
|
17804
|
-
|
18567
|
+
<parameter name="src"
|
18568
|
+
transfer-ownership="none"
|
18569
|
+
nullable="1"
|
18570
|
+
allow-none="1">
|
18571
|
+
<doc xml:space="preserve">The object originating the message.</doc>
|
17805
18572
|
<type name="Object" c:type="GstObject*"/>
|
17806
18573
|
</parameter>
|
17807
18574
|
<parameter name="clock" transfer-ownership="none">
|
@@ -17829,7 +18596,10 @@ MT safe.</doc>
|
|
17829
18596
|
<doc xml:space="preserve">The #GstMessageType to distinguish messages</doc>
|
17830
18597
|
<type name="MessageType" c:type="GstMessageType"/>
|
17831
18598
|
</parameter>
|
17832
|
-
<parameter name="src"
|
18599
|
+
<parameter name="src"
|
18600
|
+
transfer-ownership="none"
|
18601
|
+
nullable="1"
|
18602
|
+
allow-none="1">
|
17833
18603
|
<doc xml:space="preserve">The object originating the message.</doc>
|
17834
18604
|
<type name="Object" c:type="GstObject*"/>
|
17835
18605
|
</parameter>
|
@@ -17901,7 +18671,10 @@ MT safe.</doc>
|
|
17901
18671
|
<type name="Message" c:type="GstMessage*"/>
|
17902
18672
|
</return-value>
|
17903
18673
|
<parameters>
|
17904
|
-
<parameter name="src"
|
18674
|
+
<parameter name="src"
|
18675
|
+
transfer-ownership="none"
|
18676
|
+
nullable="1"
|
18677
|
+
allow-none="1">
|
17905
18678
|
<doc xml:space="preserve">The object originating the message.</doc>
|
17906
18679
|
<type name="Object" c:type="GstObject*"/>
|
17907
18680
|
</parameter>
|
@@ -17919,7 +18692,10 @@ MT safe.</doc>
|
|
17919
18692
|
<type name="Message" c:type="GstMessage*"/>
|
17920
18693
|
</return-value>
|
17921
18694
|
<parameters>
|
17922
|
-
<parameter name="src"
|
18695
|
+
<parameter name="src"
|
18696
|
+
transfer-ownership="none"
|
18697
|
+
nullable="1"
|
18698
|
+
allow-none="1">
|
17923
18699
|
<doc xml:space="preserve">The object originating the message.</doc>
|
17924
18700
|
<type name="Object" c:type="GstObject*"/>
|
17925
18701
|
</parameter>
|
@@ -17941,7 +18717,10 @@ MT safe.</doc>
|
|
17941
18717
|
<type name="Message" c:type="GstMessage*"/>
|
17942
18718
|
</return-value>
|
17943
18719
|
<parameters>
|
17944
|
-
<parameter name="src"
|
18720
|
+
<parameter name="src"
|
18721
|
+
transfer-ownership="none"
|
18722
|
+
nullable="1"
|
18723
|
+
allow-none="1">
|
17945
18724
|
<doc xml:space="preserve">The object originating the message.</doc>
|
17946
18725
|
<type name="Object" c:type="GstObject*"/>
|
17947
18726
|
</parameter>
|
@@ -17959,7 +18738,10 @@ MT safe.</doc>
|
|
17959
18738
|
<type name="Message" c:type="GstMessage*"/>
|
17960
18739
|
</return-value>
|
17961
18740
|
<parameters>
|
17962
|
-
<parameter name="src"
|
18741
|
+
<parameter name="src"
|
18742
|
+
transfer-ownership="none"
|
18743
|
+
nullable="1"
|
18744
|
+
allow-none="1">
|
17963
18745
|
<doc xml:space="preserve">The object originating the message.</doc>
|
17964
18746
|
<type name="Object" c:type="GstObject*"/>
|
17965
18747
|
</parameter>
|
@@ -17984,7 +18766,10 @@ MT safe.</doc>
|
|
17984
18766
|
<type name="Message" c:type="GstMessage*"/>
|
17985
18767
|
</return-value>
|
17986
18768
|
<parameters>
|
17987
|
-
<parameter name="src"
|
18769
|
+
<parameter name="src"
|
18770
|
+
transfer-ownership="none"
|
18771
|
+
nullable="1"
|
18772
|
+
allow-none="1">
|
17988
18773
|
<doc xml:space="preserve">The object originating the message.</doc>
|
17989
18774
|
<type name="Object" c:type="GstObject*"/>
|
17990
18775
|
</parameter>
|
@@ -18004,7 +18789,10 @@ MT safe.</doc>
|
|
18004
18789
|
<type name="Message" c:type="GstMessage*"/>
|
18005
18790
|
</return-value>
|
18006
18791
|
<parameters>
|
18007
|
-
<parameter name="src"
|
18792
|
+
<parameter name="src"
|
18793
|
+
transfer-ownership="none"
|
18794
|
+
nullable="1"
|
18795
|
+
allow-none="1">
|
18008
18796
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18009
18797
|
<type name="Object" c:type="GstObject*"/>
|
18010
18798
|
</parameter>
|
@@ -18028,7 +18816,10 @@ MT safe.</doc>
|
|
18028
18816
|
<type name="Message" c:type="GstMessage*"/>
|
18029
18817
|
</return-value>
|
18030
18818
|
<parameters>
|
18031
|
-
<parameter name="src"
|
18819
|
+
<parameter name="src"
|
18820
|
+
transfer-ownership="none"
|
18821
|
+
nullable="1"
|
18822
|
+
allow-none="1">
|
18032
18823
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18033
18824
|
<type name="Object" c:type="GstObject*"/>
|
18034
18825
|
</parameter>
|
@@ -18045,7 +18836,10 @@ MT safe.</doc>
|
|
18045
18836
|
<type name="Message" c:type="GstMessage*"/>
|
18046
18837
|
</return-value>
|
18047
18838
|
<parameters>
|
18048
|
-
<parameter name="src"
|
18839
|
+
<parameter name="src"
|
18840
|
+
transfer-ownership="none"
|
18841
|
+
nullable="1"
|
18842
|
+
allow-none="1">
|
18049
18843
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18050
18844
|
<type name="Object" c:type="GstObject*"/>
|
18051
18845
|
</parameter>
|
@@ -18066,7 +18860,10 @@ MT safe.</doc>
|
|
18066
18860
|
<type name="Message" c:type="GstMessage*"/>
|
18067
18861
|
</return-value>
|
18068
18862
|
<parameters>
|
18069
|
-
<parameter name="src"
|
18863
|
+
<parameter name="src"
|
18864
|
+
transfer-ownership="none"
|
18865
|
+
nullable="1"
|
18866
|
+
allow-none="1">
|
18070
18867
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18071
18868
|
<type name="Object" c:type="GstObject*"/>
|
18072
18869
|
</parameter>
|
@@ -18164,8 +18961,11 @@ MT safe.</doc>
|
|
18164
18961
|
<type name="Message" c:type="GstMessage*"/>
|
18165
18962
|
</return-value>
|
18166
18963
|
<parameters>
|
18167
|
-
<parameter name="src"
|
18168
|
-
|
18964
|
+
<parameter name="src"
|
18965
|
+
transfer-ownership="none"
|
18966
|
+
nullable="1"
|
18967
|
+
allow-none="1">
|
18968
|
+
<doc xml:space="preserve">The object originating the message.</doc>
|
18169
18969
|
<type name="Object" c:type="GstObject*"/>
|
18170
18970
|
</parameter>
|
18171
18971
|
<parameter name="state" transfer-ownership="none">
|
@@ -18185,7 +18985,10 @@ MT safe.</doc>
|
|
18185
18985
|
<type name="Message" c:type="GstMessage*"/>
|
18186
18986
|
</return-value>
|
18187
18987
|
<parameters>
|
18188
|
-
<parameter name="src"
|
18988
|
+
<parameter name="src"
|
18989
|
+
transfer-ownership="none"
|
18990
|
+
nullable="1"
|
18991
|
+
allow-none="1">
|
18189
18992
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18190
18993
|
<type name="Object" c:type="GstObject*"/>
|
18191
18994
|
</parameter>
|
@@ -18208,8 +19011,11 @@ MT safe.</doc>
|
|
18208
19011
|
<type name="Message" c:type="GstMessage*"/>
|
18209
19012
|
</return-value>
|
18210
19013
|
<parameters>
|
18211
|
-
<parameter name="src"
|
18212
|
-
|
19014
|
+
<parameter name="src"
|
19015
|
+
transfer-ownership="none"
|
19016
|
+
nullable="1"
|
19017
|
+
allow-none="1">
|
19018
|
+
<doc xml:space="preserve">The object originating the message.</doc>
|
18213
19019
|
<type name="Object" c:type="GstObject*"/>
|
18214
19020
|
</parameter>
|
18215
19021
|
<parameter name="format" transfer-ownership="none">
|
@@ -18235,7 +19041,10 @@ MT safe.</doc>
|
|
18235
19041
|
<type name="Message" c:type="GstMessage*"/>
|
18236
19042
|
</return-value>
|
18237
19043
|
<parameters>
|
18238
|
-
<parameter name="src"
|
19044
|
+
<parameter name="src"
|
19045
|
+
transfer-ownership="none"
|
19046
|
+
nullable="1"
|
19047
|
+
allow-none="1">
|
18239
19048
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18240
19049
|
<type name="Object" c:type="GstObject*"/>
|
18241
19050
|
</parameter>
|
@@ -18260,8 +19069,11 @@ MT safe.</doc>
|
|
18260
19069
|
<type name="Message" c:type="GstMessage*"/>
|
18261
19070
|
</return-value>
|
18262
19071
|
<parameters>
|
18263
|
-
<parameter name="src"
|
18264
|
-
|
19072
|
+
<parameter name="src"
|
19073
|
+
transfer-ownership="none"
|
19074
|
+
nullable="1"
|
19075
|
+
allow-none="1">
|
19076
|
+
<doc xml:space="preserve">The object originating the message.</doc>
|
18265
19077
|
<type name="Object" c:type="GstObject*"/>
|
18266
19078
|
</parameter>
|
18267
19079
|
<parameter name="oldstate" transfer-ownership="none">
|
@@ -18290,8 +19102,11 @@ MT safe.</doc>
|
|
18290
19102
|
<type name="Message" c:type="GstMessage*"/>
|
18291
19103
|
</return-value>
|
18292
19104
|
<parameters>
|
18293
|
-
<parameter name="src"
|
18294
|
-
|
19105
|
+
<parameter name="src"
|
19106
|
+
transfer-ownership="none"
|
19107
|
+
nullable="1"
|
19108
|
+
allow-none="1">
|
19109
|
+
<doc xml:space="preserve">The object originating the message</doc>
|
18295
19110
|
<type name="Object" c:type="GstObject*"/>
|
18296
19111
|
</parameter>
|
18297
19112
|
</parameters>
|
@@ -18405,7 +19220,10 @@ MT safe.</doc>
|
|
18405
19220
|
<type name="Message" c:type="GstMessage*"/>
|
18406
19221
|
</return-value>
|
18407
19222
|
<parameters>
|
18408
|
-
<parameter name="src"
|
19223
|
+
<parameter name="src"
|
19224
|
+
transfer-ownership="none"
|
19225
|
+
nullable="1"
|
19226
|
+
allow-none="1">
|
18409
19227
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18410
19228
|
<type name="Object" c:type="GstObject*"/>
|
18411
19229
|
</parameter>
|
@@ -18450,7 +19268,10 @@ MT safe.</doc>
|
|
18450
19268
|
<type name="Message" c:type="GstMessage*"/>
|
18451
19269
|
</return-value>
|
18452
19270
|
<parameters>
|
18453
|
-
<parameter name="src"
|
19271
|
+
<parameter name="src"
|
19272
|
+
transfer-ownership="none"
|
19273
|
+
nullable="1"
|
19274
|
+
allow-none="1">
|
18454
19275
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18455
19276
|
<type name="Object" c:type="GstObject*"/>
|
18456
19277
|
</parameter>
|
@@ -18478,7 +19299,10 @@ MT safe.</doc>
|
|
18478
19299
|
<type name="Message" c:type="GstMessage*"/>
|
18479
19300
|
</return-value>
|
18480
19301
|
<parameters>
|
18481
|
-
<parameter name="src"
|
19302
|
+
<parameter name="src"
|
19303
|
+
transfer-ownership="none"
|
19304
|
+
nullable="1"
|
19305
|
+
allow-none="1">
|
18482
19306
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18483
19307
|
<type name="Object" c:type="GstObject*"/>
|
18484
19308
|
</parameter>
|
@@ -18522,7 +19346,10 @@ MT safe.</doc>
|
|
18522
19346
|
<type name="Message" c:type="GstMessage*"/>
|
18523
19347
|
</return-value>
|
18524
19348
|
<parameters>
|
18525
|
-
<parameter name="src"
|
19349
|
+
<parameter name="src"
|
19350
|
+
transfer-ownership="none"
|
19351
|
+
nullable="1"
|
19352
|
+
allow-none="1">
|
18526
19353
|
<doc xml:space="preserve">The object originating the message.</doc>
|
18527
19354
|
<type name="Object" c:type="GstObject*"/>
|
18528
19355
|
</parameter>
|
@@ -20758,7 +21585,9 @@ any was set).</doc>
|
|
20758
21585
|
</parameter>
|
20759
21586
|
</parameters>
|
20760
21587
|
</method>
|
20761
|
-
<method name="unref"
|
21588
|
+
<method name="unref"
|
21589
|
+
c:identifier="gst_mini_object_unref"
|
21590
|
+
introspectable="0">
|
20762
21591
|
<doc xml:space="preserve">Decreases the reference count of the mini-object, possibly freeing
|
20763
21592
|
the mini-object.</doc>
|
20764
21593
|
<return-value transfer-ownership="none">
|
@@ -21461,7 +22290,30 @@ better suites for bindings.</doc>
|
|
21461
22290
|
</instance-parameter>
|
21462
22291
|
</parameters>
|
21463
22292
|
</method>
|
21464
|
-
<method name="has_ancestor"
|
22293
|
+
<method name="has_ancestor"
|
22294
|
+
c:identifier="gst_object_has_ancestor"
|
22295
|
+
deprecated="1">
|
22296
|
+
<doc xml:space="preserve">Check if @object has an ancestor @ancestor somewhere up in
|
22297
|
+
the hierarchy. One can e.g. check if a #GstElement is inside a #GstPipeline.</doc>
|
22298
|
+
<doc-deprecated xml:space="preserve">Use gst_object_has_as_ancestor() instead.
|
22299
|
+
|
22300
|
+
MT safe. Grabs and releases @object's locks.</doc-deprecated>
|
22301
|
+
<return-value transfer-ownership="none">
|
22302
|
+
<doc xml:space="preserve">%TRUE if @ancestor is an ancestor of @object.</doc>
|
22303
|
+
<type name="gboolean" c:type="gboolean"/>
|
22304
|
+
</return-value>
|
22305
|
+
<parameters>
|
22306
|
+
<instance-parameter name="object" transfer-ownership="none">
|
22307
|
+
<doc xml:space="preserve">a #GstObject to check</doc>
|
22308
|
+
<type name="Object" c:type="GstObject*"/>
|
22309
|
+
</instance-parameter>
|
22310
|
+
<parameter name="ancestor" transfer-ownership="none">
|
22311
|
+
<doc xml:space="preserve">a #GstObject to check as ancestor</doc>
|
22312
|
+
<type name="Object" c:type="GstObject*"/>
|
22313
|
+
</parameter>
|
22314
|
+
</parameters>
|
22315
|
+
</method>
|
22316
|
+
<method name="has_as_ancestor" c:identifier="gst_object_has_as_ancestor">
|
21465
22317
|
<doc xml:space="preserve">Check if @object has an ancestor @ancestor somewhere up in
|
21466
22318
|
the hierarchy. One can e.g. check if a #GstElement is inside a #GstPipeline.</doc>
|
21467
22319
|
<return-value transfer-ownership="none">
|
@@ -21481,6 +22333,29 @@ MT safe. Grabs and releases @object's locks.</doc>
|
|
21481
22333
|
</parameter>
|
21482
22334
|
</parameters>
|
21483
22335
|
</method>
|
22336
|
+
<method name="has_as_parent"
|
22337
|
+
c:identifier="gst_object_has_as_parent"
|
22338
|
+
version="1.6">
|
22339
|
+
<doc xml:space="preserve">Check if @parent is the parent of @object.
|
22340
|
+
E.g. a #GstElement can check if it owns a given #GstPad.</doc>
|
22341
|
+
<return-value transfer-ownership="none">
|
22342
|
+
<doc xml:space="preserve">%FALSE if either @object or @parent is %NULL. %TRUE if @parent is
|
22343
|
+
the parent of @object. Otherwise %FALSE.
|
22344
|
+
|
22345
|
+
MT safe. Grabs and releases @object's locks.</doc>
|
22346
|
+
<type name="gboolean" c:type="gboolean"/>
|
22347
|
+
</return-value>
|
22348
|
+
<parameters>
|
22349
|
+
<instance-parameter name="object" transfer-ownership="none">
|
22350
|
+
<doc xml:space="preserve">a #GstObject to check</doc>
|
22351
|
+
<type name="Object" c:type="GstObject*"/>
|
22352
|
+
</instance-parameter>
|
22353
|
+
<parameter name="parent" transfer-ownership="none">
|
22354
|
+
<doc xml:space="preserve">a #GstObject to check as parent</doc>
|
22355
|
+
<type name="Object" c:type="GstObject*"/>
|
22356
|
+
</parameter>
|
22357
|
+
</parameters>
|
22358
|
+
</method>
|
21484
22359
|
<method name="ref" c:identifier="gst_object_ref">
|
21485
22360
|
<doc xml:space="preserve">Increments the reference count on @object. This function
|
21486
22361
|
does not take the lock on @object because it relies on
|
@@ -21858,6 +22733,14 @@ they can be changed when the element is in the READY or lower state.</doc>
|
|
21858
22733
|
<doc xml:space="preserve">Bits based on GST_PARAM_USER_SHIFT can be used by 3rd party applications.</doc>
|
21859
22734
|
<type name="gint" c:type="gint"/>
|
21860
22735
|
</constant>
|
22736
|
+
<constant name="PROTECTION_SYSTEM_ID_CAPS_FIELD"
|
22737
|
+
value="protection-system"
|
22738
|
+
c:type="GST_PROTECTION_SYSTEM_ID_CAPS_FIELD"
|
22739
|
+
version="1.6">
|
22740
|
+
<doc xml:space="preserve">The field name in a GstCaps that is used to signal the UUID of the protection
|
22741
|
+
system.</doc>
|
22742
|
+
<type name="utf8" c:type="gchar*"/>
|
22743
|
+
</constant>
|
21861
22744
|
<constant name="PTR_FORMAT" value="paA" c:type="GST_PTR_FORMAT">
|
21862
22745
|
<doc xml:space="preserve">printf format type used to debug GStreamer types.
|
21863
22746
|
This can only be used on types whose size is >= sizeof(gpointer).</doc>
|
@@ -21972,7 +22855,7 @@ case of an error.</doc>
|
|
21972
22855
|
<type name="StaticPadTemplate" c:type="GstStaticPadTemplate*"/>
|
21973
22856
|
</parameter>
|
21974
22857
|
<parameter name="name" transfer-ownership="none">
|
21975
|
-
<doc xml:space="preserve">the name of the
|
22858
|
+
<doc xml:space="preserve">the name of the pad</doc>
|
21976
22859
|
<type name="utf8" c:type="const gchar*"/>
|
21977
22860
|
</parameter>
|
21978
22861
|
</parameters>
|
@@ -21997,7 +22880,7 @@ case of an error.</doc>
|
|
21997
22880
|
transfer-ownership="none"
|
21998
22881
|
nullable="1"
|
21999
22882
|
allow-none="1">
|
22000
|
-
<doc xml:space="preserve">the name of the
|
22883
|
+
<doc xml:space="preserve">the name of the pad</doc>
|
22001
22884
|
<type name="utf8" c:type="const gchar*"/>
|
22002
22885
|
</parameter>
|
22003
22886
|
</parameters>
|
@@ -22075,7 +22958,7 @@ every state that matches @mask.</doc>
|
|
22075
22958
|
<return-value transfer-ownership="none">
|
22076
22959
|
<doc xml:space="preserve">an id or 0 if no probe is pending. The id can be used to remove the
|
22077
22960
|
probe with gst_pad_remove_probe(). When using GST_PAD_PROBE_TYPE_IDLE it can
|
22078
|
-
|
22961
|
+
happen that the probe can be run immediately and if the probe returns
|
22079
22962
|
GST_PAD_PROBE_REMOVE this functions returns 0.
|
22080
22963
|
|
22081
22964
|
MT safe.</doc>
|
@@ -22341,7 +23224,7 @@ stream-id manually instead.</doc>
|
|
22341
23224
|
The EOS event will pause the task associated with @pad before it is forwarded
|
22342
23225
|
to all internally linked pads,
|
22343
23226
|
|
22344
|
-
The
|
23227
|
+
The event is sent to all pads internally linked to @pad. This function
|
22345
23228
|
takes ownership of @event.</doc>
|
22346
23229
|
<return-value transfer-ownership="none">
|
22347
23230
|
<doc xml:space="preserve">%TRUE if the event was sent successfully.</doc>
|
@@ -23994,6 +24877,13 @@ be renegotiated to something else.</doc>
|
|
23994
24877
|
transfer-ownership="none">
|
23995
24878
|
<type name="PadDirection"/>
|
23996
24879
|
</property>
|
24880
|
+
<property name="offset"
|
24881
|
+
version="1.6"
|
24882
|
+
writable="1"
|
24883
|
+
transfer-ownership="none">
|
24884
|
+
<doc xml:space="preserve">The offset that will be applied to the running time of the pad.</doc>
|
24885
|
+
<type name="gint64" c:type="gint64"/>
|
24886
|
+
</property>
|
23997
24887
|
<property name="template" writable="1" transfer-ownership="none">
|
23998
24888
|
<type name="PadTemplate"/>
|
23999
24889
|
</property>
|
@@ -24246,7 +25136,7 @@ error on the bus and return an appropriate #GstFlowReturn value.</doc>
|
|
24246
25136
|
during the execution of this function.</doc>
|
24247
25137
|
<type name="Object" c:type="GstObject*"/>
|
24248
25138
|
</parameter>
|
24249
|
-
<parameter name="buffer" transfer-ownership="
|
25139
|
+
<parameter name="buffer" transfer-ownership="full">
|
24250
25140
|
<doc xml:space="preserve">the #GstBuffer that is chained, not %NULL.</doc>
|
24251
25141
|
<type name="Buffer" c:type="GstBuffer*"/>
|
24252
25142
|
</parameter>
|
@@ -24280,7 +25170,7 @@ post an error on the bus and return an appropriate #GstFlowReturn value.</doc>
|
|
24280
25170
|
during the execution of this function.</doc>
|
24281
25171
|
<type name="Object" c:type="GstObject*"/>
|
24282
25172
|
</parameter>
|
24283
|
-
<parameter name="list" transfer-ownership="
|
25173
|
+
<parameter name="list" transfer-ownership="full">
|
24284
25174
|
<doc xml:space="preserve">the #GstBufferList that is chained, not %NULL.</doc>
|
24285
25175
|
<type name="BufferList" c:type="GstBufferList*"/>
|
24286
25176
|
</parameter>
|
@@ -24369,7 +25259,7 @@ post an error on the bus and return an appropriate #GstFlowReturn value.</doc>
|
|
24369
25259
|
during the execution of this function.</doc>
|
24370
25260
|
<type name="Object" c:type="GstObject*"/>
|
24371
25261
|
</parameter>
|
24372
|
-
<parameter name="event" transfer-ownership="
|
25262
|
+
<parameter name="event" transfer-ownership="full">
|
24373
25263
|
<doc xml:space="preserve">the #GstEvent to handle.</doc>
|
24374
25264
|
<type name="Event" c:type="GstEvent*"/>
|
24375
25265
|
</parameter>
|
@@ -25414,6 +26304,33 @@ properties.</doc>
|
|
25414
26304
|
<type name="gint" c:type="gint"/>
|
25415
26305
|
</field>
|
25416
26306
|
</record>
|
26307
|
+
<record name="ParentBufferMeta" c:type="GstParentBufferMeta" version="1.6">
|
26308
|
+
<doc xml:space="preserve">The #GstParentBufferMeta is a #GstMeta which can be attached to a #GstBuffer
|
26309
|
+
to hold a reference to another buffer that is only released when the child
|
26310
|
+
#GstBuffer is released.
|
26311
|
+
|
26312
|
+
Typically, #GstParentBufferMeta is used when the child buffer is directly
|
26313
|
+
using the #GstMemory of the parent buffer, and wants to prevent the parent
|
26314
|
+
buffer from being returned to a buffer pool until the #GstMemory is available
|
26315
|
+
for re-use.</doc>
|
26316
|
+
<field name="parent" writable="1">
|
26317
|
+
<doc xml:space="preserve">the parent #GstMeta structure</doc>
|
26318
|
+
<type name="Meta" c:type="GstMeta"/>
|
26319
|
+
</field>
|
26320
|
+
<field name="buffer" writable="1">
|
26321
|
+
<doc xml:space="preserve">the #GstBuffer on which a reference is being held.</doc>
|
26322
|
+
<type name="Buffer" c:type="GstBuffer*"/>
|
26323
|
+
</field>
|
26324
|
+
<function name="get_info"
|
26325
|
+
c:identifier="gst_parent_buffer_meta_get_info"
|
26326
|
+
version="1.6">
|
26327
|
+
<doc xml:space="preserve">Get the global #GstMetaInfo describing the #GstParentBufferMeta meta.</doc>
|
26328
|
+
<return-value transfer-ownership="none">
|
26329
|
+
<doc xml:space="preserve">The #GstMetaInfo</doc>
|
26330
|
+
<type name="MetaInfo" c:type="const GstMetaInfo*"/>
|
26331
|
+
</return-value>
|
26332
|
+
</function>
|
26333
|
+
</record>
|
25417
26334
|
<record name="ParseContext"
|
25418
26335
|
c:type="GstParseContext"
|
25419
26336
|
glib:type-name="GstParseContext"
|
@@ -25671,8 +26588,15 @@ MT safe.</doc>
|
|
25671
26588
|
</instance-parameter>
|
25672
26589
|
</parameters>
|
25673
26590
|
</method>
|
25674
|
-
<method name="get_clock"
|
25675
|
-
|
26591
|
+
<method name="get_clock"
|
26592
|
+
c:identifier="gst_pipeline_get_clock"
|
26593
|
+
introspectable="0">
|
26594
|
+
<doc xml:space="preserve">Gets the current clock used by @pipeline. Users of object
|
26595
|
+
oriented languages should use gst_pipeline_get_pipeline_clock()
|
26596
|
+
to avoid confusion with gst_element_get_clock() which has a different behavior.
|
26597
|
+
|
26598
|
+
Unlike gst_element_get_clock(), this function will always return a
|
26599
|
+
clock, even if the pipeline is not in the PLAYING state.</doc>
|
25676
26600
|
<return-value transfer-ownership="full">
|
25677
26601
|
<doc xml:space="preserve">a #GstClock, unref after usage.</doc>
|
25678
26602
|
<type name="Clock" c:type="GstClock*"/>
|
@@ -25699,6 +26623,40 @@ MT safe.</doc>
|
|
25699
26623
|
</instance-parameter>
|
25700
26624
|
</parameters>
|
25701
26625
|
</method>
|
26626
|
+
<method name="get_latency"
|
26627
|
+
c:identifier="gst_pipeline_get_latency"
|
26628
|
+
version="1.6">
|
26629
|
+
<doc xml:space="preserve">Gets the latency that should be configured on the pipeline. See
|
26630
|
+
gst_pipeline_set_latency().</doc>
|
26631
|
+
<return-value transfer-ownership="none">
|
26632
|
+
<doc xml:space="preserve">Latency to configure on the pipeline or GST_CLOCK_TIME_NONE</doc>
|
26633
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
26634
|
+
</return-value>
|
26635
|
+
<parameters>
|
26636
|
+
<instance-parameter name="pipeline" transfer-ownership="none">
|
26637
|
+
<doc xml:space="preserve">a #GstPipeline</doc>
|
26638
|
+
<type name="Pipeline" c:type="GstPipeline*"/>
|
26639
|
+
</instance-parameter>
|
26640
|
+
</parameters>
|
26641
|
+
</method>
|
26642
|
+
<method name="get_pipeline_clock"
|
26643
|
+
c:identifier="gst_pipeline_get_pipeline_clock"
|
26644
|
+
version="1.6">
|
26645
|
+
<doc xml:space="preserve">Gets the current clock used by @pipeline.
|
26646
|
+
|
26647
|
+
Unlike gst_element_get_clock(), this function will always return a
|
26648
|
+
clock, even if the pipeline is not in the PLAYING state.</doc>
|
26649
|
+
<return-value transfer-ownership="full">
|
26650
|
+
<doc xml:space="preserve">a #GstClock, unref after usage.</doc>
|
26651
|
+
<type name="Clock" c:type="GstClock*"/>
|
26652
|
+
</return-value>
|
26653
|
+
<parameters>
|
26654
|
+
<instance-parameter name="pipeline" transfer-ownership="none">
|
26655
|
+
<doc xml:space="preserve">a #GstPipeline</doc>
|
26656
|
+
<type name="Pipeline" c:type="GstPipeline*"/>
|
26657
|
+
</instance-parameter>
|
26658
|
+
</parameters>
|
26659
|
+
</method>
|
25702
26660
|
<method name="set_auto_flush_bus"
|
25703
26661
|
c:identifier="gst_pipeline_set_auto_flush_bus">
|
25704
26662
|
<doc xml:space="preserve">Usually, when a pipeline goes from READY to NULL state, it automatically
|
@@ -25730,7 +26688,9 @@ the pipeline goes from READY to NULL state</doc>
|
|
25730
26688
|
</parameter>
|
25731
26689
|
</parameters>
|
25732
26690
|
</method>
|
25733
|
-
<method name="set_clock"
|
26691
|
+
<method name="set_clock"
|
26692
|
+
c:identifier="gst_pipeline_set_clock"
|
26693
|
+
introspectable="0">
|
25734
26694
|
<doc xml:space="preserve">Set the clock for @pipeline. The clock will be distributed
|
25735
26695
|
to all the elements managed by the pipeline.</doc>
|
25736
26696
|
<return-value transfer-ownership="none">
|
@@ -25776,6 +26736,30 @@ MT safe.</doc>
|
|
25776
26736
|
</parameter>
|
25777
26737
|
</parameters>
|
25778
26738
|
</method>
|
26739
|
+
<method name="set_latency"
|
26740
|
+
c:identifier="gst_pipeline_set_latency"
|
26741
|
+
version="1.6">
|
26742
|
+
<doc xml:space="preserve">Sets the latency that should be configured on the pipeline. Setting
|
26743
|
+
GST_CLOCK_TIME_NONE will restore the default behaviour of using the minimum
|
26744
|
+
latency from the LATENCY query. Setting this is usually not required and
|
26745
|
+
the pipeline will figure out an appropriate latency automatically.
|
26746
|
+
|
26747
|
+
Setting a too low latency, especially lower than the minimum latency from
|
26748
|
+
the LATENCY query, will most likely cause the pipeline to fail.</doc>
|
26749
|
+
<return-value transfer-ownership="none">
|
26750
|
+
<type name="none" c:type="void"/>
|
26751
|
+
</return-value>
|
26752
|
+
<parameters>
|
26753
|
+
<instance-parameter name="pipeline" transfer-ownership="none">
|
26754
|
+
<doc xml:space="preserve">a #GstPipeline</doc>
|
26755
|
+
<type name="Pipeline" c:type="GstPipeline*"/>
|
26756
|
+
</instance-parameter>
|
26757
|
+
<parameter name="latency" transfer-ownership="none">
|
26758
|
+
<doc xml:space="preserve">latency to configure</doc>
|
26759
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
26760
|
+
</parameter>
|
26761
|
+
</parameters>
|
26762
|
+
</method>
|
25779
26763
|
<method name="use_clock" c:identifier="gst_pipeline_use_clock">
|
25780
26764
|
<doc xml:space="preserve">Force @pipeline to use the given @clock. The pipeline will
|
25781
26765
|
always use the given clock even if new clock providers are added
|
@@ -25814,6 +26798,13 @@ PLAYING state expressed in nanoseconds.
|
|
25814
26798
|
see gst_pipeline_set_delay() for more information on this option.</doc>
|
25815
26799
|
<type name="guint64" c:type="guint64"/>
|
25816
26800
|
</property>
|
26801
|
+
<property name="latency"
|
26802
|
+
version="1.6"
|
26803
|
+
writable="1"
|
26804
|
+
transfer-ownership="none">
|
26805
|
+
<doc xml:space="preserve">Latency to configure on the pipeline. See gst_pipeline_set_latency().</doc>
|
26806
|
+
<type name="guint64" c:type="guint64"/>
|
26807
|
+
</property>
|
25817
26808
|
<field name="bin">
|
25818
26809
|
<type name="Bin" c:type="GstBin"/>
|
25819
26810
|
</field>
|
@@ -26470,7 +27461,7 @@ BSD, MIT/X11, Proprietary, unknown.</doc>
|
|
26470
27461
|
format (or rather, a subset thereof), or %NULL. Allowed are the
|
26471
27462
|
following formats: "YYYY-MM-DD" and "YYY-MM-DDTHH:MMZ" (with
|
26472
27463
|
'T' a separator and 'Z' indicating UTC/Zulu time). This field
|
26473
|
-
should be set via the
|
27464
|
+
should be set via the GST_PACKAGE_RELEASE_DATETIME
|
26474
27465
|
preprocessor macro.</doc>
|
26475
27466
|
<type name="utf8" c:type="const gchar*"/>
|
26476
27467
|
</field>
|
@@ -27222,6 +28213,9 @@ Wrapper plugins will override most methods to implement support for the
|
|
27222
28213
|
native preset format of those wrapped plugins.
|
27223
28214
|
One method that is useful to be overridden is gst_preset_get_property_names().
|
27224
28215
|
With that one can control which properties are saved and in which order.
|
28216
|
+
When implementing support for read-only presets, one should set the vmethods
|
28217
|
+
for gst_preset_save_preset() and gst_preset_delete_preset() to %NULL.
|
28218
|
+
Applications can use gst_preset_is_editable() to check for that.
|
27225
28219
|
|
27226
28220
|
The default implementation supports presets located in a system directory,
|
27227
28221
|
application specific directory and in the users home directory. When getting
|
@@ -27499,6 +28493,21 @@ or no value for the given @tag</doc>
|
|
27499
28493
|
</instance-parameter>
|
27500
28494
|
</parameters>
|
27501
28495
|
</method>
|
28496
|
+
<method name="is_editable"
|
28497
|
+
c:identifier="gst_preset_is_editable"
|
28498
|
+
version="1.6">
|
28499
|
+
<doc xml:space="preserve">Check if one can add new presets, change existing ones and remove presets.</doc>
|
28500
|
+
<return-value transfer-ownership="none">
|
28501
|
+
<doc xml:space="preserve">%TRUE if presets are editable or %FALSE if they are static</doc>
|
28502
|
+
<type name="gboolean" c:type="gboolean"/>
|
28503
|
+
</return-value>
|
28504
|
+
<parameters>
|
28505
|
+
<instance-parameter name="preset" transfer-ownership="none">
|
28506
|
+
<doc xml:space="preserve">a #GObject that implements #GstPreset</doc>
|
28507
|
+
<type name="Preset" c:type="GstPreset*"/>
|
28508
|
+
</instance-parameter>
|
28509
|
+
</parameters>
|
28510
|
+
</method>
|
27502
28511
|
<method name="load_preset" c:identifier="gst_preset_load_preset">
|
27503
28512
|
<doc xml:space="preserve">Load the given preset.</doc>
|
27504
28513
|
<return-value transfer-ownership="none">
|
@@ -27808,6 +28817,23 @@ application of the status of asynchronous tasks.</doc>
|
|
27808
28817
|
posted on the bus.</doc>
|
27809
28818
|
</member>
|
27810
28819
|
</enumeration>
|
28820
|
+
<record name="ProtectionMeta" c:type="GstProtectionMeta" version="1.6">
|
28821
|
+
<doc xml:space="preserve">Metadata type that holds information about a sample from a protection-protected
|
28822
|
+
track, including the information needed to decrypt it (if it is encrypted).</doc>
|
28823
|
+
<field name="meta" writable="1">
|
28824
|
+
<doc xml:space="preserve">the parent #GstMeta.</doc>
|
28825
|
+
<type name="Meta" c:type="GstMeta"/>
|
28826
|
+
</field>
|
28827
|
+
<field name="info" writable="1">
|
28828
|
+
<doc xml:space="preserve">the cryptographic information needed to decrypt the sample.</doc>
|
28829
|
+
<type name="Structure" c:type="GstStructure*"/>
|
28830
|
+
</field>
|
28831
|
+
<function name="get_info" c:identifier="gst_protection_meta_get_info">
|
28832
|
+
<return-value transfer-ownership="none">
|
28833
|
+
<type name="MetaInfo" c:type="const GstMetaInfo*"/>
|
28834
|
+
</return-value>
|
28835
|
+
</function>
|
28836
|
+
</record>
|
27811
28837
|
<class name="ProxyPad"
|
27812
28838
|
c:symbol-prefix="proxy_pad"
|
27813
28839
|
c:type="GstProxyPad"
|
@@ -27971,25 +28997,25 @@ gst_event_new_qos() method.</doc>
|
|
27971
28997
|
value="0"
|
27972
28998
|
c:identifier="GST_QOS_TYPE_OVERFLOW"
|
27973
28999
|
glib:nick="overflow">
|
27974
|
-
<doc xml:space="preserve">The QoS event type that is produced when
|
29000
|
+
<doc xml:space="preserve">The QoS event type that is produced when upstream
|
27975
29001
|
elements are producing data too quickly and the element can't keep up
|
27976
|
-
processing the data. Upstream should reduce their
|
29002
|
+
processing the data. Upstream should reduce their production rate. This
|
27977
29003
|
type is also used when buffers arrive early or in time.</doc>
|
27978
29004
|
</member>
|
27979
29005
|
<member name="underflow"
|
27980
29006
|
value="1"
|
27981
29007
|
c:identifier="GST_QOS_TYPE_UNDERFLOW"
|
27982
29008
|
glib:nick="underflow">
|
27983
|
-
<doc xml:space="preserve">The QoS event type that is produced when
|
27984
|
-
elements are producing data too slowly and need to speed up their
|
27985
|
-
rate.</doc>
|
29009
|
+
<doc xml:space="preserve">The QoS event type that is produced when upstream
|
29010
|
+
elements are producing data too slowly and need to speed up their
|
29011
|
+
production rate.</doc>
|
27986
29012
|
</member>
|
27987
29013
|
<member name="throttle"
|
27988
29014
|
value="2"
|
27989
29015
|
c:identifier="GST_QOS_TYPE_THROTTLE"
|
27990
29016
|
glib:nick="throttle">
|
27991
29017
|
<doc xml:space="preserve">The QoS event type that is produced when the
|
27992
|
-
application enabled throttling to limit the
|
29018
|
+
application enabled throttling to limit the data rate.</doc>
|
27993
29019
|
</member>
|
27994
29020
|
</enumeration>
|
27995
29021
|
<constant name="QUERY_NUM_SHIFT" value="8" c:type="GST_QUERY_NUM_SHIFT">
|
@@ -30917,7 +31943,7 @@ both reading and writing, or either (but unspecified which).</doc>
|
|
30917
31943
|
glib:nick="not-authorized">
|
30918
31944
|
<doc xml:space="preserve">used when the resource can't be opened
|
30919
31945
|
due to missing authorization.
|
30920
|
-
Since
|
31946
|
+
(Since 1.2.4)</doc>
|
30921
31947
|
</member>
|
30922
31948
|
<member name="num_errors"
|
30923
31949
|
value="16"
|
@@ -30940,6 +31966,20 @@ both reading and writing, or either (but unspecified which).</doc>
|
|
30940
31966
|
This can only be used on pointers to GstSegment structures.</doc>
|
30941
31967
|
<type name="utf8" c:type="gchar*"/>
|
30942
31968
|
</constant>
|
31969
|
+
<constant name="STIME_FORMAT"
|
31970
|
+
value="c%"
|
31971
|
+
c:type="GST_STIME_FORMAT"
|
31972
|
+
version="1.6">
|
31973
|
+
<doc xml:space="preserve">A string that can be used in printf-like format strings to display a signed
|
31974
|
+
#GstClockTimeDiff or #gint64 value in h:m:s format. Use GST_TIME_ARGS() to
|
31975
|
+
construct the matching arguments.
|
31976
|
+
|
31977
|
+
Example:
|
31978
|
+
|[
|
31979
|
+
printf("%" GST_STIME_FORMAT "\n", GST_STIME_ARGS(ts));
|
31980
|
+
]|</doc>
|
31981
|
+
<type name="utf8" c:type="gchar*"/>
|
31982
|
+
</constant>
|
30943
31983
|
<record name="Sample"
|
30944
31984
|
c:type="GstSample"
|
30945
31985
|
glib:type-name="GstSample"
|
@@ -31003,6 +32043,24 @@ Free-function: gst_sample_unref</doc>
|
|
31003
32043
|
</instance-parameter>
|
31004
32044
|
</parameters>
|
31005
32045
|
</method>
|
32046
|
+
<method name="get_buffer_list"
|
32047
|
+
c:identifier="gst_sample_get_buffer_list"
|
32048
|
+
version="1.6">
|
32049
|
+
<doc xml:space="preserve">Get the buffer list associated with @sample</doc>
|
32050
|
+
<return-value transfer-ownership="none" nullable="1">
|
32051
|
+
<doc xml:space="preserve">the buffer list of @sample or %NULL
|
32052
|
+
when there is no buffer list. The buffer list remains valid as long as
|
32053
|
+
@sample is valid. If you need to hold on to it for longer than
|
32054
|
+
that, take a ref to the buffer list with gst_mini_object_ref ().</doc>
|
32055
|
+
<type name="BufferList" c:type="GstBufferList*"/>
|
32056
|
+
</return-value>
|
32057
|
+
<parameters>
|
32058
|
+
<instance-parameter name="sample" transfer-ownership="none">
|
32059
|
+
<doc xml:space="preserve">a #GstSample</doc>
|
32060
|
+
<type name="Sample" c:type="GstSample*"/>
|
32061
|
+
</instance-parameter>
|
32062
|
+
</parameters>
|
32063
|
+
</method>
|
31006
32064
|
<method name="get_caps" c:identifier="gst_sample_get_caps">
|
31007
32065
|
<doc xml:space="preserve">Get the caps associated with @sample</doc>
|
31008
32066
|
<return-value transfer-ownership="none" nullable="1">
|
@@ -31047,6 +32105,24 @@ Free-function: gst_sample_unref</doc>
|
|
31047
32105
|
</instance-parameter>
|
31048
32106
|
</parameters>
|
31049
32107
|
</method>
|
32108
|
+
<method name="set_buffer_list"
|
32109
|
+
c:identifier="gst_sample_set_buffer_list"
|
32110
|
+
version="1.6">
|
32111
|
+
<doc xml:space="preserve">Set the buffer list associated with @sample</doc>
|
32112
|
+
<return-value transfer-ownership="none">
|
32113
|
+
<type name="none" c:type="void"/>
|
32114
|
+
</return-value>
|
32115
|
+
<parameters>
|
32116
|
+
<instance-parameter name="sample" transfer-ownership="none">
|
32117
|
+
<doc xml:space="preserve">a #GstSample</doc>
|
32118
|
+
<type name="Sample" c:type="GstSample*"/>
|
32119
|
+
</instance-parameter>
|
32120
|
+
<parameter name="buffer_list" transfer-ownership="none">
|
32121
|
+
<doc xml:space="preserve">a #GstBufferList</doc>
|
32122
|
+
<type name="BufferList" c:type="GstBufferList*"/>
|
32123
|
+
</parameter>
|
32124
|
+
</parameters>
|
32125
|
+
</method>
|
31050
32126
|
</record>
|
31051
32127
|
<bitfield name="SchedulingFlags"
|
31052
32128
|
glib:type-name="GstSchedulingFlags"
|
@@ -31118,10 +32194,15 @@ continue playback. With this seek method it is possible to perform seamless
|
|
31118
32194
|
looping or simple linear editing.
|
31119
32195
|
|
31120
32196
|
When doing fast forward (rate > 1.0) or fast reverse (rate < -1.0) trickmode
|
31121
|
-
playback, the @
|
32197
|
+
playback, the @GST_SEEK_FLAG_TRICKMODE flag can be used to instruct decoders
|
31122
32198
|
and demuxers to adjust the playback rate by skipping frames. This can improve
|
31123
32199
|
performance and decrease CPU usage because not all frames need to be decoded.
|
31124
32200
|
|
32201
|
+
Beyond that, the @GST_SEEK_FLAG_TRICKMODE_KEY_UNITS flag can be used to
|
32202
|
+
request that decoders skip all frames except key units, and
|
32203
|
+
@GST_SEEK_FLAG_TRICKMODE_NO_AUDIO flags can be used to request that audio
|
32204
|
+
decoders do no decoding at all, and simple output silence.
|
32205
|
+
|
31125
32206
|
The @GST_SEEK_FLAG_SNAP_BEFORE flag can be used to snap to the previous
|
31126
32207
|
relevant location, and the @GST_SEEK_FLAG_SNAP_AFTER flag can be used to
|
31127
32208
|
select the next relevant location. If KEY_UNIT is specified, the relevant
|
@@ -31167,13 +32248,20 @@ elements that handle them.</doc>
|
|
31167
32248
|
glib:nick="segment">
|
31168
32249
|
<doc xml:space="preserve">perform a segment seek.</doc>
|
31169
32250
|
</member>
|
32251
|
+
<member name="trickmode"
|
32252
|
+
value="16"
|
32253
|
+
c:identifier="GST_SEEK_FLAG_TRICKMODE"
|
32254
|
+
glib:nick="trickmode">
|
32255
|
+
<doc xml:space="preserve">when doing fast forward or fast reverse playback, allow
|
32256
|
+
elements to skip frames instead of generating all
|
32257
|
+
frames. (Since 1.6)</doc>
|
32258
|
+
</member>
|
31170
32259
|
<member name="skip"
|
31171
32260
|
value="16"
|
31172
32261
|
c:identifier="GST_SEEK_FLAG_SKIP"
|
31173
32262
|
glib:nick="skip">
|
31174
|
-
<doc xml:space="preserve">
|
31175
|
-
|
31176
|
-
frames.</doc>
|
32263
|
+
<doc xml:space="preserve">Deprecated backward compatibility flag, replaced
|
32264
|
+
by @GST_SEEK_FLAG_TRICKMODE</doc>
|
31177
32265
|
</member>
|
31178
32266
|
<member name="snap_before"
|
31179
32267
|
value="32"
|
@@ -31200,6 +32288,23 @@ elements that handle them.</doc>
|
|
31200
32288
|
requested position, if both keyframes are at an equal
|
31201
32289
|
distance, behaves like SNAP_BEFORE.</doc>
|
31202
32290
|
</member>
|
32291
|
+
<member name="trickmode_key_units"
|
32292
|
+
value="128"
|
32293
|
+
c:identifier="GST_SEEK_FLAG_TRICKMODE_KEY_UNITS"
|
32294
|
+
glib:nick="trickmode-key-units">
|
32295
|
+
<doc xml:space="preserve">when doing fast forward or fast reverse
|
32296
|
+
playback, request that elements only decode keyframes
|
32297
|
+
and skip all other content, for formats that have
|
32298
|
+
keyframes. (Since 1.6)</doc>
|
32299
|
+
</member>
|
32300
|
+
<member name="trickmode_no_audio"
|
32301
|
+
value="256"
|
32302
|
+
c:identifier="GST_SEEK_FLAG_TRICKMODE_NO_AUDIO"
|
32303
|
+
glib:nick="trickmode-no-audio">
|
32304
|
+
<doc xml:space="preserve">when doing fast forward or fast reverse
|
32305
|
+
playback, request that audio decoder elements skip
|
32306
|
+
decoding and output only gap events or silence. (Since 1.6)</doc>
|
32307
|
+
</member>
|
31203
32308
|
</bitfield>
|
31204
32309
|
<enumeration name="SeekType"
|
31205
32310
|
glib:type-name="GstSeekType"
|
@@ -31315,7 +32420,8 @@ info to stream time (which is always between 0 and the duration of the stream).<
|
|
31315
32420
|
<type name="guint64" c:type="guint64"/>
|
31316
32421
|
</field>
|
31317
32422
|
<field name="position" writable="1">
|
31318
|
-
<doc xml:space="preserve">the position in the segment
|
32423
|
+
<doc xml:space="preserve">the position in the segment (used internally by elements
|
32424
|
+
such as sources, demuxers or parsers to track progress)</doc>
|
31319
32425
|
<type name="guint64" c:type="guint64"/>
|
31320
32426
|
</field>
|
31321
32427
|
<field name="duration" writable="1">
|
@@ -31528,6 +32634,26 @@ Initialize @segment to its default values.</doc>
|
|
31528
32634
|
</parameter>
|
31529
32635
|
</parameters>
|
31530
32636
|
</method>
|
32637
|
+
<method name="is_equal"
|
32638
|
+
c:identifier="gst_segment_is_equal"
|
32639
|
+
version="1.6">
|
32640
|
+
<doc xml:space="preserve">Checks for two segments being equal. Equality here is defined
|
32641
|
+
as perfect equality, including floating point values.</doc>
|
32642
|
+
<return-value transfer-ownership="none">
|
32643
|
+
<doc xml:space="preserve">%TRUE if the segments are equal, %FALSE otherwise.</doc>
|
32644
|
+
<type name="gboolean" c:type="gboolean"/>
|
32645
|
+
</return-value>
|
32646
|
+
<parameters>
|
32647
|
+
<instance-parameter name="s0" transfer-ownership="none">
|
32648
|
+
<doc xml:space="preserve">a #GstSegment structure.</doc>
|
32649
|
+
<type name="Segment" c:type="const GstSegment*"/>
|
32650
|
+
</instance-parameter>
|
32651
|
+
<parameter name="s1" transfer-ownership="none">
|
32652
|
+
<doc xml:space="preserve">a #GstSegment structure.</doc>
|
32653
|
+
<type name="Segment" c:type="const GstSegment*"/>
|
32654
|
+
</parameter>
|
32655
|
+
</parameters>
|
32656
|
+
</method>
|
31531
32657
|
<method name="offset_running_time"
|
31532
32658
|
c:identifier="gst_segment_offset_running_time"
|
31533
32659
|
version="1.2.3">
|
@@ -31631,6 +32757,47 @@ was given.</doc>
|
|
31631
32757
|
</parameter>
|
31632
32758
|
</parameters>
|
31633
32759
|
</method>
|
32760
|
+
<method name="to_running_time_full"
|
32761
|
+
c:identifier="gst_segment_to_running_time_full"
|
32762
|
+
version="1.6">
|
32763
|
+
<doc xml:space="preserve">Translate @position to the total running time using the currently configured
|
32764
|
+
segment. Compared to gst_segment_to_running_time() this function can return
|
32765
|
+
negative running-time.
|
32766
|
+
|
32767
|
+
This function is typically used by elements that need to synchronize buffers
|
32768
|
+
against the clock or eachother.
|
32769
|
+
|
32770
|
+
@position can be any value and the result of this function for values outside
|
32771
|
+
of the segment is extrapolated.
|
32772
|
+
|
32773
|
+
When 1 is returned, @position resulted in a positive running-time returned
|
32774
|
+
in @running_time.
|
32775
|
+
|
32776
|
+
When this function returns -1, the returned @running_time should be negated
|
32777
|
+
to get the real negative running time.</doc>
|
32778
|
+
<return-value transfer-ownership="none">
|
32779
|
+
<doc xml:space="preserve">a 1 or -1 on success, 0 on failure.</doc>
|
32780
|
+
<type name="gint" c:type="gint"/>
|
32781
|
+
</return-value>
|
32782
|
+
<parameters>
|
32783
|
+
<instance-parameter name="segment" transfer-ownership="none">
|
32784
|
+
<doc xml:space="preserve">a #GstSegment structure.</doc>
|
32785
|
+
<type name="Segment" c:type="const GstSegment*"/>
|
32786
|
+
</instance-parameter>
|
32787
|
+
<parameter name="format" transfer-ownership="none">
|
32788
|
+
<doc xml:space="preserve">the format of the segment.</doc>
|
32789
|
+
<type name="Format" c:type="GstFormat"/>
|
32790
|
+
</parameter>
|
32791
|
+
<parameter name="position" transfer-ownership="none">
|
32792
|
+
<doc xml:space="preserve">the position in the segment</doc>
|
32793
|
+
<type name="guint64" c:type="guint64"/>
|
32794
|
+
</parameter>
|
32795
|
+
<parameter name="running_time" transfer-ownership="none">
|
32796
|
+
<doc xml:space="preserve">result running-time</doc>
|
32797
|
+
<type name="guint64" c:type="guint64*"/>
|
32798
|
+
</parameter>
|
32799
|
+
</parameters>
|
32800
|
+
</method>
|
31634
32801
|
<method name="to_stream_time" c:identifier="gst_segment_to_stream_time">
|
31635
32802
|
<doc xml:space="preserve">Translate @position to stream time using the currently configured
|
31636
32803
|
segment. The @position value must be between @segment start and
|
@@ -31682,11 +32849,18 @@ values of the seek flags.</doc>
|
|
31682
32849
|
<doc xml:space="preserve">reset the pipeline running_time to the segment
|
31683
32850
|
running_time</doc>
|
31684
32851
|
</member>
|
32852
|
+
<member name="trickmode"
|
32853
|
+
value="16"
|
32854
|
+
c:identifier="GST_SEGMENT_FLAG_TRICKMODE"
|
32855
|
+
glib:nick="trickmode">
|
32856
|
+
<doc xml:space="preserve">perform skip playback (Since 1.6)</doc>
|
32857
|
+
</member>
|
31685
32858
|
<member name="skip"
|
31686
32859
|
value="16"
|
31687
32860
|
c:identifier="GST_SEGMENT_FLAG_SKIP"
|
31688
32861
|
glib:nick="skip">
|
31689
|
-
<doc xml:space="preserve">
|
32862
|
+
<doc xml:space="preserve">Deprecated backward compatibility flag, replaced
|
32863
|
+
by @GST_SEGMENT_FLAG_TRICKMODE</doc>
|
31690
32864
|
</member>
|
31691
32865
|
<member name="segment"
|
31692
32866
|
value="8"
|
@@ -31694,6 +32868,20 @@ values of the seek flags.</doc>
|
|
31694
32868
|
glib:nick="segment">
|
31695
32869
|
<doc xml:space="preserve">send SEGMENT_DONE instead of EOS</doc>
|
31696
32870
|
</member>
|
32871
|
+
<member name="trickmode_key_units"
|
32872
|
+
value="128"
|
32873
|
+
c:identifier="GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITS"
|
32874
|
+
glib:nick="trickmode-key-units">
|
32875
|
+
<doc xml:space="preserve">Decode only keyframes, where
|
32876
|
+
possible (Since 1.6)</doc>
|
32877
|
+
</member>
|
32878
|
+
<member name="trickmode_no_audio"
|
32879
|
+
value="256"
|
32880
|
+
c:identifier="GST_SEGMENT_FLAG_TRICKMODE_NO_AUDIO"
|
32881
|
+
glib:nick="trickmode-no-audio">
|
32882
|
+
<doc xml:space="preserve">Do not decode any audio, where
|
32883
|
+
possible (Since 1.6)</doc>
|
32884
|
+
</member>
|
31697
32885
|
</bitfield>
|
31698
32886
|
<enumeration name="State"
|
31699
32887
|
glib:type-name="GstState"
|
@@ -32436,6 +33624,36 @@ Free-function: gst_structure_free</doc>
|
|
32436
33624
|
</instance-parameter>
|
32437
33625
|
</parameters>
|
32438
33626
|
</method>
|
33627
|
+
<method name="filter_and_map_in_place"
|
33628
|
+
c:identifier="gst_structure_filter_and_map_in_place"
|
33629
|
+
version="1.6">
|
33630
|
+
<doc xml:space="preserve">Calls the provided function once for each field in the #GstStructure. In
|
33631
|
+
contrast to gst_structure_foreach(), the function may modify the fields.
|
33632
|
+
In contrast to gst_structure_map_in_place(), the field is removed from
|
33633
|
+
the structure if %FALSE is returned from the function.
|
33634
|
+
The structure must be mutable.</doc>
|
33635
|
+
<return-value transfer-ownership="none">
|
33636
|
+
<type name="none" c:type="void"/>
|
33637
|
+
</return-value>
|
33638
|
+
<parameters>
|
33639
|
+
<instance-parameter name="structure" transfer-ownership="none">
|
33640
|
+
<doc xml:space="preserve">a #GstStructure</doc>
|
33641
|
+
<type name="Structure" c:type="GstStructure*"/>
|
33642
|
+
</instance-parameter>
|
33643
|
+
<parameter name="func"
|
33644
|
+
transfer-ownership="none"
|
33645
|
+
scope="call"
|
33646
|
+
closure="1">
|
33647
|
+
<doc xml:space="preserve">a function to call for each field</doc>
|
33648
|
+
<type name="StructureFilterMapFunc"
|
33649
|
+
c:type="GstStructureFilterMapFunc"/>
|
33650
|
+
</parameter>
|
33651
|
+
<parameter name="user_data" transfer-ownership="none">
|
33652
|
+
<doc xml:space="preserve">private data</doc>
|
33653
|
+
<type name="gpointer" c:type="gpointer"/>
|
33654
|
+
</parameter>
|
33655
|
+
</parameters>
|
33656
|
+
</method>
|
32439
33657
|
<method name="fixate" c:identifier="gst_structure_fixate">
|
32440
33658
|
<doc xml:space="preserve">Fixate all values in @structure using gst_value_fixate().
|
32441
33659
|
@structure will be modified in-place and should be writable.</doc>
|
@@ -32588,7 +33806,8 @@ integer to @target that is a subset of the existing field.</doc>
|
|
32588
33806
|
</method>
|
32589
33807
|
<method name="foreach" c:identifier="gst_structure_foreach">
|
32590
33808
|
<doc xml:space="preserve">Calls the provided function once for each field in the #GstStructure. The
|
32591
|
-
function must not modify the fields. Also see gst_structure_map_in_place()
|
33809
|
+
function must not modify the fields. Also see gst_structure_map_in_place()
|
33810
|
+
and gst_structure_filter_and_map_in_place().</doc>
|
32592
33811
|
<return-value transfer-ownership="none">
|
32593
33812
|
<doc xml:space="preserve">%TRUE if the supplied function returns %TRUE For each of the fields,
|
32594
33813
|
%FALSE otherwise.</doc>
|
@@ -32860,6 +34079,46 @@ returned.</doc>
|
|
32860
34079
|
</parameter>
|
32861
34080
|
</parameters>
|
32862
34081
|
</method>
|
34082
|
+
<method name="get_flagset"
|
34083
|
+
c:identifier="gst_structure_get_flagset"
|
34084
|
+
version="1.6">
|
34085
|
+
<doc xml:space="preserve">Read the GstFlagSet flags and mask out of the structure into the
|
34086
|
+
provided pointers.</doc>
|
34087
|
+
<return-value transfer-ownership="none">
|
34088
|
+
<doc xml:space="preserve">%TRUE if the values could be set correctly. If there was no field
|
34089
|
+
with @fieldname or the existing field did not contain a GstFlagSet, this
|
34090
|
+
function returns %FALSE.</doc>
|
34091
|
+
<type name="gboolean" c:type="gboolean"/>
|
34092
|
+
</return-value>
|
34093
|
+
<parameters>
|
34094
|
+
<instance-parameter name="structure" transfer-ownership="none">
|
34095
|
+
<doc xml:space="preserve">a #GstStructure</doc>
|
34096
|
+
<type name="Structure" c:type="const GstStructure*"/>
|
34097
|
+
</instance-parameter>
|
34098
|
+
<parameter name="fieldname" transfer-ownership="none">
|
34099
|
+
<doc xml:space="preserve">the name of a field</doc>
|
34100
|
+
<type name="utf8" c:type="const gchar*"/>
|
34101
|
+
</parameter>
|
34102
|
+
<parameter name="value_flags"
|
34103
|
+
direction="out"
|
34104
|
+
caller-allocates="0"
|
34105
|
+
transfer-ownership="full"
|
34106
|
+
optional="1"
|
34107
|
+
allow-none="1">
|
34108
|
+
<doc xml:space="preserve">a pointer to a guint for the flags field</doc>
|
34109
|
+
<type name="guint" c:type="guint*"/>
|
34110
|
+
</parameter>
|
34111
|
+
<parameter name="value_mask"
|
34112
|
+
direction="out"
|
34113
|
+
caller-allocates="0"
|
34114
|
+
transfer-ownership="full"
|
34115
|
+
optional="1"
|
34116
|
+
allow-none="1">
|
34117
|
+
<doc xml:space="preserve">a pointer to a guint for the mask field</doc>
|
34118
|
+
<type name="guint" c:type="guint*"/>
|
34119
|
+
</parameter>
|
34120
|
+
</parameters>
|
34121
|
+
</method>
|
32863
34122
|
<method name="get_fraction" c:identifier="gst_structure_get_fraction">
|
32864
34123
|
<doc xml:space="preserve">Sets the integers pointed to by @value_numerator and @value_denominator
|
32865
34124
|
corresponding to the value of the given field. Caller is responsible
|
@@ -33558,7 +34817,8 @@ argument is ignored.</doc>
|
|
33558
34817
|
</parameters>
|
33559
34818
|
</method>
|
33560
34819
|
<method name="set" c:identifier="gst_structure_set" introspectable="0">
|
33561
|
-
<doc xml:space="preserve">Parses the variable arguments and sets fields accordingly.
|
34820
|
+
<doc xml:space="preserve">Parses the variable arguments and sets fields accordingly. Fields that
|
34821
|
+
weren't already part of the structure are added as needed.
|
33562
34822
|
Variable arguments should be in the form field name, field type
|
33563
34823
|
(as a GType), value(s). The last variable argument should be %NULL.</doc>
|
33564
34824
|
<return-value transfer-ownership="none">
|
@@ -33757,6 +35017,30 @@ Free-function: gst_structure_free</doc>
|
|
33757
35017
|
<doc xml:space="preserve">Pad unlinking is starting or done.</doc>
|
33758
35018
|
</member>
|
33759
35019
|
</enumeration>
|
35020
|
+
<callback name="StructureFilterMapFunc" c:type="GstStructureFilterMapFunc">
|
35021
|
+
<doc xml:space="preserve">A function that will be called in gst_structure_filter_and_map_in_place().
|
35022
|
+
The function may modify @value, and the value will be removed from
|
35023
|
+
the structure if %FALSE is returned.</doc>
|
35024
|
+
<return-value transfer-ownership="none">
|
35025
|
+
<doc xml:space="preserve">%TRUE if the field should be preserved, %FALSE if it
|
35026
|
+
should be removed.</doc>
|
35027
|
+
<type name="gboolean" c:type="gboolean"/>
|
35028
|
+
</return-value>
|
35029
|
+
<parameters>
|
35030
|
+
<parameter name="field_id" transfer-ownership="none">
|
35031
|
+
<doc xml:space="preserve">the #GQuark of the field name</doc>
|
35032
|
+
<type name="GLib.Quark" c:type="GQuark"/>
|
35033
|
+
</parameter>
|
35034
|
+
<parameter name="value" transfer-ownership="none">
|
35035
|
+
<doc xml:space="preserve">the #GValue of the field</doc>
|
35036
|
+
<type name="GObject.Value" c:type="GValue*"/>
|
35037
|
+
</parameter>
|
35038
|
+
<parameter name="user_data" transfer-ownership="none" closure="2">
|
35039
|
+
<doc xml:space="preserve">user data</doc>
|
35040
|
+
<type name="gpointer" c:type="gpointer"/>
|
35041
|
+
</parameter>
|
35042
|
+
</parameters>
|
35043
|
+
</callback>
|
33760
35044
|
<callback name="StructureForeachFunc" c:type="GstStructureForeachFunc">
|
33761
35045
|
<doc xml:space="preserve">A function that will be called in gst_structure_foreach(). The function may
|
33762
35046
|
not modify @value.</doc>
|
@@ -38061,8 +39345,8 @@ in doing a reliable typefind.</doc>
|
|
38061
39345
|
glib:type-name="GstURIHandler"
|
38062
39346
|
glib:get-type="gst_uri_handler_get_type"
|
38063
39347
|
glib:type-struct="URIHandlerInterface">
|
38064
|
-
<doc xml:space="preserve">The
|
38065
|
-
#GstElement to
|
39348
|
+
<doc xml:space="preserve">The #GstURIHandler is an interface that is implemented by Source and Sink
|
39349
|
+
#GstElement to unify handling of URI.
|
38066
39350
|
|
38067
39351
|
An application can use the following functions to quickly get an element
|
38068
39352
|
that handles the given URI for reading or writing
|
@@ -38261,10 +39545,1057 @@ Returns #GST_URI_UNKNOWN if the @handler isn't implemented correctly.</doc>
|
|
38261
39545
|
<doc xml:space="preserve">The URI is a producer.</doc>
|
38262
39546
|
</member>
|
38263
39547
|
</enumeration>
|
39548
|
+
<constant name="URI_NO_PORT" value="0" c:type="GST_URI_NO_PORT">
|
39549
|
+
<doc xml:space="preserve">Value for #GstUri<!-- -->.port to indicate no port number.</doc>
|
39550
|
+
<type name="gint" c:type="gint"/>
|
39551
|
+
</constant>
|
38264
39552
|
<constant name="USECOND" value="1000" c:type="GST_USECOND">
|
38265
39553
|
<doc xml:space="preserve">Constant that defines one GStreamer microsecond.</doc>
|
38266
39554
|
<type name="gint" c:type="gint"/>
|
38267
39555
|
</constant>
|
39556
|
+
<record name="Uri"
|
39557
|
+
c:type="GstUri"
|
39558
|
+
glib:type-name="GstUri"
|
39559
|
+
glib:get-type="gst_uri_get_type"
|
39560
|
+
c:symbol-prefix="uri">
|
39561
|
+
<doc xml:space="preserve">A #GstUri object can be used to parse and split a URI string into its
|
39562
|
+
constituant parts. Two #GstUri objects can be joined to make a new #GstUri
|
39563
|
+
using the algorithm described in RFC3986.</doc>
|
39564
|
+
<constructor name="new" c:identifier="gst_uri_new" version="1.6">
|
39565
|
+
<doc xml:space="preserve">Creates a new #GstUri object with the given URI parts. The path and query
|
39566
|
+
strings will be broken down into their elements. All strings should not be
|
39567
|
+
escaped except where indicated.</doc>
|
39568
|
+
<return-value transfer-ownership="full">
|
39569
|
+
<doc xml:space="preserve">A new #GstUri object.</doc>
|
39570
|
+
<type name="Uri" c:type="GstUri*"/>
|
39571
|
+
</return-value>
|
39572
|
+
<parameters>
|
39573
|
+
<parameter name="scheme"
|
39574
|
+
transfer-ownership="none"
|
39575
|
+
nullable="1"
|
39576
|
+
allow-none="1">
|
39577
|
+
<doc xml:space="preserve">The scheme for the new URI.</doc>
|
39578
|
+
<type name="utf8" c:type="const gchar*"/>
|
39579
|
+
</parameter>
|
39580
|
+
<parameter name="userinfo"
|
39581
|
+
transfer-ownership="none"
|
39582
|
+
nullable="1"
|
39583
|
+
allow-none="1">
|
39584
|
+
<doc xml:space="preserve">The user-info for the new URI.</doc>
|
39585
|
+
<type name="utf8" c:type="const gchar*"/>
|
39586
|
+
</parameter>
|
39587
|
+
<parameter name="host"
|
39588
|
+
transfer-ownership="none"
|
39589
|
+
nullable="1"
|
39590
|
+
allow-none="1">
|
39591
|
+
<doc xml:space="preserve">The host name for the new URI.</doc>
|
39592
|
+
<type name="utf8" c:type="const gchar*"/>
|
39593
|
+
</parameter>
|
39594
|
+
<parameter name="port" transfer-ownership="none">
|
39595
|
+
<doc xml:space="preserve">The port number for the new URI or %GST_URI_NO_PORT.</doc>
|
39596
|
+
<type name="guint" c:type="guint"/>
|
39597
|
+
</parameter>
|
39598
|
+
<parameter name="path"
|
39599
|
+
transfer-ownership="none"
|
39600
|
+
nullable="1"
|
39601
|
+
allow-none="1">
|
39602
|
+
<doc xml:space="preserve">The path for the new URI with '/' separating path
|
39603
|
+
elements.</doc>
|
39604
|
+
<type name="utf8" c:type="const gchar*"/>
|
39605
|
+
</parameter>
|
39606
|
+
<parameter name="query"
|
39607
|
+
transfer-ownership="none"
|
39608
|
+
nullable="1"
|
39609
|
+
allow-none="1">
|
39610
|
+
<doc xml:space="preserve">The query string for the new URI with '&' separating
|
39611
|
+
query elements. Elements containing '&' characters
|
39612
|
+
should encode them as "&percnt;26".</doc>
|
39613
|
+
<type name="utf8" c:type="const gchar*"/>
|
39614
|
+
</parameter>
|
39615
|
+
<parameter name="fragment"
|
39616
|
+
transfer-ownership="none"
|
39617
|
+
nullable="1"
|
39618
|
+
allow-none="1">
|
39619
|
+
<doc xml:space="preserve">The fragment name for the new URI.</doc>
|
39620
|
+
<type name="utf8" c:type="const gchar*"/>
|
39621
|
+
</parameter>
|
39622
|
+
</parameters>
|
39623
|
+
</constructor>
|
39624
|
+
<method name="append_path"
|
39625
|
+
c:identifier="gst_uri_append_path"
|
39626
|
+
version="1.6">
|
39627
|
+
<doc xml:space="preserve">Append a path onto the end of the path in the URI. The path is not
|
39628
|
+
normalized, call #gst_uri_normalize() to normalize the path.</doc>
|
39629
|
+
<return-value transfer-ownership="none">
|
39630
|
+
<doc xml:space="preserve">%TRUE if the path was appended successfully.</doc>
|
39631
|
+
<type name="gboolean" c:type="gboolean"/>
|
39632
|
+
</return-value>
|
39633
|
+
<parameters>
|
39634
|
+
<instance-parameter name="uri"
|
39635
|
+
transfer-ownership="none"
|
39636
|
+
nullable="1"
|
39637
|
+
allow-none="1">
|
39638
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
39639
|
+
<type name="Uri" c:type="GstUri*"/>
|
39640
|
+
</instance-parameter>
|
39641
|
+
<parameter name="relative_path" transfer-ownership="none">
|
39642
|
+
<doc xml:space="preserve">Relative path to append to the end of the current path.</doc>
|
39643
|
+
<type name="utf8" c:type="const gchar*"/>
|
39644
|
+
</parameter>
|
39645
|
+
</parameters>
|
39646
|
+
</method>
|
39647
|
+
<method name="append_path_segment"
|
39648
|
+
c:identifier="gst_uri_append_path_segment"
|
39649
|
+
version="1.6">
|
39650
|
+
<doc xml:space="preserve">Append a single path segment onto the end of the URI path.</doc>
|
39651
|
+
<return-value transfer-ownership="none">
|
39652
|
+
<doc xml:space="preserve">%TRUE if the path was appended successfully.</doc>
|
39653
|
+
<type name="gboolean" c:type="gboolean"/>
|
39654
|
+
</return-value>
|
39655
|
+
<parameters>
|
39656
|
+
<instance-parameter name="uri"
|
39657
|
+
transfer-ownership="none"
|
39658
|
+
nullable="1"
|
39659
|
+
allow-none="1">
|
39660
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
39661
|
+
<type name="Uri" c:type="GstUri*"/>
|
39662
|
+
</instance-parameter>
|
39663
|
+
<parameter name="path_segment" transfer-ownership="none">
|
39664
|
+
<doc xml:space="preserve">The path segment string to append to the URI path.</doc>
|
39665
|
+
<type name="utf8" c:type="const gchar*"/>
|
39666
|
+
</parameter>
|
39667
|
+
</parameters>
|
39668
|
+
</method>
|
39669
|
+
<method name="equal" c:identifier="gst_uri_equal" version="1.6">
|
39670
|
+
<doc xml:space="preserve">Compares two #GstUri objects to see if they represent the same normalized
|
39671
|
+
URI.</doc>
|
39672
|
+
<return-value transfer-ownership="none">
|
39673
|
+
<doc xml:space="preserve">%TRUE if the normalized versions of the two URI's would be equal.</doc>
|
39674
|
+
<type name="gboolean" c:type="gboolean"/>
|
39675
|
+
</return-value>
|
39676
|
+
<parameters>
|
39677
|
+
<instance-parameter name="first" transfer-ownership="none">
|
39678
|
+
<doc xml:space="preserve">First #GstUri to compare.</doc>
|
39679
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39680
|
+
</instance-parameter>
|
39681
|
+
<parameter name="second" transfer-ownership="none">
|
39682
|
+
<doc xml:space="preserve">Second #GstUri to compare.</doc>
|
39683
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39684
|
+
</parameter>
|
39685
|
+
</parameters>
|
39686
|
+
</method>
|
39687
|
+
<method name="from_string_with_base"
|
39688
|
+
c:identifier="gst_uri_from_string_with_base"
|
39689
|
+
version="1.6">
|
39690
|
+
<doc xml:space="preserve">Like gst_uri_from_string() but also joins with a base URI.</doc>
|
39691
|
+
<return-value transfer-ownership="full">
|
39692
|
+
<doc xml:space="preserve">A new #GstUri object.</doc>
|
39693
|
+
<type name="Uri" c:type="GstUri*"/>
|
39694
|
+
</return-value>
|
39695
|
+
<parameters>
|
39696
|
+
<instance-parameter name="base"
|
39697
|
+
transfer-ownership="none"
|
39698
|
+
nullable="1"
|
39699
|
+
allow-none="1">
|
39700
|
+
<doc xml:space="preserve">The base URI to join the new URI with.</doc>
|
39701
|
+
<type name="Uri" c:type="GstUri*"/>
|
39702
|
+
</instance-parameter>
|
39703
|
+
<parameter name="uri" transfer-ownership="none">
|
39704
|
+
<doc xml:space="preserve">The URI string to parse.</doc>
|
39705
|
+
<type name="utf8" c:type="const gchar*"/>
|
39706
|
+
</parameter>
|
39707
|
+
</parameters>
|
39708
|
+
</method>
|
39709
|
+
<method name="get_fragment"
|
39710
|
+
c:identifier="gst_uri_get_fragment"
|
39711
|
+
version="1.6">
|
39712
|
+
<doc xml:space="preserve">Get the fragment name from the URI or %NULL if it doesn't exist.
|
39713
|
+
If @uri is %NULL then returns %NULL.</doc>
|
39714
|
+
<return-value transfer-ownership="none">
|
39715
|
+
<doc xml:space="preserve">The host name from the #GstUri object or %NULL.</doc>
|
39716
|
+
<type name="utf8" c:type="const gchar*"/>
|
39717
|
+
</return-value>
|
39718
|
+
<parameters>
|
39719
|
+
<instance-parameter name="uri"
|
39720
|
+
transfer-ownership="none"
|
39721
|
+
nullable="1"
|
39722
|
+
allow-none="1">
|
39723
|
+
<doc xml:space="preserve">This #GstUri object.</doc>
|
39724
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39725
|
+
</instance-parameter>
|
39726
|
+
</parameters>
|
39727
|
+
</method>
|
39728
|
+
<method name="get_host" c:identifier="gst_uri_get_host" version="1.6">
|
39729
|
+
<doc xml:space="preserve">Get the host name from the URI or %NULL if it doesn't exist.
|
39730
|
+
If @uri is %NULL then returns %NULL.</doc>
|
39731
|
+
<return-value transfer-ownership="none">
|
39732
|
+
<doc xml:space="preserve">The host name from the #GstUri object or %NULL.</doc>
|
39733
|
+
<type name="utf8" c:type="const gchar*"/>
|
39734
|
+
</return-value>
|
39735
|
+
<parameters>
|
39736
|
+
<instance-parameter name="uri"
|
39737
|
+
transfer-ownership="none"
|
39738
|
+
nullable="1"
|
39739
|
+
allow-none="1">
|
39740
|
+
<doc xml:space="preserve">This #GstUri object.</doc>
|
39741
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39742
|
+
</instance-parameter>
|
39743
|
+
</parameters>
|
39744
|
+
</method>
|
39745
|
+
<method name="get_path" c:identifier="gst_uri_get_path" version="1.6">
|
39746
|
+
<doc xml:space="preserve">Extract the path string from the URI object.</doc>
|
39747
|
+
<return-value transfer-ownership="full">
|
39748
|
+
<doc xml:space="preserve">The path from the URI. Once finished with the
|
39749
|
+
string should be g_free()'d.</doc>
|
39750
|
+
<type name="utf8" c:type="gchar*"/>
|
39751
|
+
</return-value>
|
39752
|
+
<parameters>
|
39753
|
+
<instance-parameter name="uri" transfer-ownership="none">
|
39754
|
+
<doc xml:space="preserve">The #GstUri to get the path from.</doc>
|
39755
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39756
|
+
</instance-parameter>
|
39757
|
+
</parameters>
|
39758
|
+
</method>
|
39759
|
+
<method name="get_path_segments"
|
39760
|
+
c:identifier="gst_uri_get_path_segments"
|
39761
|
+
version="1.6">
|
39762
|
+
<doc xml:space="preserve">Get a list of path segments from the URI.</doc>
|
39763
|
+
<return-value transfer-ownership="full">
|
39764
|
+
<doc xml:space="preserve">A #GList of path segment
|
39765
|
+
strings or %NULL if no path segments are available. Free the list
|
39766
|
+
when no longer needed with g_list_free_full(list, g_free).</doc>
|
39767
|
+
<type name="GLib.List" c:type="GList*">
|
39768
|
+
<type name="utf8"/>
|
39769
|
+
</type>
|
39770
|
+
</return-value>
|
39771
|
+
<parameters>
|
39772
|
+
<instance-parameter name="uri"
|
39773
|
+
transfer-ownership="none"
|
39774
|
+
nullable="1"
|
39775
|
+
allow-none="1">
|
39776
|
+
<doc xml:space="preserve">The #GstUri to get the path from.</doc>
|
39777
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39778
|
+
</instance-parameter>
|
39779
|
+
</parameters>
|
39780
|
+
</method>
|
39781
|
+
<method name="get_path_string"
|
39782
|
+
c:identifier="gst_uri_get_path_string"
|
39783
|
+
version="1.6">
|
39784
|
+
<doc xml:space="preserve">Extract the path string from the URI object as a percent encoded URI path.</doc>
|
39785
|
+
<return-value transfer-ownership="full">
|
39786
|
+
<doc xml:space="preserve">The path from the URI. Once finished with the
|
39787
|
+
string should be g_free()'d.</doc>
|
39788
|
+
<type name="utf8" c:type="gchar*"/>
|
39789
|
+
</return-value>
|
39790
|
+
<parameters>
|
39791
|
+
<instance-parameter name="uri" transfer-ownership="none">
|
39792
|
+
<doc xml:space="preserve">The #GstUri to get the path from.</doc>
|
39793
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39794
|
+
</instance-parameter>
|
39795
|
+
</parameters>
|
39796
|
+
</method>
|
39797
|
+
<method name="get_port" c:identifier="gst_uri_get_port" version="1.6">
|
39798
|
+
<doc xml:space="preserve">Get the port number from the URI or %GST_URI_NO_PORT if it doesn't exist.
|
39799
|
+
If @uri is %NULL then returns %GST_URI_NO_PORT.</doc>
|
39800
|
+
<return-value transfer-ownership="none">
|
39801
|
+
<doc xml:space="preserve">The port number from the #GstUri object or %GST_URI_NO_PORT.</doc>
|
39802
|
+
<type name="guint" c:type="guint"/>
|
39803
|
+
</return-value>
|
39804
|
+
<parameters>
|
39805
|
+
<instance-parameter name="uri"
|
39806
|
+
transfer-ownership="none"
|
39807
|
+
nullable="1"
|
39808
|
+
allow-none="1">
|
39809
|
+
<doc xml:space="preserve">This #GstUri object.</doc>
|
39810
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39811
|
+
</instance-parameter>
|
39812
|
+
</parameters>
|
39813
|
+
</method>
|
39814
|
+
<method name="get_query_keys"
|
39815
|
+
c:identifier="gst_uri_get_query_keys"
|
39816
|
+
version="1.6">
|
39817
|
+
<doc xml:space="preserve">Get a list of the query keys from the URI.</doc>
|
39818
|
+
<return-value transfer-ownership="container">
|
39819
|
+
<doc xml:space="preserve">A list of keys from
|
39820
|
+
the URI query. Free the list with g_list_free().</doc>
|
39821
|
+
<type name="GLib.List" c:type="GList*">
|
39822
|
+
<type name="utf8"/>
|
39823
|
+
</type>
|
39824
|
+
</return-value>
|
39825
|
+
<parameters>
|
39826
|
+
<instance-parameter name="uri"
|
39827
|
+
transfer-ownership="none"
|
39828
|
+
nullable="1"
|
39829
|
+
allow-none="1">
|
39830
|
+
<doc xml:space="preserve">The #GstUri to examine.</doc>
|
39831
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39832
|
+
</instance-parameter>
|
39833
|
+
</parameters>
|
39834
|
+
</method>
|
39835
|
+
<method name="get_query_string"
|
39836
|
+
c:identifier="gst_uri_get_query_string"
|
39837
|
+
version="1.6">
|
39838
|
+
<doc xml:space="preserve">Get a percent encoded URI query string from the @uri.</doc>
|
39839
|
+
<return-value transfer-ownership="full">
|
39840
|
+
<doc xml:space="preserve">A percent encoded query string. Use g_free() when
|
39841
|
+
no longer needed.</doc>
|
39842
|
+
<type name="utf8" c:type="gchar*"/>
|
39843
|
+
</return-value>
|
39844
|
+
<parameters>
|
39845
|
+
<instance-parameter name="uri"
|
39846
|
+
transfer-ownership="none"
|
39847
|
+
nullable="1"
|
39848
|
+
allow-none="1">
|
39849
|
+
<doc xml:space="preserve">The #GstUri to get the query string from.</doc>
|
39850
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39851
|
+
</instance-parameter>
|
39852
|
+
</parameters>
|
39853
|
+
</method>
|
39854
|
+
<method name="get_query_table"
|
39855
|
+
c:identifier="gst_uri_get_query_table"
|
39856
|
+
version="1.6">
|
39857
|
+
<doc xml:space="preserve">Get the query table from the URI. Keys and values in the table are freed
|
39858
|
+
with g_free when they are deleted. A value may be %NULL to indicate that
|
39859
|
+
the key should appear in the query string in the URI, but does not have a
|
39860
|
+
value. Free the returned #GHashTable with #g_hash_table_unref() when it is
|
39861
|
+
no longer required. Modifying this hash table will modify the query in the
|
39862
|
+
URI.</doc>
|
39863
|
+
<return-value transfer-ownership="full">
|
39864
|
+
<doc xml:space="preserve">The query hash table
|
39865
|
+
from the URI.</doc>
|
39866
|
+
<type name="GLib.HashTable" c:type="GHashTable*">
|
39867
|
+
<type name="utf8"/>
|
39868
|
+
<type name="utf8"/>
|
39869
|
+
</type>
|
39870
|
+
</return-value>
|
39871
|
+
<parameters>
|
39872
|
+
<instance-parameter name="uri"
|
39873
|
+
transfer-ownership="none"
|
39874
|
+
nullable="1"
|
39875
|
+
allow-none="1">
|
39876
|
+
<doc xml:space="preserve">The #GstUri to get the query table from.</doc>
|
39877
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39878
|
+
</instance-parameter>
|
39879
|
+
</parameters>
|
39880
|
+
</method>
|
39881
|
+
<method name="get_query_value"
|
39882
|
+
c:identifier="gst_uri_get_query_value"
|
39883
|
+
version="1.6">
|
39884
|
+
<doc xml:space="preserve">Get the value associated with the @query_key key. Will return %NULL if the
|
39885
|
+
key has no value or if the key does not exist in the URI query table. Because
|
39886
|
+
%NULL is returned for both missing keys and keys with no value, you should
|
39887
|
+
use gst_uri_query_has_key() to determine if a key is present in the URI
|
39888
|
+
query.</doc>
|
39889
|
+
<return-value transfer-ownership="none">
|
39890
|
+
<doc xml:space="preserve">The value for the given key, or %NULL if not found.</doc>
|
39891
|
+
<type name="utf8" c:type="const gchar*"/>
|
39892
|
+
</return-value>
|
39893
|
+
<parameters>
|
39894
|
+
<instance-parameter name="uri"
|
39895
|
+
transfer-ownership="none"
|
39896
|
+
nullable="1"
|
39897
|
+
allow-none="1">
|
39898
|
+
<doc xml:space="preserve">The #GstUri to examine.</doc>
|
39899
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39900
|
+
</instance-parameter>
|
39901
|
+
<parameter name="query_key" transfer-ownership="none">
|
39902
|
+
<doc xml:space="preserve">The key to lookup.</doc>
|
39903
|
+
<type name="utf8" c:type="const gchar*"/>
|
39904
|
+
</parameter>
|
39905
|
+
</parameters>
|
39906
|
+
</method>
|
39907
|
+
<method name="get_scheme" c:identifier="gst_uri_get_scheme">
|
39908
|
+
<doc xml:space="preserve">Get the scheme name from the URI or %NULL if it doesn't exist.
|
39909
|
+
If @uri is %NULL then returns %NULL.</doc>
|
39910
|
+
<return-value transfer-ownership="none">
|
39911
|
+
<doc xml:space="preserve">The scheme from the #GstUri object or %NULL.</doc>
|
39912
|
+
<type name="utf8" c:type="const gchar*"/>
|
39913
|
+
</return-value>
|
39914
|
+
<parameters>
|
39915
|
+
<instance-parameter name="uri"
|
39916
|
+
transfer-ownership="none"
|
39917
|
+
nullable="1"
|
39918
|
+
allow-none="1">
|
39919
|
+
<doc xml:space="preserve">This #GstUri object.</doc>
|
39920
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39921
|
+
</instance-parameter>
|
39922
|
+
</parameters>
|
39923
|
+
</method>
|
39924
|
+
<method name="get_userinfo"
|
39925
|
+
c:identifier="gst_uri_get_userinfo"
|
39926
|
+
version="1.6">
|
39927
|
+
<doc xml:space="preserve">Get the userinfo (usually in the form "username:password") from the URI
|
39928
|
+
or %NULL if it doesn't exist. If @uri is %NULL then returns %NULL.</doc>
|
39929
|
+
<return-value transfer-ownership="none">
|
39930
|
+
<doc xml:space="preserve">The userinfo from the #GstUri object or %NULL.</doc>
|
39931
|
+
<type name="utf8" c:type="const gchar*"/>
|
39932
|
+
</return-value>
|
39933
|
+
<parameters>
|
39934
|
+
<instance-parameter name="uri"
|
39935
|
+
transfer-ownership="none"
|
39936
|
+
nullable="1"
|
39937
|
+
allow-none="1">
|
39938
|
+
<doc xml:space="preserve">This #GstUri object.</doc>
|
39939
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39940
|
+
</instance-parameter>
|
39941
|
+
</parameters>
|
39942
|
+
</method>
|
39943
|
+
<method name="is_normalized"
|
39944
|
+
c:identifier="gst_uri_is_normalized"
|
39945
|
+
version="1.6">
|
39946
|
+
<doc xml:space="preserve">Tests the @uri to see if it is normalized. A %NULL @uri is considered to be
|
39947
|
+
normalized.</doc>
|
39948
|
+
<return-value transfer-ownership="none">
|
39949
|
+
<doc xml:space="preserve">TRUE if the URI is normalized or is %NULL.</doc>
|
39950
|
+
<type name="gboolean" c:type="gboolean"/>
|
39951
|
+
</return-value>
|
39952
|
+
<parameters>
|
39953
|
+
<instance-parameter name="uri" transfer-ownership="none">
|
39954
|
+
<doc xml:space="preserve">The #GstUri to test to see if it is normalized.</doc>
|
39955
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39956
|
+
</instance-parameter>
|
39957
|
+
</parameters>
|
39958
|
+
</method>
|
39959
|
+
<method name="is_writable"
|
39960
|
+
c:identifier="gst_uri_is_writable"
|
39961
|
+
version="1.6">
|
39962
|
+
<doc xml:space="preserve">Check if it is safe to write to this #GstUri.
|
39963
|
+
|
39964
|
+
Check if the refcount of @uri is exactly 1, meaning that no other
|
39965
|
+
reference exists to the #GstUri and that the #GstUri is therefore writable.
|
39966
|
+
|
39967
|
+
Modification of a #GstUri should only be done after verifying that it is
|
39968
|
+
writable.</doc>
|
39969
|
+
<return-value transfer-ownership="none">
|
39970
|
+
<doc xml:space="preserve">%TRUE if it is safe to write to the object.</doc>
|
39971
|
+
<type name="gboolean" c:type="gboolean"/>
|
39972
|
+
</return-value>
|
39973
|
+
<parameters>
|
39974
|
+
<instance-parameter name="uri" transfer-ownership="none">
|
39975
|
+
<doc xml:space="preserve">The #GstUri object to test.</doc>
|
39976
|
+
<type name="Uri" c:type="const GstUri*"/>
|
39977
|
+
</instance-parameter>
|
39978
|
+
</parameters>
|
39979
|
+
</method>
|
39980
|
+
<method name="join" c:identifier="gst_uri_join" version="1.6">
|
39981
|
+
<doc xml:space="preserve">Join a reference URI onto a base URI using the method from RFC 3986.
|
39982
|
+
If either URI is %NULL then the other URI will be returned with the ref count
|
39983
|
+
increased.</doc>
|
39984
|
+
<return-value transfer-ownership="full">
|
39985
|
+
<doc xml:space="preserve">A #GstUri which represents the base with the
|
39986
|
+
reference URI joined on.</doc>
|
39987
|
+
<type name="Uri" c:type="GstUri*"/>
|
39988
|
+
</return-value>
|
39989
|
+
<parameters>
|
39990
|
+
<instance-parameter name="base_uri"
|
39991
|
+
transfer-ownership="none"
|
39992
|
+
nullable="1"
|
39993
|
+
allow-none="1">
|
39994
|
+
<doc xml:space="preserve">The base URI to join another to.</doc>
|
39995
|
+
<type name="Uri" c:type="GstUri*"/>
|
39996
|
+
</instance-parameter>
|
39997
|
+
<parameter name="ref_uri"
|
39998
|
+
transfer-ownership="none"
|
39999
|
+
nullable="1"
|
40000
|
+
allow-none="1">
|
40001
|
+
<doc xml:space="preserve">The reference URI to join onto the
|
40002
|
+
base URI.</doc>
|
40003
|
+
<type name="Uri" c:type="GstUri*"/>
|
40004
|
+
</parameter>
|
40005
|
+
</parameters>
|
40006
|
+
</method>
|
40007
|
+
<method name="make_writable"
|
40008
|
+
c:identifier="gst_uri_make_writable"
|
40009
|
+
version="1.6">
|
40010
|
+
<doc xml:space="preserve">Make the #GstUri writable.
|
40011
|
+
|
40012
|
+
Checks if @uri is writable, and if so the original object is returned. If
|
40013
|
+
not, then a writable copy is made and returned. This gives away the
|
40014
|
+
reference to @uri and returns a reference to the new #GstUri.
|
40015
|
+
If @uri is %NULL then %NULL is returned.</doc>
|
40016
|
+
<return-value transfer-ownership="full">
|
40017
|
+
<doc xml:space="preserve">A writable version of @uri.</doc>
|
40018
|
+
<type name="Uri" c:type="GstUri*"/>
|
40019
|
+
</return-value>
|
40020
|
+
<parameters>
|
40021
|
+
<instance-parameter name="uri" transfer-ownership="full">
|
40022
|
+
<doc xml:space="preserve">The #GstUri object to make writable.</doc>
|
40023
|
+
<type name="Uri" c:type="GstUri*"/>
|
40024
|
+
</instance-parameter>
|
40025
|
+
</parameters>
|
40026
|
+
</method>
|
40027
|
+
<method name="new_with_base"
|
40028
|
+
c:identifier="gst_uri_new_with_base"
|
40029
|
+
version="1.6">
|
40030
|
+
<doc xml:space="preserve">Like gst_uri_new(), but joins the new URI onto a base URI.</doc>
|
40031
|
+
<return-value transfer-ownership="full">
|
40032
|
+
<doc xml:space="preserve">The new URI joined onto @base.</doc>
|
40033
|
+
<type name="Uri" c:type="GstUri*"/>
|
40034
|
+
</return-value>
|
40035
|
+
<parameters>
|
40036
|
+
<instance-parameter name="base"
|
40037
|
+
transfer-ownership="none"
|
40038
|
+
nullable="1"
|
40039
|
+
allow-none="1">
|
40040
|
+
<doc xml:space="preserve">The base URI to join the new URI to.</doc>
|
40041
|
+
<type name="Uri" c:type="GstUri*"/>
|
40042
|
+
</instance-parameter>
|
40043
|
+
<parameter name="scheme"
|
40044
|
+
transfer-ownership="none"
|
40045
|
+
nullable="1"
|
40046
|
+
allow-none="1">
|
40047
|
+
<doc xml:space="preserve">The scheme for the new URI.</doc>
|
40048
|
+
<type name="utf8" c:type="const gchar*"/>
|
40049
|
+
</parameter>
|
40050
|
+
<parameter name="userinfo"
|
40051
|
+
transfer-ownership="none"
|
40052
|
+
nullable="1"
|
40053
|
+
allow-none="1">
|
40054
|
+
<doc xml:space="preserve">The user-info for the new URI.</doc>
|
40055
|
+
<type name="utf8" c:type="const gchar*"/>
|
40056
|
+
</parameter>
|
40057
|
+
<parameter name="host"
|
40058
|
+
transfer-ownership="none"
|
40059
|
+
nullable="1"
|
40060
|
+
allow-none="1">
|
40061
|
+
<doc xml:space="preserve">The host name for the new URI.</doc>
|
40062
|
+
<type name="utf8" c:type="const gchar*"/>
|
40063
|
+
</parameter>
|
40064
|
+
<parameter name="port" transfer-ownership="none">
|
40065
|
+
<doc xml:space="preserve">The port number for the new URI or %GST_URI_NO_PORT.</doc>
|
40066
|
+
<type name="guint" c:type="guint"/>
|
40067
|
+
</parameter>
|
40068
|
+
<parameter name="path"
|
40069
|
+
transfer-ownership="none"
|
40070
|
+
nullable="1"
|
40071
|
+
allow-none="1">
|
40072
|
+
<doc xml:space="preserve">The path for the new URI with '/' separating path
|
40073
|
+
elements.</doc>
|
40074
|
+
<type name="utf8" c:type="const gchar*"/>
|
40075
|
+
</parameter>
|
40076
|
+
<parameter name="query"
|
40077
|
+
transfer-ownership="none"
|
40078
|
+
nullable="1"
|
40079
|
+
allow-none="1">
|
40080
|
+
<doc xml:space="preserve">The query string for the new URI with '&' separating
|
40081
|
+
query elements. Elements containing '&' characters
|
40082
|
+
should encode them as "&percnt;26".</doc>
|
40083
|
+
<type name="utf8" c:type="const gchar*"/>
|
40084
|
+
</parameter>
|
40085
|
+
<parameter name="fragment"
|
40086
|
+
transfer-ownership="none"
|
40087
|
+
nullable="1"
|
40088
|
+
allow-none="1">
|
40089
|
+
<doc xml:space="preserve">The fragment name for the new URI.</doc>
|
40090
|
+
<type name="utf8" c:type="const gchar*"/>
|
40091
|
+
</parameter>
|
40092
|
+
</parameters>
|
40093
|
+
</method>
|
40094
|
+
<method name="normalize" c:identifier="gst_uri_normalize" version="1.6">
|
40095
|
+
<doc xml:space="preserve">Normalization will remove extra path segments ("." and "..") from the URI. It
|
40096
|
+
will also convert the scheme and host name to lower case and any
|
40097
|
+
percent-encoded values to uppercase.
|
40098
|
+
|
40099
|
+
The #GstUri object must be writable. Check with gst_uri_is_writable() or use
|
40100
|
+
gst_uri_make_writable() first.</doc>
|
40101
|
+
<return-value transfer-ownership="none">
|
40102
|
+
<doc xml:space="preserve">TRUE if the URI was modified.</doc>
|
40103
|
+
<type name="gboolean" c:type="gboolean"/>
|
40104
|
+
</return-value>
|
40105
|
+
<parameters>
|
40106
|
+
<instance-parameter name="uri" transfer-ownership="none">
|
40107
|
+
<doc xml:space="preserve">The #GstUri to normalize.</doc>
|
40108
|
+
<type name="Uri" c:type="GstUri*"/>
|
40109
|
+
</instance-parameter>
|
40110
|
+
</parameters>
|
40111
|
+
</method>
|
40112
|
+
<method name="query_has_key"
|
40113
|
+
c:identifier="gst_uri_query_has_key"
|
40114
|
+
version="1.6">
|
40115
|
+
<doc xml:space="preserve">Check if there is a query table entry for the @query_key key.</doc>
|
40116
|
+
<return-value transfer-ownership="none">
|
40117
|
+
<doc xml:space="preserve">%TRUE if @query_key exists in the URI query table.</doc>
|
40118
|
+
<type name="gboolean" c:type="gboolean"/>
|
40119
|
+
</return-value>
|
40120
|
+
<parameters>
|
40121
|
+
<instance-parameter name="uri"
|
40122
|
+
transfer-ownership="none"
|
40123
|
+
nullable="1"
|
40124
|
+
allow-none="1">
|
40125
|
+
<doc xml:space="preserve">The #GstUri to examine.</doc>
|
40126
|
+
<type name="Uri" c:type="const GstUri*"/>
|
40127
|
+
</instance-parameter>
|
40128
|
+
<parameter name="query_key" transfer-ownership="none">
|
40129
|
+
<doc xml:space="preserve">The key to lookup.</doc>
|
40130
|
+
<type name="utf8" c:type="const gchar*"/>
|
40131
|
+
</parameter>
|
40132
|
+
</parameters>
|
40133
|
+
</method>
|
40134
|
+
<method name="remove_query_key"
|
40135
|
+
c:identifier="gst_uri_remove_query_key"
|
40136
|
+
version="1.6">
|
40137
|
+
<doc xml:space="preserve">Remove an entry from the query table by key.</doc>
|
40138
|
+
<return-value transfer-ownership="none">
|
40139
|
+
<doc xml:space="preserve">%TRUE if the key existed in the table and was removed.</doc>
|
40140
|
+
<type name="gboolean" c:type="gboolean"/>
|
40141
|
+
</return-value>
|
40142
|
+
<parameters>
|
40143
|
+
<instance-parameter name="uri"
|
40144
|
+
transfer-ownership="none"
|
40145
|
+
nullable="1"
|
40146
|
+
allow-none="1">
|
40147
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40148
|
+
<type name="Uri" c:type="GstUri*"/>
|
40149
|
+
</instance-parameter>
|
40150
|
+
<parameter name="query_key" transfer-ownership="none">
|
40151
|
+
<doc xml:space="preserve">The key to remove.</doc>
|
40152
|
+
<type name="utf8" c:type="const gchar*"/>
|
40153
|
+
</parameter>
|
40154
|
+
</parameters>
|
40155
|
+
</method>
|
40156
|
+
<method name="set_fragment"
|
40157
|
+
c:identifier="gst_uri_set_fragment"
|
40158
|
+
version="1.6">
|
40159
|
+
<doc xml:space="preserve">Sets the fragment string in the URI. Use a value of %NULL in @fragment to
|
40160
|
+
unset the fragment string.</doc>
|
40161
|
+
<return-value transfer-ownership="none">
|
40162
|
+
<doc xml:space="preserve">%TRUE if the fragment was set/unset successfully.</doc>
|
40163
|
+
<type name="gboolean" c:type="gboolean"/>
|
40164
|
+
</return-value>
|
40165
|
+
<parameters>
|
40166
|
+
<instance-parameter name="uri"
|
40167
|
+
transfer-ownership="none"
|
40168
|
+
nullable="1"
|
40169
|
+
allow-none="1">
|
40170
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40171
|
+
<type name="Uri" c:type="GstUri*"/>
|
40172
|
+
</instance-parameter>
|
40173
|
+
<parameter name="fragment"
|
40174
|
+
transfer-ownership="none"
|
40175
|
+
nullable="1"
|
40176
|
+
allow-none="1">
|
40177
|
+
<doc xml:space="preserve">The fragment string to set.</doc>
|
40178
|
+
<type name="utf8" c:type="const gchar*"/>
|
40179
|
+
</parameter>
|
40180
|
+
</parameters>
|
40181
|
+
</method>
|
40182
|
+
<method name="set_host" c:identifier="gst_uri_set_host" version="1.6">
|
40183
|
+
<doc xml:space="preserve">Set or unset the host for the URI.</doc>
|
40184
|
+
<return-value transfer-ownership="none">
|
40185
|
+
<doc xml:space="preserve">%TRUE if the host was set/unset successfully.</doc>
|
40186
|
+
<type name="gboolean" c:type="gboolean"/>
|
40187
|
+
</return-value>
|
40188
|
+
<parameters>
|
40189
|
+
<instance-parameter name="uri"
|
40190
|
+
transfer-ownership="none"
|
40191
|
+
nullable="1"
|
40192
|
+
allow-none="1">
|
40193
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40194
|
+
<type name="Uri" c:type="GstUri*"/>
|
40195
|
+
</instance-parameter>
|
40196
|
+
<parameter name="host" transfer-ownership="none">
|
40197
|
+
<doc xml:space="preserve">The new host string to set or %NULL to unset.</doc>
|
40198
|
+
<type name="utf8" c:type="const gchar*"/>
|
40199
|
+
</parameter>
|
40200
|
+
</parameters>
|
40201
|
+
</method>
|
40202
|
+
<method name="set_path" c:identifier="gst_uri_set_path" version="1.6">
|
40203
|
+
<doc xml:space="preserve">Sets or unsets the path in the URI.</doc>
|
40204
|
+
<return-value transfer-ownership="none">
|
40205
|
+
<doc xml:space="preserve">%TRUE if the path was set successfully.</doc>
|
40206
|
+
<type name="gboolean" c:type="gboolean"/>
|
40207
|
+
</return-value>
|
40208
|
+
<parameters>
|
40209
|
+
<instance-parameter name="uri"
|
40210
|
+
transfer-ownership="none"
|
40211
|
+
nullable="1"
|
40212
|
+
allow-none="1">
|
40213
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40214
|
+
<type name="Uri" c:type="GstUri*"/>
|
40215
|
+
</instance-parameter>
|
40216
|
+
<parameter name="path" transfer-ownership="none">
|
40217
|
+
<doc xml:space="preserve">The new path to set with path segments separated by '/', or use %NULL
|
40218
|
+
to unset the path.</doc>
|
40219
|
+
<type name="utf8" c:type="const gchar*"/>
|
40220
|
+
</parameter>
|
40221
|
+
</parameters>
|
40222
|
+
</method>
|
40223
|
+
<method name="set_path_segments"
|
40224
|
+
c:identifier="gst_uri_set_path_segments"
|
40225
|
+
version="1.6">
|
40226
|
+
<doc xml:space="preserve">Replace the path segments list in the URI.</doc>
|
40227
|
+
<return-value transfer-ownership="none">
|
40228
|
+
<doc xml:space="preserve">%TRUE if the path segments were set successfully.</doc>
|
40229
|
+
<type name="gboolean" c:type="gboolean"/>
|
40230
|
+
</return-value>
|
40231
|
+
<parameters>
|
40232
|
+
<instance-parameter name="uri"
|
40233
|
+
transfer-ownership="none"
|
40234
|
+
nullable="1"
|
40235
|
+
allow-none="1">
|
40236
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40237
|
+
<type name="Uri" c:type="GstUri*"/>
|
40238
|
+
</instance-parameter>
|
40239
|
+
<parameter name="path_segments"
|
40240
|
+
transfer-ownership="full"
|
40241
|
+
nullable="1"
|
40242
|
+
allow-none="1">
|
40243
|
+
<doc xml:space="preserve">The new
|
40244
|
+
path list to set.</doc>
|
40245
|
+
<type name="GLib.List" c:type="GList*">
|
40246
|
+
<type name="utf8"/>
|
40247
|
+
</type>
|
40248
|
+
</parameter>
|
40249
|
+
</parameters>
|
40250
|
+
</method>
|
40251
|
+
<method name="set_path_string"
|
40252
|
+
c:identifier="gst_uri_set_path_string"
|
40253
|
+
version="1.6">
|
40254
|
+
<doc xml:space="preserve">Sets or unsets the path in the URI.</doc>
|
40255
|
+
<return-value transfer-ownership="none">
|
40256
|
+
<doc xml:space="preserve">%TRUE if the path was set successfully.</doc>
|
40257
|
+
<type name="gboolean" c:type="gboolean"/>
|
40258
|
+
</return-value>
|
40259
|
+
<parameters>
|
40260
|
+
<instance-parameter name="uri"
|
40261
|
+
transfer-ownership="none"
|
40262
|
+
nullable="1"
|
40263
|
+
allow-none="1">
|
40264
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40265
|
+
<type name="Uri" c:type="GstUri*"/>
|
40266
|
+
</instance-parameter>
|
40267
|
+
<parameter name="path" transfer-ownership="none">
|
40268
|
+
<doc xml:space="preserve">The new percent encoded path to set with path segments separated by
|
40269
|
+
'/', or use %NULL to unset the path.</doc>
|
40270
|
+
<type name="utf8" c:type="const gchar*"/>
|
40271
|
+
</parameter>
|
40272
|
+
</parameters>
|
40273
|
+
</method>
|
40274
|
+
<method name="set_port" c:identifier="gst_uri_set_port" version="1.6">
|
40275
|
+
<doc xml:space="preserve">Set or unset the port number for the URI.</doc>
|
40276
|
+
<return-value transfer-ownership="none">
|
40277
|
+
<doc xml:space="preserve">%TRUE if the port number was set/unset successfully.</doc>
|
40278
|
+
<type name="gboolean" c:type="gboolean"/>
|
40279
|
+
</return-value>
|
40280
|
+
<parameters>
|
40281
|
+
<instance-parameter name="uri"
|
40282
|
+
transfer-ownership="none"
|
40283
|
+
nullable="1"
|
40284
|
+
allow-none="1">
|
40285
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40286
|
+
<type name="Uri" c:type="GstUri*"/>
|
40287
|
+
</instance-parameter>
|
40288
|
+
<parameter name="port" transfer-ownership="none">
|
40289
|
+
<doc xml:space="preserve">The new port number to set or %GST_URI_NO_PORT to unset.</doc>
|
40290
|
+
<type name="guint" c:type="guint"/>
|
40291
|
+
</parameter>
|
40292
|
+
</parameters>
|
40293
|
+
</method>
|
40294
|
+
<method name="set_query_string"
|
40295
|
+
c:identifier="gst_uri_set_query_string"
|
40296
|
+
version="1.6">
|
40297
|
+
<doc xml:space="preserve">Sets or unsets the query table in the URI.</doc>
|
40298
|
+
<return-value transfer-ownership="none">
|
40299
|
+
<doc xml:space="preserve">%TRUE if the query table was set successfully.</doc>
|
40300
|
+
<type name="gboolean" c:type="gboolean"/>
|
40301
|
+
</return-value>
|
40302
|
+
<parameters>
|
40303
|
+
<instance-parameter name="uri"
|
40304
|
+
transfer-ownership="none"
|
40305
|
+
nullable="1"
|
40306
|
+
allow-none="1">
|
40307
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40308
|
+
<type name="Uri" c:type="GstUri*"/>
|
40309
|
+
</instance-parameter>
|
40310
|
+
<parameter name="query" transfer-ownership="none">
|
40311
|
+
<doc xml:space="preserve">The new percent encoded query string to use to populate the query
|
40312
|
+
table, or use %NULL to unset the query table.</doc>
|
40313
|
+
<type name="utf8" c:type="const gchar*"/>
|
40314
|
+
</parameter>
|
40315
|
+
</parameters>
|
40316
|
+
</method>
|
40317
|
+
<method name="set_query_table"
|
40318
|
+
c:identifier="gst_uri_set_query_table"
|
40319
|
+
version="1.6">
|
40320
|
+
<doc xml:space="preserve">Set the query table to use in the URI. The old table is unreferenced and a
|
40321
|
+
reference to the new one is used instead. A value if %NULL for @query_table
|
40322
|
+
will remove the query string from the URI.</doc>
|
40323
|
+
<return-value transfer-ownership="none">
|
40324
|
+
<doc xml:space="preserve">%TRUE if the new table was sucessfully used for the query table.</doc>
|
40325
|
+
<type name="gboolean" c:type="gboolean"/>
|
40326
|
+
</return-value>
|
40327
|
+
<parameters>
|
40328
|
+
<instance-parameter name="uri"
|
40329
|
+
transfer-ownership="none"
|
40330
|
+
nullable="1"
|
40331
|
+
allow-none="1">
|
40332
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40333
|
+
<type name="Uri" c:type="GstUri*"/>
|
40334
|
+
</instance-parameter>
|
40335
|
+
<parameter name="query_table"
|
40336
|
+
transfer-ownership="none"
|
40337
|
+
nullable="1"
|
40338
|
+
allow-none="1">
|
40339
|
+
<doc xml:space="preserve">The new
|
40340
|
+
query table to use.</doc>
|
40341
|
+
<type name="GLib.HashTable" c:type="GHashTable*">
|
40342
|
+
<type name="utf8"/>
|
40343
|
+
<type name="utf8"/>
|
40344
|
+
</type>
|
40345
|
+
</parameter>
|
40346
|
+
</parameters>
|
40347
|
+
</method>
|
40348
|
+
<method name="set_query_value"
|
40349
|
+
c:identifier="gst_uri_set_query_value"
|
40350
|
+
version="1.6">
|
40351
|
+
<doc xml:space="preserve">This inserts or replaces a key in the query table. A @query_value of %NULL
|
40352
|
+
indicates that the key has no associated value, but will still be present in
|
40353
|
+
the query string.</doc>
|
40354
|
+
<return-value transfer-ownership="none">
|
40355
|
+
<doc xml:space="preserve">%TRUE if the query table was sucessfully updated.</doc>
|
40356
|
+
<type name="gboolean" c:type="gboolean"/>
|
40357
|
+
</return-value>
|
40358
|
+
<parameters>
|
40359
|
+
<instance-parameter name="uri"
|
40360
|
+
transfer-ownership="none"
|
40361
|
+
nullable="1"
|
40362
|
+
allow-none="1">
|
40363
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40364
|
+
<type name="Uri" c:type="GstUri*"/>
|
40365
|
+
</instance-parameter>
|
40366
|
+
<parameter name="query_key" transfer-ownership="none">
|
40367
|
+
<doc xml:space="preserve">The key for the query entry.</doc>
|
40368
|
+
<type name="utf8" c:type="const gchar*"/>
|
40369
|
+
</parameter>
|
40370
|
+
<parameter name="query_value"
|
40371
|
+
transfer-ownership="none"
|
40372
|
+
nullable="1"
|
40373
|
+
allow-none="1">
|
40374
|
+
<doc xml:space="preserve">The value for the key.</doc>
|
40375
|
+
<type name="utf8" c:type="const gchar*"/>
|
40376
|
+
</parameter>
|
40377
|
+
</parameters>
|
40378
|
+
</method>
|
40379
|
+
<method name="set_scheme"
|
40380
|
+
c:identifier="gst_uri_set_scheme"
|
40381
|
+
version="1.6">
|
40382
|
+
<doc xml:space="preserve">Set or unset the scheme for the URI.</doc>
|
40383
|
+
<return-value transfer-ownership="none">
|
40384
|
+
<doc xml:space="preserve">%TRUE if the scheme was set/unset successfully.</doc>
|
40385
|
+
<type name="gboolean" c:type="gboolean"/>
|
40386
|
+
</return-value>
|
40387
|
+
<parameters>
|
40388
|
+
<instance-parameter name="uri"
|
40389
|
+
transfer-ownership="none"
|
40390
|
+
nullable="1"
|
40391
|
+
allow-none="1">
|
40392
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40393
|
+
<type name="Uri" c:type="GstUri*"/>
|
40394
|
+
</instance-parameter>
|
40395
|
+
<parameter name="scheme" transfer-ownership="none">
|
40396
|
+
<doc xml:space="preserve">The new scheme to set or %NULL to unset the scheme.</doc>
|
40397
|
+
<type name="utf8" c:type="const gchar*"/>
|
40398
|
+
</parameter>
|
40399
|
+
</parameters>
|
40400
|
+
</method>
|
40401
|
+
<method name="set_userinfo"
|
40402
|
+
c:identifier="gst_uri_set_userinfo"
|
40403
|
+
version="1.6">
|
40404
|
+
<doc xml:space="preserve">Set or unset the user information for the URI.</doc>
|
40405
|
+
<return-value transfer-ownership="none">
|
40406
|
+
<doc xml:space="preserve">%TRUE if the user information was set/unset successfully.</doc>
|
40407
|
+
<type name="gboolean" c:type="gboolean"/>
|
40408
|
+
</return-value>
|
40409
|
+
<parameters>
|
40410
|
+
<instance-parameter name="uri"
|
40411
|
+
transfer-ownership="none"
|
40412
|
+
nullable="1"
|
40413
|
+
allow-none="1">
|
40414
|
+
<doc xml:space="preserve">The #GstUri to modify.</doc>
|
40415
|
+
<type name="Uri" c:type="GstUri*"/>
|
40416
|
+
</instance-parameter>
|
40417
|
+
<parameter name="userinfo" transfer-ownership="none">
|
40418
|
+
<doc xml:space="preserve">The new user-information string to set or %NULL to unset.</doc>
|
40419
|
+
<type name="utf8" c:type="const gchar*"/>
|
40420
|
+
</parameter>
|
40421
|
+
</parameters>
|
40422
|
+
</method>
|
40423
|
+
<method name="to_string" c:identifier="gst_uri_to_string" version="1.6">
|
40424
|
+
<doc xml:space="preserve">Convert the URI to a string.
|
40425
|
+
|
40426
|
+
Returns the URI as held in this object as a #gchar* nul-terminated string.
|
40427
|
+
The caller should g_free() the string once they are finished with it.
|
40428
|
+
The string is put together as described in RFC 3986.</doc>
|
40429
|
+
<return-value transfer-ownership="full">
|
40430
|
+
<doc xml:space="preserve">The string version of the URI.</doc>
|
40431
|
+
<type name="utf8" c:type="gchar*"/>
|
40432
|
+
</return-value>
|
40433
|
+
<parameters>
|
40434
|
+
<instance-parameter name="uri" transfer-ownership="none">
|
40435
|
+
<doc xml:space="preserve">This #GstUri to convert to a string.</doc>
|
40436
|
+
<type name="Uri" c:type="const GstUri*"/>
|
40437
|
+
</instance-parameter>
|
40438
|
+
</parameters>
|
40439
|
+
</method>
|
40440
|
+
<function name="construct" c:identifier="gst_uri_construct">
|
40441
|
+
<doc xml:space="preserve">Constructs a URI for a given valid protocol and location.
|
40442
|
+
|
40443
|
+
Free-function: g_free</doc>
|
40444
|
+
<return-value transfer-ownership="full">
|
40445
|
+
<doc xml:space="preserve">a new string for this URI. Returns %NULL if the
|
40446
|
+
given URI protocol is not valid, or the given location is %NULL.</doc>
|
40447
|
+
<type name="utf8" c:type="gchar*"/>
|
40448
|
+
</return-value>
|
40449
|
+
<parameters>
|
40450
|
+
<parameter name="protocol" transfer-ownership="none">
|
40451
|
+
<doc xml:space="preserve">Protocol for URI</doc>
|
40452
|
+
<type name="utf8" c:type="const gchar*"/>
|
40453
|
+
</parameter>
|
40454
|
+
<parameter name="location" transfer-ownership="none">
|
40455
|
+
<doc xml:space="preserve">Location for URI</doc>
|
40456
|
+
<type name="utf8" c:type="const gchar*"/>
|
40457
|
+
</parameter>
|
40458
|
+
</parameters>
|
40459
|
+
</function>
|
40460
|
+
<function name="from_string"
|
40461
|
+
c:identifier="gst_uri_from_string"
|
40462
|
+
version="1.6">
|
40463
|
+
<doc xml:space="preserve">Parses a URI string into a new #GstUri object. Will return NULL if the URI
|
40464
|
+
cannot be parsed.</doc>
|
40465
|
+
<return-value transfer-ownership="full" nullable="1">
|
40466
|
+
<doc xml:space="preserve">A new #GstUri object, or NULL.</doc>
|
40467
|
+
<type name="Uri" c:type="GstUri*"/>
|
40468
|
+
</return-value>
|
40469
|
+
<parameters>
|
40470
|
+
<parameter name="uri" transfer-ownership="none">
|
40471
|
+
<doc xml:space="preserve">The URI string to parse.</doc>
|
40472
|
+
<type name="utf8" c:type="const gchar*"/>
|
40473
|
+
</parameter>
|
40474
|
+
</parameters>
|
40475
|
+
</function>
|
40476
|
+
<function name="get_location" c:identifier="gst_uri_get_location">
|
40477
|
+
<doc xml:space="preserve">Extracts the location out of a given valid URI, ie. the protocol and "://"
|
40478
|
+
are stripped from the URI, which means that the location returned includes
|
40479
|
+
the hostname if one is specified. The returned string must be freed using
|
40480
|
+
g_free().
|
40481
|
+
|
40482
|
+
Free-function: g_free</doc>
|
40483
|
+
<return-value transfer-ownership="full">
|
40484
|
+
<doc xml:space="preserve">the location for this URI. Returns %NULL if the
|
40485
|
+
URI isn't valid. If the URI does not contain a location, an empty
|
40486
|
+
string is returned.</doc>
|
40487
|
+
<type name="utf8" c:type="gchar*"/>
|
40488
|
+
</return-value>
|
40489
|
+
<parameters>
|
40490
|
+
<parameter name="uri" transfer-ownership="none">
|
40491
|
+
<doc xml:space="preserve">A URI string</doc>
|
40492
|
+
<type name="utf8" c:type="const gchar*"/>
|
40493
|
+
</parameter>
|
40494
|
+
</parameters>
|
40495
|
+
</function>
|
40496
|
+
<function name="get_protocol" c:identifier="gst_uri_get_protocol">
|
40497
|
+
<doc xml:space="preserve">Extracts the protocol out of a given valid URI. The returned string must be
|
40498
|
+
freed using g_free().</doc>
|
40499
|
+
<return-value transfer-ownership="full">
|
40500
|
+
<doc xml:space="preserve">The protocol for this URI.</doc>
|
40501
|
+
<type name="utf8" c:type="gchar*"/>
|
40502
|
+
</return-value>
|
40503
|
+
<parameters>
|
40504
|
+
<parameter name="uri" transfer-ownership="none">
|
40505
|
+
<doc xml:space="preserve">A URI string</doc>
|
40506
|
+
<type name="utf8" c:type="const gchar*"/>
|
40507
|
+
</parameter>
|
40508
|
+
</parameters>
|
40509
|
+
</function>
|
40510
|
+
<function name="has_protocol" c:identifier="gst_uri_has_protocol">
|
40511
|
+
<doc xml:space="preserve">Checks if the protocol of a given valid URI matches @protocol.</doc>
|
40512
|
+
<return-value transfer-ownership="none">
|
40513
|
+
<doc xml:space="preserve">%TRUE if the protocol matches.</doc>
|
40514
|
+
<type name="gboolean" c:type="gboolean"/>
|
40515
|
+
</return-value>
|
40516
|
+
<parameters>
|
40517
|
+
<parameter name="uri" transfer-ownership="none">
|
40518
|
+
<doc xml:space="preserve">a URI string</doc>
|
40519
|
+
<type name="utf8" c:type="const gchar*"/>
|
40520
|
+
</parameter>
|
40521
|
+
<parameter name="protocol" transfer-ownership="none">
|
40522
|
+
<doc xml:space="preserve">a protocol string (e.g. "http")</doc>
|
40523
|
+
<type name="utf8" c:type="const gchar*"/>
|
40524
|
+
</parameter>
|
40525
|
+
</parameters>
|
40526
|
+
</function>
|
40527
|
+
<function name="is_valid" c:identifier="gst_uri_is_valid">
|
40528
|
+
<doc xml:space="preserve">Tests if the given string is a valid URI identifier. URIs start with a valid
|
40529
|
+
scheme followed by ":" and maybe a string identifying the location.</doc>
|
40530
|
+
<return-value transfer-ownership="none">
|
40531
|
+
<doc xml:space="preserve">%TRUE if the string is a valid URI</doc>
|
40532
|
+
<type name="gboolean" c:type="gboolean"/>
|
40533
|
+
</return-value>
|
40534
|
+
<parameters>
|
40535
|
+
<parameter name="uri" transfer-ownership="none">
|
40536
|
+
<doc xml:space="preserve">A URI string</doc>
|
40537
|
+
<type name="utf8" c:type="const gchar*"/>
|
40538
|
+
</parameter>
|
40539
|
+
</parameters>
|
40540
|
+
</function>
|
40541
|
+
<function name="join_strings"
|
40542
|
+
c:identifier="gst_uri_join_strings"
|
40543
|
+
version="1.6">
|
40544
|
+
<doc xml:space="preserve">This is a convenience function to join two URI strings and return the result.
|
40545
|
+
The returned string should be g_free()'d after use.</doc>
|
40546
|
+
<return-value transfer-ownership="full">
|
40547
|
+
<doc xml:space="preserve">A string representing the percent-encoded join of
|
40548
|
+
the two URIs.</doc>
|
40549
|
+
<type name="utf8" c:type="gchar*"/>
|
40550
|
+
</return-value>
|
40551
|
+
<parameters>
|
40552
|
+
<parameter name="base_uri" transfer-ownership="none">
|
40553
|
+
<doc xml:space="preserve">The percent-encoded base URI.</doc>
|
40554
|
+
<type name="utf8" c:type="const gchar*"/>
|
40555
|
+
</parameter>
|
40556
|
+
<parameter name="ref_uri" transfer-ownership="none">
|
40557
|
+
<doc xml:space="preserve">The percent-encoded reference URI to join to the @base_uri.</doc>
|
40558
|
+
<type name="utf8" c:type="const gchar*"/>
|
40559
|
+
</parameter>
|
40560
|
+
</parameters>
|
40561
|
+
</function>
|
40562
|
+
<function name="protocol_is_supported"
|
40563
|
+
c:identifier="gst_uri_protocol_is_supported">
|
40564
|
+
<doc xml:space="preserve">Checks if an element exists that supports the given URI protocol. Note
|
40565
|
+
that a positive return value does not imply that a subsequent call to
|
40566
|
+
gst_element_make_from_uri() is guaranteed to work.</doc>
|
40567
|
+
<return-value transfer-ownership="none">
|
40568
|
+
<doc xml:space="preserve">%TRUE</doc>
|
40569
|
+
<type name="gboolean" c:type="gboolean"/>
|
40570
|
+
</return-value>
|
40571
|
+
<parameters>
|
40572
|
+
<parameter name="type" transfer-ownership="none">
|
40573
|
+
<doc xml:space="preserve">Whether to check for a source or a sink</doc>
|
40574
|
+
<type name="URIType" c:type="const GstURIType"/>
|
40575
|
+
</parameter>
|
40576
|
+
<parameter name="protocol" transfer-ownership="none">
|
40577
|
+
<doc xml:space="preserve">Protocol that should be checked for (e.g. "http" or "smb")</doc>
|
40578
|
+
<type name="utf8" c:type="const gchar*"/>
|
40579
|
+
</parameter>
|
40580
|
+
</parameters>
|
40581
|
+
</function>
|
40582
|
+
<function name="protocol_is_valid"
|
40583
|
+
c:identifier="gst_uri_protocol_is_valid">
|
40584
|
+
<doc xml:space="preserve">Tests if the given string is a valid protocol identifier. Protocols
|
40585
|
+
must consist of alphanumeric characters, '+', '-' and '.' and must
|
40586
|
+
start with a alphabetic character. See RFC 3986 Section 3.1.</doc>
|
40587
|
+
<return-value transfer-ownership="none">
|
40588
|
+
<doc xml:space="preserve">%TRUE if the string is a valid protocol identifier, %FALSE otherwise.</doc>
|
40589
|
+
<type name="gboolean" c:type="gboolean"/>
|
40590
|
+
</return-value>
|
40591
|
+
<parameters>
|
40592
|
+
<parameter name="protocol" transfer-ownership="none">
|
40593
|
+
<doc xml:space="preserve">A string</doc>
|
40594
|
+
<type name="utf8" c:type="const gchar*"/>
|
40595
|
+
</parameter>
|
40596
|
+
</parameters>
|
40597
|
+
</function>
|
40598
|
+
</record>
|
38268
40599
|
<constant name="VALUE_EQUAL" value="0" c:type="GST_VALUE_EQUAL">
|
38269
40600
|
<doc xml:space="preserve">Indicates that the first value provided to a comparison function
|
38270
40601
|
(gst_value_compare()) is equal to the second one.</doc>
|
@@ -38291,11 +40622,11 @@ determine a order for the two provided values.</doc>
|
|
38291
40622
|
<doc xml:space="preserve">The major version of GStreamer at compile time:</doc>
|
38292
40623
|
<type name="gint" c:type="gint"/>
|
38293
40624
|
</constant>
|
38294
|
-
<constant name="VERSION_MICRO" value="
|
40625
|
+
<constant name="VERSION_MICRO" value="2" c:type="GST_VERSION_MICRO">
|
38295
40626
|
<doc xml:space="preserve">The micro version of GStreamer at compile time:</doc>
|
38296
40627
|
<type name="gint" c:type="gint"/>
|
38297
40628
|
</constant>
|
38298
|
-
<constant name="VERSION_MINOR" value="
|
40629
|
+
<constant name="VERSION_MINOR" value="5" c:type="GST_VERSION_MINOR">
|
38299
40630
|
<doc xml:space="preserve">The minor version of GStreamer at compile time:</doc>
|
38300
40631
|
<type name="gint" c:type="gint"/>
|
38301
40632
|
</constant>
|
@@ -38694,6 +41025,20 @@ Be sure to use #G_GNUC_NO_INSTRUMENT on that function, it is needed.</doc>
|
|
38694
41025
|
</parameter>
|
38695
41026
|
</parameters>
|
38696
41027
|
</function>
|
41028
|
+
<function name="debug_bin_to_dot_data"
|
41029
|
+
c:identifier="gst_debug_bin_to_dot_data">
|
41030
|
+
<return-value transfer-ownership="full">
|
41031
|
+
<type name="utf8" c:type="gchar*"/>
|
41032
|
+
</return-value>
|
41033
|
+
<parameters>
|
41034
|
+
<parameter name="bin" transfer-ownership="none">
|
41035
|
+
<type name="Bin" c:type="GstBin*"/>
|
41036
|
+
</parameter>
|
41037
|
+
<parameter name="details" transfer-ownership="none">
|
41038
|
+
<type name="DebugGraphDetails" c:type="GstDebugGraphDetails"/>
|
41039
|
+
</parameter>
|
41040
|
+
</parameters>
|
41041
|
+
</function>
|
38697
41042
|
<function name="debug_bin_to_dot_file"
|
38698
41043
|
c:identifier="gst_debug_bin_to_dot_file">
|
38699
41044
|
<return-value transfer-ownership="none">
|
@@ -38868,9 +41213,10 @@ The caller has to free the list after use.</doc>
|
|
38868
41213
|
</function>
|
38869
41214
|
<function name="debug_log_default" c:identifier="gst_debug_log_default">
|
38870
41215
|
<doc xml:space="preserve">The default logging handler used by GStreamer. Logging functions get called
|
38871
|
-
whenever a macro like GST_DEBUG or similar is used.
|
38872
|
-
message and additional info to stderr (or the log file
|
38873
|
-
GST_DEBUG_FILE environment variable)
|
41216
|
+
whenever a macro like GST_DEBUG or similar is used. By default this function
|
41217
|
+
is setup to output the message and additional info to stderr (or the log file
|
41218
|
+
specified via the GST_DEBUG_FILE environment variable) as received via
|
41219
|
+
@user_data.
|
38874
41220
|
|
38875
41221
|
You can add other handlers by using gst_debug_add_log_function().
|
38876
41222
|
And you can remove this handler by calling
|
@@ -38911,8 +41257,8 @@ gst_debug_remove_log_function(gst_debug_log_default);</doc>
|
|
38911
41257
|
<doc xml:space="preserve">the actual message</doc>
|
38912
41258
|
<type name="DebugMessage" c:type="GstDebugMessage*"/>
|
38913
41259
|
</parameter>
|
38914
|
-
<parameter name="
|
38915
|
-
<doc xml:space="preserve">
|
41260
|
+
<parameter name="user_data" transfer-ownership="none">
|
41261
|
+
<doc xml:space="preserve">the FILE* to log to</doc>
|
38916
41262
|
<type name="gpointer" c:type="gpointer"/>
|
38917
41263
|
</parameter>
|
38918
41264
|
</parameters>
|
@@ -39221,6 +41567,8 @@ will be canonicalised so that it doesn't contain any './' or '../' segments.
|
|
39221
41567
|
|
39222
41568
|
On Windows #filename should be in UTF-8 encoding.</doc>
|
39223
41569
|
<return-value transfer-ownership="full">
|
41570
|
+
<doc xml:space="preserve">newly-allocated URI string, or NULL on error. The caller must
|
41571
|
+
free the URI string with g_free() when no longer needed.</doc>
|
39224
41572
|
<type name="utf8" c:type="gchar*"/>
|
39225
41573
|
</return-value>
|
39226
41574
|
<parameters>
|
@@ -39676,6 +42024,27 @@ Either @newdata and the value pointed to by @olddata may be %NULL.</doc>
|
|
39676
42024
|
</parameter>
|
39677
42025
|
</parameters>
|
39678
42026
|
</function>
|
42027
|
+
<function name="mini_object_steal"
|
42028
|
+
c:identifier="gst_mini_object_steal"
|
42029
|
+
moved-to="MiniObject.steal"
|
42030
|
+
introspectable="0">
|
42031
|
+
<doc xml:space="preserve">Replace the current #GstMiniObject pointer to by @olddata with %NULL and
|
42032
|
+
return the old value.</doc>
|
42033
|
+
<return-value>
|
42034
|
+
<doc xml:space="preserve">the #GstMiniObject at @oldata</doc>
|
42035
|
+
<type name="MiniObject" c:type="GstMiniObject*"/>
|
42036
|
+
</return-value>
|
42037
|
+
<parameters>
|
42038
|
+
<parameter name="olddata"
|
42039
|
+
direction="inout"
|
42040
|
+
caller-allocates="0"
|
42041
|
+
transfer-ownership="full">
|
42042
|
+
<doc xml:space="preserve">pointer to a pointer to a mini-object to
|
42043
|
+
be stolen</doc>
|
42044
|
+
<type name="MiniObject" c:type="GstMiniObject**"/>
|
42045
|
+
</parameter>
|
42046
|
+
</parameters>
|
42047
|
+
</function>
|
39679
42048
|
<function name="mini_object_take"
|
39680
42049
|
c:identifier="gst_mini_object_take"
|
39681
42050
|
moved-to="MiniObject.take">
|
@@ -39772,6 +42141,22 @@ instance_init function.</doc>
|
|
39772
42141
|
</parameter>
|
39773
42142
|
</parameters>
|
39774
42143
|
</function>
|
42144
|
+
<function name="parent_buffer_meta_api_get_type"
|
42145
|
+
c:identifier="gst_parent_buffer_meta_api_get_type">
|
42146
|
+
<return-value transfer-ownership="none">
|
42147
|
+
<type name="GType" c:type="GType"/>
|
42148
|
+
</return-value>
|
42149
|
+
</function>
|
42150
|
+
<function name="parent_buffer_meta_get_info"
|
42151
|
+
c:identifier="gst_parent_buffer_meta_get_info"
|
42152
|
+
moved-to="ParentBufferMeta.get_info"
|
42153
|
+
version="1.6">
|
42154
|
+
<doc xml:space="preserve">Get the global #GstMetaInfo describing the #GstParentBufferMeta meta.</doc>
|
42155
|
+
<return-value transfer-ownership="none">
|
42156
|
+
<doc xml:space="preserve">The #GstMetaInfo</doc>
|
42157
|
+
<type name="MetaInfo" c:type="const GstMetaInfo*"/>
|
42158
|
+
</return-value>
|
42159
|
+
</function>
|
39775
42160
|
<function name="parse_bin_from_description"
|
39776
42161
|
c:identifier="gst_parse_bin_from_description"
|
39777
42162
|
throws="1">
|
@@ -40029,6 +42414,40 @@ system presets.</doc>
|
|
40029
42414
|
</parameter>
|
40030
42415
|
</parameters>
|
40031
42416
|
</function>
|
42417
|
+
<function name="protection_meta_api_get_type"
|
42418
|
+
c:identifier="gst_protection_meta_api_get_type">
|
42419
|
+
<return-value transfer-ownership="none">
|
42420
|
+
<type name="GType" c:type="GType"/>
|
42421
|
+
</return-value>
|
42422
|
+
</function>
|
42423
|
+
<function name="protection_meta_get_info"
|
42424
|
+
c:identifier="gst_protection_meta_get_info"
|
42425
|
+
moved-to="ProtectionMeta.get_info">
|
42426
|
+
<return-value transfer-ownership="none">
|
42427
|
+
<type name="MetaInfo" c:type="const GstMetaInfo*"/>
|
42428
|
+
</return-value>
|
42429
|
+
</function>
|
42430
|
+
<function name="protection_select_system"
|
42431
|
+
c:identifier="gst_protection_select_system"
|
42432
|
+
version="1.6">
|
42433
|
+
<doc xml:space="preserve">Iterates the supplied list of UUIDs and checks the GstRegistry for
|
42434
|
+
an element that supports one of the supplied UUIDs. If more than one
|
42435
|
+
element matches, the system ID of the highest ranked element is selected.</doc>
|
42436
|
+
<return-value transfer-ownership="none">
|
42437
|
+
<doc xml:space="preserve">One of the strings from @system_identifiers that
|
42438
|
+
indicates the highest ranked element that implements the protection system
|
42439
|
+
indicated by that system ID, or %NULL if no element has been found.</doc>
|
42440
|
+
<type name="utf8" c:type="const gchar*"/>
|
42441
|
+
</return-value>
|
42442
|
+
<parameters>
|
42443
|
+
<parameter name="system_identifiers" transfer-ownership="none">
|
42444
|
+
<doc xml:space="preserve">A null terminated array of strings
|
42445
|
+
that contains the UUID values of each protection system that is to be
|
42446
|
+
checked.</doc>
|
42447
|
+
<type name="utf8" c:type="const gchar**"/>
|
42448
|
+
</parameter>
|
42449
|
+
</parameters>
|
42450
|
+
</function>
|
40032
42451
|
<function name="query_type_get_flags"
|
40033
42452
|
c:identifier="gst_query_type_get_flags"
|
40034
42453
|
moved-to="QueryType.get_flags">
|
@@ -40313,9 +42732,7 @@ It creates a copy of the first value from the list.</doc>
|
|
40313
42732
|
</parameter>
|
40314
42733
|
</parameters>
|
40315
42734
|
</function>
|
40316
|
-
<function name="tag_register"
|
40317
|
-
c:identifier="gst_tag_register"
|
40318
|
-
introspectable="0">
|
42735
|
+
<function name="tag_register" c:identifier="gst_tag_register">
|
40319
42736
|
<doc xml:space="preserve">Registers a new tag type for the use with GStreamer's type system. If a type
|
40320
42737
|
with that name is already registered, that one is used.
|
40321
42738
|
The old registration may have used a different type however. So don't rely
|
@@ -40364,15 +42781,15 @@ gst_tag_merge_strings_with_comma().</doc>
|
|
40364
42781
|
<parameter name="func"
|
40365
42782
|
transfer-ownership="none"
|
40366
42783
|
nullable="1"
|
40367
|
-
allow-none="1"
|
42784
|
+
allow-none="1"
|
42785
|
+
scope="call">
|
40368
42786
|
<doc xml:space="preserve">function for merging multiple values of this tag, or %NULL</doc>
|
40369
42787
|
<type name="TagMergeFunc" c:type="GstTagMergeFunc"/>
|
40370
42788
|
</parameter>
|
40371
42789
|
</parameters>
|
40372
42790
|
</function>
|
40373
42791
|
<function name="tag_register_static"
|
40374
|
-
c:identifier="gst_tag_register_static"
|
40375
|
-
introspectable="0">
|
42792
|
+
c:identifier="gst_tag_register_static">
|
40376
42793
|
<doc xml:space="preserve">Registers a new tag type for the use with GStreamer's type system.
|
40377
42794
|
|
40378
42795
|
Same as gst_tag_register(), but @name, @nick, and @blurb must be
|
@@ -40406,7 +42823,8 @@ even from dynamically loaded plugins.)</doc>
|
|
40406
42823
|
<parameter name="func"
|
40407
42824
|
transfer-ownership="none"
|
40408
42825
|
nullable="1"
|
40409
|
-
allow-none="1"
|
42826
|
+
allow-none="1"
|
42827
|
+
scope="call">
|
40410
42828
|
<doc xml:space="preserve">function for merging multiple values of this tag, or %NULL</doc>
|
40411
42829
|
<type name="TagMergeFunc" c:type="GstTagMergeFunc"/>
|
40412
42830
|
</parameter>
|
@@ -40516,7 +42934,9 @@ Note that this function may block for a significant amount of time.</doc>
|
|
40516
42934
|
<type name="gboolean" c:type="gboolean"/>
|
40517
42935
|
</return-value>
|
40518
42936
|
</function>
|
40519
|
-
<function name="uri_construct"
|
42937
|
+
<function name="uri_construct"
|
42938
|
+
c:identifier="gst_uri_construct"
|
42939
|
+
moved-to="Uri.construct">
|
40520
42940
|
<doc xml:space="preserve">Constructs a URI for a given valid protocol and location.
|
40521
42941
|
|
40522
42942
|
Free-function: g_free</doc>
|
@@ -40543,7 +42963,26 @@ Free-function: g_free</doc>
|
|
40543
42963
|
<type name="GLib.Quark" c:type="GQuark"/>
|
40544
42964
|
</return-value>
|
40545
42965
|
</function>
|
40546
|
-
<function name="
|
42966
|
+
<function name="uri_from_string"
|
42967
|
+
c:identifier="gst_uri_from_string"
|
42968
|
+
moved-to="Uri.from_string"
|
42969
|
+
version="1.6">
|
42970
|
+
<doc xml:space="preserve">Parses a URI string into a new #GstUri object. Will return NULL if the URI
|
42971
|
+
cannot be parsed.</doc>
|
42972
|
+
<return-value transfer-ownership="full" nullable="1">
|
42973
|
+
<doc xml:space="preserve">A new #GstUri object, or NULL.</doc>
|
42974
|
+
<type name="Uri" c:type="GstUri*"/>
|
42975
|
+
</return-value>
|
42976
|
+
<parameters>
|
42977
|
+
<parameter name="uri" transfer-ownership="none">
|
42978
|
+
<doc xml:space="preserve">The URI string to parse.</doc>
|
42979
|
+
<type name="utf8" c:type="const gchar*"/>
|
42980
|
+
</parameter>
|
42981
|
+
</parameters>
|
42982
|
+
</function>
|
42983
|
+
<function name="uri_get_location"
|
42984
|
+
c:identifier="gst_uri_get_location"
|
42985
|
+
moved-to="Uri.get_location">
|
40547
42986
|
<doc xml:space="preserve">Extracts the location out of a given valid URI, ie. the protocol and "://"
|
40548
42987
|
are stripped from the URI, which means that the location returned includes
|
40549
42988
|
the hostname if one is specified. The returned string must be freed using
|
@@ -40563,7 +43002,9 @@ Free-function: g_free</doc>
|
|
40563
43002
|
</parameter>
|
40564
43003
|
</parameters>
|
40565
43004
|
</function>
|
40566
|
-
<function name="uri_get_protocol"
|
43005
|
+
<function name="uri_get_protocol"
|
43006
|
+
c:identifier="gst_uri_get_protocol"
|
43007
|
+
moved-to="Uri.get_protocol">
|
40567
43008
|
<doc xml:space="preserve">Extracts the protocol out of a given valid URI. The returned string must be
|
40568
43009
|
freed using g_free().</doc>
|
40569
43010
|
<return-value transfer-ownership="full">
|
@@ -40577,7 +43018,9 @@ freed using g_free().</doc>
|
|
40577
43018
|
</parameter>
|
40578
43019
|
</parameters>
|
40579
43020
|
</function>
|
40580
|
-
<function name="uri_has_protocol"
|
43021
|
+
<function name="uri_has_protocol"
|
43022
|
+
c:identifier="gst_uri_has_protocol"
|
43023
|
+
moved-to="Uri.has_protocol">
|
40581
43024
|
<doc xml:space="preserve">Checks if the protocol of a given valid URI matches @protocol.</doc>
|
40582
43025
|
<return-value transfer-ownership="none">
|
40583
43026
|
<doc xml:space="preserve">%TRUE if the protocol matches.</doc>
|
@@ -40594,7 +43037,9 @@ freed using g_free().</doc>
|
|
40594
43037
|
</parameter>
|
40595
43038
|
</parameters>
|
40596
43039
|
</function>
|
40597
|
-
<function name="uri_is_valid"
|
43040
|
+
<function name="uri_is_valid"
|
43041
|
+
c:identifier="gst_uri_is_valid"
|
43042
|
+
moved-to="Uri.is_valid">
|
40598
43043
|
<doc xml:space="preserve">Tests if the given string is a valid URI identifier. URIs start with a valid
|
40599
43044
|
scheme followed by ":" and maybe a string identifying the location.</doc>
|
40600
43045
|
<return-value transfer-ownership="none">
|
@@ -40608,8 +43053,31 @@ scheme followed by ":" and maybe a string identifying the location.</doc>
|
|
40608
43053
|
</parameter>
|
40609
43054
|
</parameters>
|
40610
43055
|
</function>
|
43056
|
+
<function name="uri_join_strings"
|
43057
|
+
c:identifier="gst_uri_join_strings"
|
43058
|
+
moved-to="Uri.join_strings"
|
43059
|
+
version="1.6">
|
43060
|
+
<doc xml:space="preserve">This is a convenience function to join two URI strings and return the result.
|
43061
|
+
The returned string should be g_free()'d after use.</doc>
|
43062
|
+
<return-value transfer-ownership="full">
|
43063
|
+
<doc xml:space="preserve">A string representing the percent-encoded join of
|
43064
|
+
the two URIs.</doc>
|
43065
|
+
<type name="utf8" c:type="gchar*"/>
|
43066
|
+
</return-value>
|
43067
|
+
<parameters>
|
43068
|
+
<parameter name="base_uri" transfer-ownership="none">
|
43069
|
+
<doc xml:space="preserve">The percent-encoded base URI.</doc>
|
43070
|
+
<type name="utf8" c:type="const gchar*"/>
|
43071
|
+
</parameter>
|
43072
|
+
<parameter name="ref_uri" transfer-ownership="none">
|
43073
|
+
<doc xml:space="preserve">The percent-encoded reference URI to join to the @base_uri.</doc>
|
43074
|
+
<type name="utf8" c:type="const gchar*"/>
|
43075
|
+
</parameter>
|
43076
|
+
</parameters>
|
43077
|
+
</function>
|
40611
43078
|
<function name="uri_protocol_is_supported"
|
40612
|
-
c:identifier="gst_uri_protocol_is_supported"
|
43079
|
+
c:identifier="gst_uri_protocol_is_supported"
|
43080
|
+
moved-to="Uri.protocol_is_supported">
|
40613
43081
|
<doc xml:space="preserve">Checks if an element exists that supports the given URI protocol. Note
|
40614
43082
|
that a positive return value does not imply that a subsequent call to
|
40615
43083
|
gst_element_make_from_uri() is guaranteed to work.</doc>
|
@@ -40629,7 +43097,8 @@ gst_element_make_from_uri() is guaranteed to work.</doc>
|
|
40629
43097
|
</parameters>
|
40630
43098
|
</function>
|
40631
43099
|
<function name="uri_protocol_is_valid"
|
40632
|
-
c:identifier="gst_uri_protocol_is_valid"
|
43100
|
+
c:identifier="gst_uri_protocol_is_valid"
|
43101
|
+
moved-to="Uri.protocol_is_valid">
|
40633
43102
|
<doc xml:space="preserve">Tests if the given string is a valid protocol identifier. Protocols
|
40634
43103
|
must consist of alphanumeric characters, '+', '-' and '.' and must
|
40635
43104
|
start with a alphabetic character. See RFC 3986 Section 3.1.</doc>
|
@@ -41466,6 +43935,36 @@ before getting rid of the @value.</doc>
|
|
41466
43935
|
</parameter>
|
41467
43936
|
</parameters>
|
41468
43937
|
</function>
|
43938
|
+
<function name="value_get_flagset_flags"
|
43939
|
+
c:identifier="gst_value_get_flagset_flags"
|
43940
|
+
version="1.6">
|
43941
|
+
<doc xml:space="preserve">Retrieve the flags field of a GstFlagSet @value.</doc>
|
43942
|
+
<return-value transfer-ownership="none">
|
43943
|
+
<doc xml:space="preserve">the flags field of the flagset instance.</doc>
|
43944
|
+
<type name="guint" c:type="guint"/>
|
43945
|
+
</return-value>
|
43946
|
+
<parameters>
|
43947
|
+
<parameter name="value" transfer-ownership="none">
|
43948
|
+
<doc xml:space="preserve">a GValue initialized to #GST_TYPE_FLAG_SET</doc>
|
43949
|
+
<type name="GObject.Value" c:type="const GValue*"/>
|
43950
|
+
</parameter>
|
43951
|
+
</parameters>
|
43952
|
+
</function>
|
43953
|
+
<function name="value_get_flagset_mask"
|
43954
|
+
c:identifier="gst_value_get_flagset_mask"
|
43955
|
+
version="1.6">
|
43956
|
+
<doc xml:space="preserve">Retrieve the mask field of a GstFlagSet @value.</doc>
|
43957
|
+
<return-value transfer-ownership="none">
|
43958
|
+
<doc xml:space="preserve">the mask field of the flagset instance.</doc>
|
43959
|
+
<type name="guint" c:type="guint"/>
|
43960
|
+
</return-value>
|
43961
|
+
<parameters>
|
43962
|
+
<parameter name="value" transfer-ownership="none">
|
43963
|
+
<doc xml:space="preserve">a GValue initialized to #GST_TYPE_FLAG_SET</doc>
|
43964
|
+
<type name="GObject.Value" c:type="const GValue*"/>
|
43965
|
+
</parameter>
|
43966
|
+
</parameters>
|
43967
|
+
</function>
|
41469
43968
|
<function name="value_get_fraction_denominator"
|
41470
43969
|
c:identifier="gst_value_get_fraction_denominator">
|
41471
43970
|
<doc xml:space="preserve">Gets the denominator of the fraction specified by @value.</doc>
|
@@ -41807,6 +44306,30 @@ provided @caps will be taken by the @value.</doc>
|
|
41807
44306
|
</parameter>
|
41808
44307
|
</parameters>
|
41809
44308
|
</function>
|
44309
|
+
<function name="value_set_flagset"
|
44310
|
+
c:identifier="gst_value_set_flagset"
|
44311
|
+
version="1.6">
|
44312
|
+
<doc xml:space="preserve">Sets @value to the flags and mask values provided in @flags and @mask.
|
44313
|
+
The @flags value indicates the values of flags, the @mask represents
|
44314
|
+
which bits in the flag value have been set, and which are "don't care"</doc>
|
44315
|
+
<return-value transfer-ownership="none">
|
44316
|
+
<type name="none" c:type="void"/>
|
44317
|
+
</return-value>
|
44318
|
+
<parameters>
|
44319
|
+
<parameter name="value" transfer-ownership="none">
|
44320
|
+
<doc xml:space="preserve">a GValue initialized to %GST_TYPE_FLAG_SET</doc>
|
44321
|
+
<type name="GObject.Value" c:type="GValue*"/>
|
44322
|
+
</parameter>
|
44323
|
+
<parameter name="flags" transfer-ownership="none">
|
44324
|
+
<doc xml:space="preserve">The value of the flags set or unset</doc>
|
44325
|
+
<type name="guint" c:type="guint"/>
|
44326
|
+
</parameter>
|
44327
|
+
<parameter name="mask" transfer-ownership="none">
|
44328
|
+
<doc xml:space="preserve">The mask indicate which flags bits must match for comparisons</doc>
|
44329
|
+
<type name="guint" c:type="guint"/>
|
44330
|
+
</parameter>
|
44331
|
+
</parameters>
|
44332
|
+
</function>
|
41810
44333
|
<function name="value_set_fraction" c:identifier="gst_value_set_fraction">
|
41811
44334
|
<doc xml:space="preserve">Sets @value to the fraction specified by @numerator over @denominator.
|
41812
44335
|
The fraction gets reduced to the smallest numerator and denominator,
|