gstreamer 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +28 -24
- data/ext/gstreamer/extconf.rb +1 -0
- data/lib/2.2/gstreamer.so +0 -0
- data/lib/2.3/gstreamer.so +0 -0
- data/sample/stream-status.rb +2 -2
- 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-stats-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/libgstbadaudio-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/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/libgstplayer-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/gstreamer-1.0/gst/allocators/allocators.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstfdmemory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +10 -3
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channel-mixer.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-converter.h +103 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-enumtypes.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +7 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +6 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-quantize.h +99 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioaggregator.h +171 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +26 -20
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +16 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +30 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +46 -1
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstaggregator.h +299 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +16 -12
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +7 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +0 -6
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstflowcombiner.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth265parser.h +24 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h +493 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +11 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +11 -4
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gl.h +10 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/base.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/debug.h +28 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/opengl.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/query.h +63 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/glprototypes/sync.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_enums.h +41 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h +91 -12
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglapi.h +53 -23
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasefilter.h +11 -5
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasememory.h +361 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbuffer.h +125 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbufferpool.h +5 -6
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h +21 -3
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontext.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglcontrolbindingproxy.h +58 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldebug.h +172 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldisplay.h +12 -1
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfeature.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglfilter.h +1 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglformat.h +92 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglframebuffer.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemory.h +156 -112
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h +101 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h +78 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglquery.h +140 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglshader.h +23 -37
- data/vendor/local/include/gstreamer-1.0/gst/gl/{gstglshadervariables.h → gstglshaderstrings.h} +12 -15
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsl.h +96 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglslstage.h +94 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h +14 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglupload.h +1 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglutils.h +7 -0
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglviewconvert.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglwindow.h +18 -32
- data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +5 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +40 -20
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +4 -12
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +4 -20
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +24 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +6 -16
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +3 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstdevice.h +18 -13
- data/vendor/local/include/gstreamer-1.0/gst/gstdevicemonitor.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceprovider.h +21 -10
- data/vendor/local/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +26 -8
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +6 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +4 -24
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +13 -8
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +11 -10
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +4 -16
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +10 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +112 -9
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +9 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +9 -1
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +4 -16
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +4 -12
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +37 -24
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +29 -12
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +17 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracer.h +76 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerfactory.h +61 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttracerrecord.h +102 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +4 -12
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +16 -56
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +0 -2
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +2 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +1 -3
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstptpclock.h +4 -1
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +37 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +28 -0
- 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 +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-g-main-context-signal-dispatcher.h +48 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-media-info.h +192 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-signal-dispatcher.h +53 -0
- data/vendor/local/include/gstreamer-1.0/gst/{check/check.h → player/gstplayer-types.h} +14 -9
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-overlay-video-renderer.h +53 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-video-renderer.h +47 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer-visualization.h +52 -0
- data/vendor/local/include/gstreamer-1.0/gst/player/gstplayer.h +183 -0
- data/vendor/local/include/gstreamer-1.0/gst/{check/gstbufferstraw.h → player/player.h} +9 -14
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +5 -5
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +16 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +1 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstmikey.h +11 -24
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +9 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +3 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregator.h +124 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h +112 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +16 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +19 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +8 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +19 -5
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +1 -1
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +23 -13
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +10 -22
- data/vendor/local/include/jpeglib.h +3 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +11 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain-basic.h +3 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain-digest.h +4 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-domain.h +11 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +26 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-autocleanups.h +68 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +34 -29
- data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +8 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +9 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +16 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +17 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +29 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +15 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +9 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +1 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +2 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +3 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +22 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +15 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +15 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +10 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +16 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +26 -4
- data/vendor/local/include/libsoup-2.4/libsoup/soup-value-utils.h +38 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +142 -85
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket-connection.h +1 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-websocket.h +1 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc-old.h +68 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +53 -35
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +7 -0
- data/vendor/local/include/opus/opus.h +4 -1
- data/vendor/local/include/opus/opus_defines.h +62 -35
- data/vendor/local/include/opus/opus_multistream.h +3 -3
- data/vendor/local/include/sqlite3.h +923 -50
- data/vendor/local/include/sqlite3ext.h +22 -3
- 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/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/GstMpegts-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/GstPlayer-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/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +3 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +3 -3
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstcoretracers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstfragmented.dll.a → libgstcoretracers.dll.a} +0 -0
- data/vendor/local/lib/{libgstcheck-1.0.la → gstreamer-1.0/libgstcoretracers.la} +9 -9
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/libgsthls.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsthls.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstfragmented.la → libgsthls.la} +5 -5
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/libgstnetsim.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstrtpbad.dll.a → libgstnetsim.dll.a} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnetsim.la +41 -0
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopus.la +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstliveadder.dll.a → libgstopusparse.dll.a} +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstopusparse.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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtponvif.la +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoframe_audiolevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/{libgstliveadder.la → libgstvideoframe_audiolevel.la} +5 -5
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstadaptivedemux-1.0.la +3 -3
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +3 -3
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +3 -3
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +3 -3
- data/vendor/local/lib/libgstbadaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadaudio-1.0.la +41 -0
- data/vendor/local/lib/libgstbadbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadbase-1.0.la +3 -3
- data/vendor/local/lib/libgstbadvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbadvideo-1.0.la +3 -3
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +3 -3
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +3 -3
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +3 -3
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +3 -3
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +3 -3
- data/vendor/local/lib/libgstgl-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstgl-1.0.la +3 -3
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +3 -3
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +3 -3
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +3 -3
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +3 -3
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +3 -3
- data/vendor/local/lib/libgstplayer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstplayer-1.0.la +41 -0
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +3 -3
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +3 -3
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +3 -3
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +3 -3
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +3 -3
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +3 -3
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +3 -3
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +3 -3
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +4 -4
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libopus.a +0 -0
- data/vendor/local/lib/libopus.dll.a +0 -0
- data/vendor/local/lib/libopus.la +1 -1
- 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 +3 -3
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +2 -2
- 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/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +1 -1
- 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-bad-audio-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/{gstreamer-check-1.0.pc → gstreamer-bad-base-1.0.pc} +5 -4
- data/vendor/local/lib/pkgconfig/gstreamer-bad-video-1.0.pc +16 -0
- data/vendor/local/lib/pkgconfig/gstreamer-base-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 +4 -4
- 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-player-1.0.pc +12 -0
- 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/opus.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/bash-completion/helpers/gst-completion-helper-1.0.exe +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +1459 -219
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +2 -8
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +89 -23
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +1124 -77
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +370 -28
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +43 -11
- data/vendor/local/share/gir-1.0/GstGL-1.0.gir +3776 -1269
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +65 -16
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +53 -0
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +50 -10
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +422 -5
- data/vendor/local/share/gir-1.0/GstPlayer-1.0.gir +1853 -0
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +66 -5
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +91 -13
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +166 -0
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +483 -93
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +715 -88
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-1.0.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidDec.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegVidEnc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstav.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcfg.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavcodecmap.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavprotocol.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html +444 -16
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBaseFilter.html +34 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLBufferPool.html +111 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLColorConvert.html +67 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLContext.html +230 -131
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDisplay.html +143 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFilter.html +41 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLFramebuffer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLShader.html +1237 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUpload.html +57 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLWindow.html +115 -158
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +5 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +1640 -632
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/base.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/{ch07.html → ch08.html} +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gl.html +30 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +956 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +107 -107
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +72 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +126 -126
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +365 -365
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +95 -95
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregator.html +47 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregatorPad.html +38 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImageMemory.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html +90 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html +362 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextCocoa.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEGL.html +14 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEagl.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextGLX.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextWGL.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html +1289 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html +419 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html +58 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowAndroid.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowCocoa.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowDispmanx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWayland.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowWin32.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowX11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +116 -116
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstPhotography.html +274 -277
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregator.html +32 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregatorPad.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html +549 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html +678 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html +648 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglbasememory.html +1286 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemorypbo.html +325 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +43 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-gmaincontextsignaldispatcher.html +93 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-mediainfo.html +961 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-videooverlayvideorenderer.html +325 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-visualization.html +226 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer.html +2252 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +227 -213
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html +87 -87
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +80 -80
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +176 -165
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +140 -140
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +37 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +49 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +50 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/player.html +46 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch01.html +6 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/ch02.html +3 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2 +20 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-accurip.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiointerleave.html +206 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html +30 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bulge.html +35 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-burn.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-camerabin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-chromium.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-circle.html +39 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-coloreffects.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-compositor.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvdilate.html +14 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvequalizehist.html +14 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cverode.html +14 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvlaplace.html +74 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsmooth.html +43 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-cvsobel.html +45 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dataurisrc.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-diffuse.html +35 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dilate.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dodge.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtmfdetect.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dtsdec.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvbsrc.html +94 -94
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-dvdspu.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-edgedetect.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-exclusion.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faac.html +37 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faad.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-faceblur.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-facedetect.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-festival.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fisheye.html +32 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-fpsdisplaysink.html +49 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-gaussianblur.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-jpegparse.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-kaleidoscope.html +39 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-liveadder.html +10 -72
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-marble.html +41 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimdec.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mimenc.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mirror.html +33 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-modplug.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html +66 -66
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html +39 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html +25 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html +43 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-assrender.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiomixer.html +9 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-audiovisualizers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-autoconvert.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bayer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bs2b.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-bz2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-camerabin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-coloreffects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-curl.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dataurisrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-debugutilsbad.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dtsdec.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvb.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-dvdspu.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faac.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-faad.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-festival.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gaudieffects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpeg2enc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegpsmux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mpegtsmux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mplex.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-neon.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rtmp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-sdp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-shm.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-soundtouch.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-speed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voaacenc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-voamrwbenc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-zbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pyramidsegment.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html +37 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-solarize.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spacescope.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-spectrascope.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-speed.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sphere.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-square.html +38 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-stretch.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-synaescope.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-templatematch.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-tunnel.html +32 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-twirl.html +34 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-videoparse.html +74 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voaacenc.html +20 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-voamrwbenc.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-waterripple.html +38 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-wavescope.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.html +7 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +11 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +219 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +575 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +527 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html +335 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +217 -193
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +121 -101
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoResampler.html +29 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoScaler.html +49 -49
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +101 -101
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +130 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +34 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +452 -310
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-fdmemory.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +152 -127
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +323 -85
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +55 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +41 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +331 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +54 -54
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +176 -166
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +212 -168
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +163 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +183 -188
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +12 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +37 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +319 -319
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html +427 -350
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html +192 -192
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +489 -138
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +62 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +49 -49
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +109 -109
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +72 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +94 -94
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +367 -367
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +54 -58
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +59 -45
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +90 -95
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +297 -297
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +293 -233
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +75 -75
- 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 +137 -137
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +50 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +56 -56
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +830 -608
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +40 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +41 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +13 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +46 -46
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +9 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +66 -66
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +25 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +761 -517
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html +175 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +12 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +142 -142
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +76 -76
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +88 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +145 -145
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +37 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +67 -67
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +9 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-mikey.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +12 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +6 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +13 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +45 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +95 -58
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html +160 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +65 -52
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +73 -73
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +23 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +130 -135
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +65 -65
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +74 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +129 -76
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggaviparse.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggparse.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html +232 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html +128 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +448 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +201 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html +348 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +228 -228
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html +65 -65
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +8 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +10 -10
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-liveadder.html → gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ivorbisdec.html} +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html +85 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-socketsrc.html +59 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ssaparse.html +159 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subparse.html +220 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +25 -25
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +24 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +78 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +52 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +129 -129
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +43 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +50 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +58 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +30 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +50 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +54 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/GstIirEqualizer.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch01.html +675 -48
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch02.html +14 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-1.0.devhelp2 +277 -222
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-3gppmux.html +34 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-GstVideoMixerPad.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aacparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aasink.html +32 -75
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ac3parse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-agingtv.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawdec.html +14 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alawenc.html +14 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html +45 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alphacolor.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-amrparse.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apedemux.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-apev2mux.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-aspectratiocrop.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioamplify.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiochebband.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiocheblimit.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiodynamic.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioecho.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiofirfilter.html +68 -68
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioiirfilter.html +70 -70
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audioinvert.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiokaraoke.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiopanorama.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsincband.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-audiowsinclimit.html +20 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-auparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosink.html +15 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autoaudiosrc.html +14 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosink.html +15 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-autovideosrc.html +14 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avidemux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avimux.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-avisubtitle.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cacasink.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cairooverlay.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-capssetter.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-cutter.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dcaparse.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterlace.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-deinterleave.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dicetv.html +17 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-directsoundsink.html +7 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dtmfsrc.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dv1394src.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdec.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-dvdemux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-edgetv.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-10bands.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-3bands.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-equalizer-nbands.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacdec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacenc.html +70 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flacparse.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flactag.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvdemux.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flvmux.html +17 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-flxdec.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gamma.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-gdkpixbufsink.html +19 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-goom2k1.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-hdv1394src.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-icydemux.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3demux.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-id3v2mux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-imagefreeze.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-interleave.html +25 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ismlmux.html +39 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosink.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jackaudiosrc.html +24 -24
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegdec.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-jpegenc.html +16 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-level.html +83 -83
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskademux.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-matroskamux.html +34 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mj2mux.html +40 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-monoscope.html +9 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mp4mux.html +45 -41
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mpegaudioparse.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawdec.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-mulawenc.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html +39 -39
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartdemux.html +16 -29
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multipartmux.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multiudpsink.html +94 -135
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-optv.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4sink.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-oss4src.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssink.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osssrc.html +19 -19
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosink.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxaudiosrc.html +9 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-osxvideosink.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-1394.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-aasink.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alaw.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alpha.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-alphacolor.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-apetag.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audiofx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-audioparsers.html +109 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-auparse.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-autodetect.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-avi.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cacasink.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cairo.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-cutter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-debug.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-deinterlace.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-directsound.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dtmf.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-dv.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-effectv.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-equalizer.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flac.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flv.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-flxdec.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-gdkpixbuf.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-goom2k1.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-icydemux.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-id3demux.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-imagefreeze.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-interleave.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-isomp4.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jack.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-jpeg.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-level.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-matroska.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-monoscope.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-mulaw.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multifile.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-multipart.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-navigationtest.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-oss4.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ossaudio.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxaudio.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-osxvideo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-png.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-pulseaudio.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-replaygain.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtp.html +51 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtpmanager.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-rtsp.html +8 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shapewipe.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-shout2send.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-smpte.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-soup.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-spectrum.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-speex.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-taglib.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-udp.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-video4linux2.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videobox.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videocrop.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videofilter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-videomixer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-vpx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-waveform.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavenc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavpack.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-wavparse.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-ximagesrc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-plugin-y4menc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngdec.html +11 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pngenc.html +17 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-progressreport.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesink.html +30 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-pulsesrc.html +36 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtdemux.html +16 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmoovrecover.html +33 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-qtmux.html +46 -54
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-quarktv.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-radioactv.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-revtv.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rganalysis.html +27 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rglimiter.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rgvolume.html +33 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rippletv.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16depay.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpL16pay.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3depay.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpac3pay.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrdepay.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpamrpay.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html +400 -206
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvdepay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbvpay.html +7 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdec.html +71 -86
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfdepay.html +254 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfmux.html +12 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpdtmfsrc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261depay.html +184 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtph261pay.html +190 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpj2kpay.html +16 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html +129 -86
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjpegpay.html +24 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html +177 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +25 -25
- data/vendor/local/share/gtk-doc/html/{gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopusdepay.html → gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html} +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html +156 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html +43 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html +24 -37
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html +27 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsbcpay.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html +253 -115
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpssrcdemux.html +34 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtspsrc.html +161 -120
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-sbcparse.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-scaletempo.html +29 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shagadelictv.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shapewipe.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-shout2send.html +38 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokedec.html +87 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smokeenc.html +87 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smpte.html +24 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-smptealpha.html +26 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-souphttpsrc.html +83 -112
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-spectrum.html +77 -90
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexdec.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-speexenc.html +35 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitfilesrc.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsink.html +95 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-splitmuxsrc.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-streaktv.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-taginject.html +18 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsink.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-udpsrc.html +60 -102
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2radio.html +20 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2sink.html +64 -88
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-v4l2src.html +54 -91
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vertigotv.html +21 -47
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobalance.html +23 -23
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videobox.html +28 -28
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videocrop.html +22 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8dec.html +22 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-vp8enc.html +86 -289
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-warptv.html +15 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-waveformsink.html +10 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavenc.html +16 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackdec.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackenc.html +21 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavpackparse.html +13 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-wavparse.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-webmmux.html +19 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-ximagesrc.html +33 -47
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html +14 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.html +105 -57
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +54 -54
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +137 -142
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBuffer.html +414 -370
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferList.html +64 -64
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBufferPool.html +129 -129
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +148 -146
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCaps.html +297 -275
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstCapsFeatures.html +124 -124
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +94 -94
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +473 -250
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstContext.html +61 -56
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +59 -64
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +51 -53
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDateTime.html +182 -174
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstDeviceProviderFactory.html +65 -65
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +610 -428
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +335 -315
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstEvent.html +289 -292
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +88 -88
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMemory.html +145 -145
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstMessage.html +391 -391
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +243 -242
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +1086 -743
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +53 -53
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +60 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +192 -183
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +77 -76
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +99 -97
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstQuery.html +425 -425
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +125 -125
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSample.html +40 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSegment.html +435 -108
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstStructure.html +465 -465
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +13 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagList.html +440 -421
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +48 -52
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +95 -95
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +28 -33
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstToc.html +146 -146
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracer.html +1612 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +116 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html +300 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +33 -33
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +8 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +6 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +390 -41
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +62 -62
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +33 -33
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstConfig.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDevice.html +91 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceMonitor.html +321 -65
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDeviceProvider.html +73 -78
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +43 -43
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +44 -46
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +549 -292
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +121 -121
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +96 -96
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +143 -143
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +69 -76
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +78 -71
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +106 -106
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstProtectionMeta.html +35 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +16 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +47 -47
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUri.html +290 -290
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +114 -114
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +317 -317
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +727 -694
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +49 -41
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-device-probing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +16 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +17 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix01.html +319 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix02.html +10 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix03.html +73 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix07.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/ix08.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstARGBControlBinding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +384 -163
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseParse.html +197 -152
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +209 -214
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +148 -153
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +108 -113
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +220 -220
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstDirectControlBinding.html +79 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +29 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +26 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +61 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +44 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html +551 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +12 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +197 -163
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +82 -82
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +34 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +14 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +253 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +185 -185
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +22 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +776 -776
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +377 -377
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +223 -223
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +110 -110
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstFlowCombiner.html +130 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html +4117 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html +51 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +42 -42
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +248 -50
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +24 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +89 -89
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix01.html +470 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix03.html +379 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +14 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +62 -41
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +55 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-concat.html +226 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-downloadbuffer.html +30 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +45 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +61 -61
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +18 -18
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +76 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +20 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +40 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +58 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +29 -55
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +70 -44
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +19 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +60 -60
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +97 -44
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-streamiddemux.html +192 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +28 -28
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +26 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +16 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +15 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +71 -82
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +136 -70
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +47 -55
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +16 -21
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +13 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +11 -14
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +19 -24
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +5 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +12 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +87 -100
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +43 -49
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +12 -16
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +11 -15
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +21 -119
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +128 -222
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +59 -66
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +111 -179
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +20 -24
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +38 -42
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +9 -11
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +40 -42
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +6 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +10 -13
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +6 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +160 -171
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +270 -324
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +4 -91
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +9 -9
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +4 -91
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +101 -115
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +76 -96
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +10 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +3 -7
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +2 -6
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +183 -44
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +31 -68
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +29 -34
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +147 -168
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html +21 -25
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +15 -18
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +69 -61
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html +126 -136
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +362 -227
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +4 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +15 -24
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +181 -64
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +3 -4
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +14 -15
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +7 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +16 -17
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +7 -8
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +9 -6
- data/vendor/local/share/license/libav/CREDITS +5 -54
- data/vendor/local/share/license/libav/LICENSE.md +114 -0
- 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/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/as/LC_MESSAGES/libsoup.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/{lib → share}/locale/be/LC_MESSAGES/libsoup.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/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/bs/LC_MESSAGES/libsoup.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/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ca@valencia/LC_MESSAGES/libsoup.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/{lib → share}/locale/cs/LC_MESSAGES/libsoup.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/{lib → share}/locale/da/LC_MESSAGES/libsoup.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/de/LC_MESSAGES/libsoup.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/{lib → share}/locale/el/LC_MESSAGES/libsoup.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/{lib → share}/locale/en_GB/LC_MESSAGES/libsoup.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/{lib → share}/locale/eo/LC_MESSAGES/libsoup.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/{lib → share}/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/et/LC_MESSAGES/libsoup.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/{lib → share}/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/fa/LC_MESSAGES/libsoup.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/{lib → share}/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.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/{lib → share}/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/hi/LC_MESSAGES/libsoup.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/{lib → share}/locale/hu/LC_MESSAGES/libsoup.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/{lib → share}/locale/id/LC_MESSAGES/libsoup.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/{lib → share}/locale/it/LC_MESSAGES/libsoup.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/{lib → share}/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ko/LC_MESSAGES/libsoup.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/{lib → share}/locale/lt/LC_MESSAGES/libsoup.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/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/mr/LC_MESSAGES/libsoup.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/nb/LC_MESSAGES/libsoup.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/{lib → share}/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libsoup.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/{lib → share}/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/pa/LC_MESSAGES/libsoup.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/{lib → share}/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.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/{lib → share}/locale/pt_BR/LC_MESSAGES/libsoup.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/{lib → share}/locale/ro/LC_MESSAGES/libsoup.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/ru/LC_MESSAGES/libsoup.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/{lib → share}/locale/sk/LC_MESSAGES/libsoup.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/{lib → share}/locale/sl/LC_MESSAGES/libsoup.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/{lib → share}/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/sr@latin/LC_MESSAGES/libsoup.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/{lib → share}/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.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/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/ug/LC_MESSAGES/libsoup.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/{lib → share}/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/{lib → share}/locale/uz@cyrillic/LC_MESSAGES/libsoup.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/vi/LC_MESSAGES/libsoup.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/{lib → share}/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/{lib → share}/locale/zh_HK/LC_MESSAGES/libsoup.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/{lib → share}/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/cjpeg.1 +2 -2
- data/vendor/local/share/man/man1/djpeg.1 +14 -9
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +2 -1
- data/vendor/local/share/man/man1/gst-play-1.0.1 +5 -2
- data/vendor/local/share/man/man1/jpegtran.1 +17 -7
- metadata +188 -124
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/2.1/gstreamer.so +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +0 -626
- data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +0 -48
- data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +0 -119
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +0 -1242
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstglbasebuffer.h +0 -164
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgldownload.h +0 -89
- data/vendor/local/include/gstreamer-1.0/gst/gl/gstgluploadmeta.h +0 -79
- data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpbad.la +0 -41
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/lib/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +0 -1229
- data/vendor/local/share/gtk-doc/html/gst-libav-plugins-1.0/index.sgml +0 -100
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLDownload.html +0 -238
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/GstGLUploadMeta.html +0 -241
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Utilities.html +0 -521
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemory.html +0 -702
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglshader.html +0 -1005
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +0 -1843
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpg123audiodec.html +0 -156
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusdec.html +0 -197
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusenc.html +0 -344
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html +0 -156
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opus.html +0 -97
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopuspay.html +0 -156
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/index.sgml +0 -1220
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +0 -2969
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +0 -1001
- data/vendor/local/share/gtk-doc/html/gst-plugins-good-plugins-1.0/index.sgml +0 -2691
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +0 -3257
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstPtpClock.html +0 -448
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +0 -919
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +0 -374
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +0 -880
- data/vendor/local/share/license/libav/LICENSE +0 -66
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer Application Library
|
11
11
|
Description: Helper functions and base classes for application integration
|
12
12
|
Requires: gstreamer-1.0 gstreamer-base-1.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.8.0
|
14
14
|
Libs: -L${libdir} -lgstapp-1.0
|
15
15
|
Cflags: -I${includedir}
|
16
16
|
|
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer Audio library
|
11
11
|
Description: Audio helper functions and base classes
|
12
12
|
Requires: gstreamer-1.0 gstreamer-base-1.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.8.0
|
14
14
|
Libs: -L${libdir} -lgstaudio-1.0
|
15
15
|
Cflags: -I${includedir}
|
16
16
|
|
@@ -0,0 +1,13 @@
|
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local
|
2
|
+
exec_prefix=${prefix}
|
3
|
+
libdir=${exec_prefix}/lib
|
4
|
+
includedir=${prefix}/include/gstreamer-1.0
|
5
|
+
pluginsdir=${exec_prefix}/lib/gstreamer-1.0
|
6
|
+
|
7
|
+
Name: GStreamer bad audio library, uninstalled
|
8
|
+
Description: Bad audio library for GStreamer elements, Not Installed
|
9
|
+
Version: 1.8.0
|
10
|
+
Requires: gstreamer-1.0 gstreamer-bad-base-1.0
|
11
|
+
|
12
|
+
Libs: -L${libdir} ${libdir}/libgstbadaudio-1.0.la
|
13
|
+
Cflags: -I${includedir}
|
@@ -7,9 +7,10 @@ datadir=${datarootdir}
|
|
7
7
|
girdir=${datadir}/gir-1.0
|
8
8
|
typelibdir=${libdir}/girepository-1.0
|
9
9
|
|
10
|
-
Name: GStreamer
|
11
|
-
Description:
|
10
|
+
Name: GStreamer bad base classes
|
11
|
+
Description: Bad base classes for GStreamer elements
|
12
|
+
Version: 1.8.0
|
12
13
|
Requires: gstreamer-1.0
|
13
|
-
|
14
|
-
Libs: -L${libdir} -
|
14
|
+
|
15
|
+
Libs: -L${libdir} ${libdir}/libgstbadbase-1.0.la
|
15
16
|
Cflags: -I${includedir}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local
|
2
|
+
exec_prefix=${prefix}
|
3
|
+
libdir=${exec_prefix}/lib
|
4
|
+
includedir=${prefix}/include/gstreamer-1.0
|
5
|
+
datarootdir=${prefix}/share
|
6
|
+
datadir=${datarootdir}
|
7
|
+
girdir=${datadir}/gir-1.0
|
8
|
+
typelibdir=${libdir}/girepository-1.0
|
9
|
+
|
10
|
+
Name: GStreamer bad video library
|
11
|
+
Description: Bad video library for GStreamer elements
|
12
|
+
Version: 1.8.0
|
13
|
+
Requires: gstreamer-1.0 gstreamer-bad-base-1.0
|
14
|
+
|
15
|
+
Libs: -L${libdir} ${libdir}/libgstbadvideo-1.0.la
|
16
|
+
Cflags: -I${includedir}
|
@@ -6,7 +6,7 @@ includedir=${prefix}/include/gstreamer-1.0
|
|
6
6
|
Name: GStreamer codec parsers
|
7
7
|
Description: Bitstream parsers for GStreamer elements
|
8
8
|
Requires: gstreamer-1.0 gstreamer-base-1.0
|
9
|
-
Version: 1.
|
9
|
+
Version: 1.8.0
|
10
10
|
Libs: -L${libdir} -lgstcodecparsers-1.0
|
11
11
|
Cflags: -I${includedir}
|
12
12
|
|
@@ -10,6 +10,6 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer controller
|
11
11
|
Description: Dynamic parameter control for GStreamer elements
|
12
12
|
Requires: gstreamer-1.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.8.0
|
14
14
|
Libs: -L${libdir} -lgstcontroller-1.0
|
15
15
|
Cflags: -I${includedir}
|
@@ -6,8 +6,8 @@ pluginsdir=${exec_prefix}/lib/gstreamer-1.0
|
|
6
6
|
|
7
7
|
Name: GStreamer OpenGL Plugins Libraries
|
8
8
|
Description: Streaming media framework, OpenGL plugins libraries
|
9
|
-
|
10
|
-
|
11
|
-
Libs: -L${libdir} -lgstgl-1.0 -lgdi32 -lopengl32
|
12
|
-
Cflags: -I${includedir} -I${libdir}/gstreamer-1.0/include
|
9
|
+
Version: 1.8.0
|
10
|
+
Requires: gstreamer-base-1.0 gstreamer-1.0
|
13
11
|
|
12
|
+
Libs: -L${libdir} -lgstgl-1.0 -lgdi32 -lopengl32
|
13
|
+
Cflags: -I${includedir}
|
@@ -6,7 +6,7 @@ includedir=${prefix}/include/gstreamer-1.0
|
|
6
6
|
Name: GStreamer Insert Bin
|
7
7
|
Description: Bin to automatically and insertally link elements
|
8
8
|
Requires: gstreamer-1.0
|
9
|
-
Version: 1.
|
9
|
+
Version: 1.8.0
|
10
10
|
Libs: -L${libdir} -lgstinsertbin-1.0
|
11
11
|
Cflags: -I${includedir}
|
12
12
|
|
@@ -10,6 +10,6 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer networking library
|
11
11
|
Description: Network-enabled GStreamer plug-ins and clocking
|
12
12
|
Requires: gstreamer-1.0 gio-2.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.8.0
|
14
14
|
Libs: -L${libdir} -lgstnet-1.0
|
15
15
|
Cflags: -I${includedir}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local
|
2
|
+
exec_prefix=${prefix}
|
3
|
+
libdir=${exec_prefix}/lib
|
4
|
+
includedir=${prefix}/include/gstreamer-1.0
|
5
|
+
|
6
|
+
Name: GStreamer Player
|
7
|
+
Description: GStreamer Player convenience library
|
8
|
+
Requires: gstreamer-1.0
|
9
|
+
Version: 1.8.0
|
10
|
+
Libs: -L${libdir} -lgstplayer-1.0
|
11
|
+
Cflags: -I${includedir}
|
12
|
+
|
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer RTP Library
|
11
11
|
Description: RTP base classes and helper functions
|
12
12
|
Requires: gstreamer-1.0 gstreamer-base-1.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.8.0
|
14
14
|
Libs: -L${libdir} -lgstrtp-1.0
|
15
15
|
Cflags: -I${includedir}
|
16
16
|
|
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer RTSP Library
|
11
11
|
Description: RTSP base classes and helper functions
|
12
12
|
Requires: gstreamer-1.0 gstreamer-sdp-1.0 gio-2.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.8.0
|
14
14
|
Libs: -L${libdir} -lgstrtsp-1.0
|
15
15
|
Cflags: -I${includedir}
|
16
16
|
|
@@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0
|
|
10
10
|
Name: GStreamer Video Library
|
11
11
|
Description: Video base classes and helper functions
|
12
12
|
Requires: gstreamer-1.0 gstreamer-base-1.0
|
13
|
-
Version: 1.
|
13
|
+
Version: 1.8.0
|
14
14
|
Libs: -L${libdir} -lgstvideo-1.0
|
15
15
|
Cflags: -I${includedir}
|
16
16
|
|
Binary file
|
Binary file
|
@@ -292,7 +292,7 @@ use an alignment of 7.</doc>
|
|
292
292
|
<field name="mem_type">
|
293
293
|
<type name="utf8" c:type="const gchar*"/>
|
294
294
|
</field>
|
295
|
-
<field name="mem_map"
|
295
|
+
<field name="mem_map">
|
296
296
|
<doc xml:space="preserve">the implementation of the GstMemoryMapFunction</doc>
|
297
297
|
<type name="MemoryMapFunction" c:type="GstMemoryMapFunction"/>
|
298
298
|
</field>
|
@@ -312,7 +312,7 @@ 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"
|
315
|
+
<field name="mem_map_full">
|
316
316
|
<doc xml:space="preserve">the implementation of the GstMemoryMapFullFunction.
|
317
317
|
Will be used instead of @mem_map if present. (Since 1.6)</doc>
|
318
318
|
<type name="MemoryMapFullFunction" c:type="GstMemoryMapFullFunction"/>
|
@@ -461,7 +461,7 @@ nearest power of 2 and used as the initial size of the queue.</doc>
|
|
461
461
|
</method>
|
462
462
|
<method name="pop" c:identifier="gst_atomic_queue_pop">
|
463
463
|
<doc xml:space="preserve">Get the head element of the queue.</doc>
|
464
|
-
<return-value transfer-ownership="full">
|
464
|
+
<return-value transfer-ownership="full" nullable="1">
|
465
465
|
<doc xml:space="preserve">the head element of @queue or %NULL when
|
466
466
|
the queue is empty.</doc>
|
467
467
|
<type name="gpointer" c:type="gpointer"/>
|
@@ -483,7 +483,10 @@ the queue is empty.</doc>
|
|
483
483
|
<doc xml:space="preserve">a #GstAtomicQueue</doc>
|
484
484
|
<type name="AtomicQueue" c:type="GstAtomicQueue*"/>
|
485
485
|
</instance-parameter>
|
486
|
-
<parameter name="data"
|
486
|
+
<parameter name="data"
|
487
|
+
transfer-ownership="none"
|
488
|
+
nullable="1"
|
489
|
+
allow-none="1">
|
487
490
|
<doc xml:space="preserve">the data</doc>
|
488
491
|
<type name="gpointer" c:type="gpointer"/>
|
489
492
|
</parameter>
|
@@ -1374,7 +1377,7 @@ Buffers are usually created with gst_buffer_new(). After a buffer has been
|
|
1374
1377
|
created one will typically allocate memory for it and add it to the buffer.
|
1375
1378
|
The following example creates a buffer that can hold a given video frame
|
1376
1379
|
with a given width, height and bits per plane.
|
1377
|
-
|[
|
1380
|
+
|[<!-- language="C" -->
|
1378
1381
|
GstBuffer *buffer;
|
1379
1382
|
GstMemory *memory;
|
1380
1383
|
gint size, width, height, bpp;
|
@@ -1630,7 +1633,10 @@ The prefix/padding must be filled with 0 if @flags contains
|
|
1630
1633
|
<doc xml:space="preserve">a #GstMetaInfo</doc>
|
1631
1634
|
<type name="MetaInfo" c:type="const GstMetaInfo*"/>
|
1632
1635
|
</parameter>
|
1633
|
-
<parameter name="params"
|
1636
|
+
<parameter name="params"
|
1637
|
+
transfer-ownership="none"
|
1638
|
+
nullable="1"
|
1639
|
+
allow-none="1">
|
1634
1640
|
<doc xml:space="preserve">params for @info</doc>
|
1635
1641
|
<type name="gpointer" c:type="gpointer"/>
|
1636
1642
|
</parameter>
|
@@ -1849,7 +1855,10 @@ MT safe.</doc>
|
|
1849
1855
|
<doc xml:space="preserve">the offset to extract</doc>
|
1850
1856
|
<type name="gsize" c:type="gsize"/>
|
1851
1857
|
</parameter>
|
1852
|
-
<parameter name="dest"
|
1858
|
+
<parameter name="dest"
|
1859
|
+
transfer-ownership="none"
|
1860
|
+
nullable="1"
|
1861
|
+
allow-none="1">
|
1853
1862
|
<doc xml:space="preserve">the destination address</doc>
|
1854
1863
|
<type name="gpointer" c:type="gpointer"/>
|
1855
1864
|
</parameter>
|
@@ -1862,8 +1871,8 @@ MT safe.</doc>
|
|
1862
1871
|
<method name="extract_dup"
|
1863
1872
|
c:identifier="gst_buffer_extract_dup"
|
1864
1873
|
version="1.0.10">
|
1865
|
-
<doc xml:space="preserve">Extracts a copy of at most @size bytes the data at @offset into
|
1866
|
-
@dest must be freed using g_free() when done.</doc>
|
1874
|
+
<doc xml:space="preserve">Extracts a copy of at most @size bytes the data at @offset into
|
1875
|
+
newly-allocated memory. @dest must be freed using g_free() when done.</doc>
|
1867
1876
|
<return-value transfer-ownership="none">
|
1868
1877
|
<type name="none" c:type="void"/>
|
1869
1878
|
</return-value>
|
@@ -2002,7 +2011,10 @@ in the buffer should be skipped.</doc>
|
|
2002
2011
|
<type name="BufferForeachMetaFunc"
|
2003
2012
|
c:type="GstBufferForeachMetaFunc"/>
|
2004
2013
|
</parameter>
|
2005
|
-
<parameter name="user_data"
|
2014
|
+
<parameter name="user_data"
|
2015
|
+
transfer-ownership="none"
|
2016
|
+
nullable="1"
|
2017
|
+
allow-none="1">
|
2006
2018
|
<doc xml:space="preserve">user data passed to @func</doc>
|
2007
2019
|
<type name="gpointer" c:type="gpointer"/>
|
2008
2020
|
</parameter>
|
@@ -2271,7 +2283,10 @@ when there are no more items.</doc>
|
|
2271
2283
|
<doc xml:space="preserve">a #GstBuffer</doc>
|
2272
2284
|
<type name="Buffer" c:type="GstBuffer*"/>
|
2273
2285
|
</instance-parameter>
|
2274
|
-
<parameter name="state"
|
2286
|
+
<parameter name="state"
|
2287
|
+
transfer-ownership="none"
|
2288
|
+
nullable="1"
|
2289
|
+
allow-none="1">
|
2275
2290
|
<doc xml:space="preserve">an opaque state pointer</doc>
|
2276
2291
|
<type name="gpointer" c:type="gpointer*"/>
|
2277
2292
|
</parameter>
|
@@ -2414,7 +2429,7 @@ data.</doc>
|
|
2414
2429
|
<method name="n_memory" c:identifier="gst_buffer_n_memory">
|
2415
2430
|
<doc xml:space="preserve">Get the amount of memory blocks that this buffer has. This amount is never
|
2416
2431
|
larger than what gst_buffer_get_max_memory() returns.</doc>
|
2417
|
-
<return-value transfer-ownership="
|
2432
|
+
<return-value transfer-ownership="none">
|
2418
2433
|
<doc xml:space="preserve">the amount of memory block in this buffer.</doc>
|
2419
2434
|
<type name="guint" c:type="guint"/>
|
2420
2435
|
</return-value>
|
@@ -2882,7 +2897,11 @@ When @meta is set to %NULL, the item will be removed from the buffer.</doc>
|
|
2882
2897
|
<doc xml:space="preserve">a pointer to a #GstMeta</doc>
|
2883
2898
|
<type name="Meta" c:type="GstMeta**"/>
|
2884
2899
|
</parameter>
|
2885
|
-
<parameter name="user_data"
|
2900
|
+
<parameter name="user_data"
|
2901
|
+
transfer-ownership="none"
|
2902
|
+
nullable="1"
|
2903
|
+
allow-none="1"
|
2904
|
+
closure="2">
|
2886
2905
|
<doc xml:space="preserve">user data passed to gst_buffer_foreach_meta()</doc>
|
2887
2906
|
<type name="gpointer" c:type="gpointer"/>
|
2888
2907
|
</parameter>
|
@@ -2969,7 +2988,10 @@ the list should be skipped.</doc>
|
|
2969
2988
|
<doc xml:space="preserve">a #GstBufferListFunc to call</doc>
|
2970
2989
|
<type name="BufferListFunc" c:type="GstBufferListFunc"/>
|
2971
2990
|
</parameter>
|
2972
|
-
<parameter name="user_data"
|
2991
|
+
<parameter name="user_data"
|
2992
|
+
transfer-ownership="none"
|
2993
|
+
nullable="1"
|
2994
|
+
allow-none="1">
|
2973
2995
|
<doc xml:space="preserve">user data passed to @func</doc>
|
2974
2996
|
<type name="gpointer" c:type="gpointer"/>
|
2975
2997
|
</parameter>
|
@@ -3080,7 +3102,11 @@ removing or modifying.</doc>
|
|
3080
3102
|
<doc xml:space="preserve">the index of @buffer</doc>
|
3081
3103
|
<type name="guint" c:type="guint"/>
|
3082
3104
|
</parameter>
|
3083
|
-
<parameter name="user_data"
|
3105
|
+
<parameter name="user_data"
|
3106
|
+
transfer-ownership="none"
|
3107
|
+
nullable="1"
|
3108
|
+
allow-none="1"
|
3109
|
+
closure="2">
|
3084
3110
|
<doc xml:space="preserve">user data passed to gst_buffer_list_foreach()</doc>
|
3085
3111
|
<type name="gpointer" c:type="gpointer"/>
|
3086
3112
|
</parameter>
|
@@ -3169,12 +3195,22 @@ The supported options by @pool can be retrieved with gst_buffer_pool_get_options
|
|
3169
3195
|
<doc xml:space="preserve">a #GstBufferPool configuration</doc>
|
3170
3196
|
<type name="Structure" c:type="GstStructure*"/>
|
3171
3197
|
</parameter>
|
3172
|
-
<parameter name="allocator"
|
3173
|
-
|
3198
|
+
<parameter name="allocator"
|
3199
|
+
direction="out"
|
3200
|
+
caller-allocates="0"
|
3201
|
+
transfer-ownership="none"
|
3202
|
+
optional="1"
|
3203
|
+
allow-none="1">
|
3204
|
+
<doc xml:space="preserve">a #GstAllocator, or %NULL</doc>
|
3174
3205
|
<type name="Allocator" c:type="GstAllocator**"/>
|
3175
3206
|
</parameter>
|
3176
|
-
<parameter name="params"
|
3177
|
-
|
3207
|
+
<parameter name="params"
|
3208
|
+
direction="out"
|
3209
|
+
caller-allocates="1"
|
3210
|
+
transfer-ownership="none"
|
3211
|
+
optional="1"
|
3212
|
+
allow-none="1">
|
3213
|
+
<doc xml:space="preserve">#GstAllocationParams, or %NULL</doc>
|
3178
3214
|
<type name="AllocationParams" c:type="GstAllocationParams*"/>
|
3179
3215
|
</parameter>
|
3180
3216
|
</parameters>
|
@@ -4231,6 +4267,8 @@ This function is used to receive asynchronous messages in the main loop.
|
|
4231
4267
|
There can only be a single bus watch per bus, you must remove it before you
|
4232
4268
|
can set a new one.
|
4233
4269
|
|
4270
|
+
The bus watch will only work if a GLib main loop is being run.
|
4271
|
+
|
4234
4272
|
The watch can be removed using gst_bus_remove_watch() or by returning %FALSE
|
4235
4273
|
from @func. If the watch was added to the default main context it is also
|
4236
4274
|
possible to remove the watch using g_source_remove().</doc>
|
@@ -4249,7 +4287,10 @@ MT safe.</doc>
|
|
4249
4287
|
<doc xml:space="preserve">A function to call when a message is received.</doc>
|
4250
4288
|
<type name="BusFunc" c:type="GstBusFunc"/>
|
4251
4289
|
</parameter>
|
4252
|
-
<parameter name="user_data"
|
4290
|
+
<parameter name="user_data"
|
4291
|
+
transfer-ownership="none"
|
4292
|
+
nullable="1"
|
4293
|
+
allow-none="1">
|
4253
4294
|
<doc xml:space="preserve">user data passed to @func.</doc>
|
4254
4295
|
<type name="gpointer" c:type="gpointer"/>
|
4255
4296
|
</parameter>
|
@@ -4268,6 +4309,8 @@ This function is used to receive asynchronous messages in the main loop.
|
|
4268
4309
|
There can only be a single bus watch per bus, you must remove it before you
|
4269
4310
|
can set a new one.
|
4270
4311
|
|
4312
|
+
The bus watch will only work if a GLib main loop is being run.
|
4313
|
+
|
4271
4314
|
When @func is called, the message belongs to the caller; if you want to
|
4272
4315
|
keep a copy of it, call gst_message_ref() before leaving @func.
|
4273
4316
|
|
@@ -4297,7 +4340,10 @@ MT safe.</doc>
|
|
4297
4340
|
<doc xml:space="preserve">A function to call when a message is received.</doc>
|
4298
4341
|
<type name="BusFunc" c:type="GstBusFunc"/>
|
4299
4342
|
</parameter>
|
4300
|
-
<parameter name="user_data"
|
4343
|
+
<parameter name="user_data"
|
4344
|
+
transfer-ownership="none"
|
4345
|
+
nullable="1"
|
4346
|
+
allow-none="1">
|
4301
4347
|
<doc xml:space="preserve">user data passed to @func.</doc>
|
4302
4348
|
<type name="gpointer" c:type="gpointer"/>
|
4303
4349
|
</parameter>
|
@@ -4324,7 +4370,10 @@ into signals.</doc>
|
|
4324
4370
|
<doc xml:space="preserve">the #GstMessage received</doc>
|
4325
4371
|
<type name="Message" c:type="GstMessage*"/>
|
4326
4372
|
</parameter>
|
4327
|
-
<parameter name="data"
|
4373
|
+
<parameter name="data"
|
4374
|
+
transfer-ownership="none"
|
4375
|
+
nullable="1"
|
4376
|
+
allow-none="1">
|
4328
4377
|
<doc xml:space="preserve">user data</doc>
|
4329
4378
|
<type name="gpointer" c:type="gpointer"/>
|
4330
4379
|
</parameter>
|
@@ -4633,7 +4682,10 @@ function, which will clear the existing handler.</doc>
|
|
4633
4682
|
<doc xml:space="preserve">The handler function to install</doc>
|
4634
4683
|
<type name="BusSyncHandler" c:type="GstBusSyncHandler"/>
|
4635
4684
|
</parameter>
|
4636
|
-
<parameter name="user_data"
|
4685
|
+
<parameter name="user_data"
|
4686
|
+
transfer-ownership="none"
|
4687
|
+
nullable="1"
|
4688
|
+
allow-none="1">
|
4637
4689
|
<doc xml:space="preserve">User data that will be sent to the handler function.</doc>
|
4638
4690
|
<type name="gpointer" c:type="gpointer"/>
|
4639
4691
|
</parameter>
|
@@ -4660,7 +4712,10 @@ messages into signals.</doc>
|
|
4660
4712
|
<doc xml:space="preserve">the #GstMessage received</doc>
|
4661
4713
|
<type name="Message" c:type="GstMessage*"/>
|
4662
4714
|
</parameter>
|
4663
|
-
<parameter name="data"
|
4715
|
+
<parameter name="data"
|
4716
|
+
transfer-ownership="none"
|
4717
|
+
nullable="1"
|
4718
|
+
allow-none="1">
|
4664
4719
|
<doc xml:space="preserve">user data</doc>
|
4665
4720
|
<type name="gpointer" c:type="gpointer"/>
|
4666
4721
|
</parameter>
|
@@ -4858,7 +4913,11 @@ Note that this function is used as a GSourceFunc which means that returning
|
|
4858
4913
|
<doc xml:space="preserve">the #GstMessage</doc>
|
4859
4914
|
<type name="Message" c:type="GstMessage*"/>
|
4860
4915
|
</parameter>
|
4861
|
-
<parameter name="user_data"
|
4916
|
+
<parameter name="user_data"
|
4917
|
+
transfer-ownership="none"
|
4918
|
+
nullable="1"
|
4919
|
+
allow-none="1"
|
4920
|
+
closure="2">
|
4862
4921
|
<doc xml:space="preserve">user data that has been given, when registering the handler</doc>
|
4863
4922
|
<type name="gpointer" c:type="gpointer"/>
|
4864
4923
|
</parameter>
|
@@ -4886,7 +4945,11 @@ message should not be unreffed by the sync handler.</doc>
|
|
4886
4945
|
<doc xml:space="preserve">the #GstMessage</doc>
|
4887
4946
|
<type name="Message" c:type="GstMessage*"/>
|
4888
4947
|
</parameter>
|
4889
|
-
<parameter name="user_data"
|
4948
|
+
<parameter name="user_data"
|
4949
|
+
transfer-ownership="none"
|
4950
|
+
nullable="1"
|
4951
|
+
allow-none="1"
|
4952
|
+
closure="2">
|
4890
4953
|
<doc xml:space="preserve">user data that has been given, when registering the handler</doc>
|
4891
4954
|
<type name="gpointer" c:type="gpointer"/>
|
4892
4955
|
</parameter>
|
@@ -4947,7 +5010,7 @@ function. This function describes the possible types that the pad can
|
|
4947
5010
|
handle or produce at runtime.
|
4948
5011
|
|
4949
5012
|
A #GstCaps can be constructed with the following code fragment:
|
4950
|
-
|[
|
5013
|
+
|[<!-- language="C" -->
|
4951
5014
|
GstCaps *caps = gst_caps_new_simple ("video/x-raw",
|
4952
5015
|
"format", G_TYPE_STRING, "I420",
|
4953
5016
|
"framerate", GST_TYPE_FRACTION, 25, 1,
|
@@ -5196,7 +5259,10 @@ The caps must be mutable.</doc>
|
|
5196
5259
|
<doc xml:space="preserve">a function to call for each field</doc>
|
5197
5260
|
<type name="CapsFilterMapFunc" c:type="GstCapsFilterMapFunc"/>
|
5198
5261
|
</parameter>
|
5199
|
-
<parameter name="user_data"
|
5262
|
+
<parameter name="user_data"
|
5263
|
+
transfer-ownership="none"
|
5264
|
+
nullable="1"
|
5265
|
+
allow-none="1">
|
5200
5266
|
<doc xml:space="preserve">private data</doc>
|
5201
5267
|
<type name="gpointer" c:type="gpointer"/>
|
5202
5268
|
</parameter>
|
@@ -5205,7 +5271,11 @@ The caps must be mutable.</doc>
|
|
5205
5271
|
<method name="fixate" c:identifier="gst_caps_fixate">
|
5206
5272
|
<doc xml:space="preserve">Modifies the given @caps into a representation with only fixed
|
5207
5273
|
values. First the caps will be truncated and then the first structure will be
|
5208
|
-
fixated with gst_structure_fixate()
|
5274
|
+
fixated with gst_structure_fixate().
|
5275
|
+
|
5276
|
+
This function takes ownership of @caps and will call gst_caps_make_writable()
|
5277
|
+
on it so you must not use @caps afterwards unless you keep an additional
|
5278
|
+
reference to it with gst_caps_ref().</doc>
|
5209
5279
|
<return-value transfer-ownership="full">
|
5210
5280
|
<doc xml:space="preserve">the fixated caps</doc>
|
5211
5281
|
<type name="Caps" c:type="GstCaps*"/>
|
@@ -5238,7 +5308,10 @@ Also see gst_caps_map_in_place() and gst_caps_filter_and_map_in_place().</doc>
|
|
5238
5308
|
<doc xml:space="preserve">a function to call for each field</doc>
|
5239
5309
|
<type name="CapsForeachFunc" c:type="GstCapsForeachFunc"/>
|
5240
5310
|
</parameter>
|
5241
|
-
<parameter name="user_data"
|
5311
|
+
<parameter name="user_data"
|
5312
|
+
transfer-ownership="none"
|
5313
|
+
nullable="1"
|
5314
|
+
allow-none="1">
|
5242
5315
|
<doc xml:space="preserve">private data</doc>
|
5243
5316
|
<type name="gpointer" c:type="gpointer"/>
|
5244
5317
|
</parameter>
|
@@ -5562,7 +5635,10 @@ delete the structures and features. The caps must be mutable.</doc>
|
|
5562
5635
|
<doc xml:space="preserve">a function to call for each field</doc>
|
5563
5636
|
<type name="CapsMapFunc" c:type="GstCapsMapFunc"/>
|
5564
5637
|
</parameter>
|
5565
|
-
<parameter name="user_data"
|
5638
|
+
<parameter name="user_data"
|
5639
|
+
transfer-ownership="none"
|
5640
|
+
nullable="1"
|
5641
|
+
allow-none="1">
|
5566
5642
|
<doc xml:space="preserve">private data</doc>
|
5567
5643
|
<type name="gpointer" c:type="gpointer"/>
|
5568
5644
|
</parameter>
|
@@ -5636,7 +5712,9 @@ If either caps is ANY, the resulting caps will be ANY.</doc>
|
|
5636
5712
|
@caps, but contains no lists. Each list is expanded into separate
|
5637
5713
|
@GstStructures.
|
5638
5714
|
|
5639
|
-
This function takes ownership of @caps
|
5715
|
+
This function takes ownership of @caps and will call gst_caps_make_writable()
|
5716
|
+
on it so you must not use @caps afterwards unless you keep an additional
|
5717
|
+
reference to it with gst_caps_ref().</doc>
|
5640
5718
|
<return-value transfer-ownership="full">
|
5641
5719
|
<doc xml:space="preserve">the normalized #GstCaps</doc>
|
5642
5720
|
<type name="Caps" c:type="GstCaps*"/>
|
@@ -5764,6 +5842,10 @@ same set of formats, but in a simpler form. Component structures that are
|
|
5764
5842
|
identical are merged. Component structures that have values that can be
|
5765
5843
|
merged are also merged.
|
5766
5844
|
|
5845
|
+
This function takes ownership of @caps and will call gst_caps_make_writable()
|
5846
|
+
on it if necessary, so you must not use @caps afterwards unless you keep an
|
5847
|
+
additional reference to it with gst_caps_ref().
|
5848
|
+
|
5767
5849
|
This method does not preserve the original order of @caps.</doc>
|
5768
5850
|
<return-value transfer-ownership="full">
|
5769
5851
|
<doc xml:space="preserve">The simplified caps.</doc>
|
@@ -5819,7 +5901,7 @@ are included on one caps and omitted on the other.</note></doc>
|
|
5819
5901
|
can be converted back to a #GstCaps by gst_caps_from_string().
|
5820
5902
|
|
5821
5903
|
For debugging purposes its easier to do something like this:
|
5822
|
-
|[
|
5904
|
+
|[<!-- language="C" -->
|
5823
5905
|
GST_LOG ("caps are %" GST_PTR_FORMAT, caps);
|
5824
5906
|
]|
|
5825
5907
|
This prints the caps in human readable form.
|
@@ -5839,7 +5921,11 @@ when there are nested #GstCaps / #GstStructure deeper than one level.</doc>
|
|
5839
5921
|
</method>
|
5840
5922
|
<method name="truncate" c:identifier="gst_caps_truncate">
|
5841
5923
|
<doc xml:space="preserve">Discard all but the first structure from @caps. Useful when
|
5842
|
-
fixating
|
5924
|
+
fixating.
|
5925
|
+
|
5926
|
+
This function takes ownership of @caps and will call gst_caps_make_writable()
|
5927
|
+
on it if necessary, so you must not use @caps afterwards unless you keep an
|
5928
|
+
additional reference to it with gst_caps_ref().</doc>
|
5843
5929
|
<return-value transfer-ownership="full">
|
5844
5930
|
<doc xml:space="preserve">truncated caps</doc>
|
5845
5931
|
<type name="Caps" c:type="GstCaps*"/>
|
@@ -6256,7 +6342,7 @@ the MT Refcounting section of the design documents.</doc>
|
|
6256
6342
|
<doc xml:space="preserve">Converts @features to a human-readable string representation.
|
6257
6343
|
|
6258
6344
|
For debugging purposes its easier to do something like this:
|
6259
|
-
|[
|
6345
|
+
|[<!-- language="C" -->
|
6260
6346
|
GST_LOG ("features is %" GST_PTR_FORMAT, features);
|
6261
6347
|
]|
|
6262
6348
|
This prints the features in human readable form.
|
@@ -6312,7 +6398,11 @@ removed from the caps if %FALSE is returned.</doc>
|
|
6312
6398
|
<doc xml:space="preserve">the #GstStructure</doc>
|
6313
6399
|
<type name="Structure" c:type="GstStructure*"/>
|
6314
6400
|
</parameter>
|
6315
|
-
<parameter name="user_data"
|
6401
|
+
<parameter name="user_data"
|
6402
|
+
transfer-ownership="none"
|
6403
|
+
nullable="1"
|
6404
|
+
allow-none="1"
|
6405
|
+
closure="2">
|
6316
6406
|
<doc xml:space="preserve">user data</doc>
|
6317
6407
|
<type name="gpointer" c:type="gpointer"/>
|
6318
6408
|
</parameter>
|
@@ -6348,7 +6438,11 @@ the foreach operation should stop with %FALSE.</doc>
|
|
6348
6438
|
<doc xml:space="preserve">the #GstStructure</doc>
|
6349
6439
|
<type name="Structure" c:type="GstStructure*"/>
|
6350
6440
|
</parameter>
|
6351
|
-
<parameter name="user_data"
|
6441
|
+
<parameter name="user_data"
|
6442
|
+
transfer-ownership="none"
|
6443
|
+
nullable="1"
|
6444
|
+
allow-none="1"
|
6445
|
+
closure="2">
|
6352
6446
|
<doc xml:space="preserve">user data</doc>
|
6353
6447
|
<type name="gpointer" c:type="gpointer"/>
|
6354
6448
|
</parameter>
|
@@ -6407,7 +6501,11 @@ the map operation should stop with %FALSE.</doc>
|
|
6407
6501
|
<doc xml:space="preserve">the #GstStructure</doc>
|
6408
6502
|
<type name="Structure" c:type="GstStructure*"/>
|
6409
6503
|
</parameter>
|
6410
|
-
<parameter name="user_data"
|
6504
|
+
<parameter name="user_data"
|
6505
|
+
transfer-ownership="none"
|
6506
|
+
nullable="1"
|
6507
|
+
allow-none="1"
|
6508
|
+
closure="2">
|
6411
6509
|
<doc xml:space="preserve">user data</doc>
|
6412
6510
|
<type name="gpointer" c:type="gpointer"/>
|
6413
6511
|
</parameter>
|
@@ -7041,11 +7139,17 @@ MT safe.</doc>
|
|
7041
7139
|
<type name="gint" c:type="gint"/>
|
7042
7140
|
</return-value>
|
7043
7141
|
<parameters>
|
7044
|
-
<parameter name="id1"
|
7142
|
+
<parameter name="id1"
|
7143
|
+
transfer-ownership="none"
|
7144
|
+
nullable="1"
|
7145
|
+
allow-none="1">
|
7045
7146
|
<doc xml:space="preserve">A #GstClockID</doc>
|
7046
7147
|
<type name="gpointer" c:type="gconstpointer"/>
|
7047
7148
|
</parameter>
|
7048
|
-
<parameter name="id2"
|
7149
|
+
<parameter name="id2"
|
7150
|
+
transfer-ownership="none"
|
7151
|
+
nullable="1"
|
7152
|
+
allow-none="1">
|
7049
7153
|
<doc xml:space="preserve">A #GstClockID to compare with</doc>
|
7050
7154
|
<type name="gpointer" c:type="gconstpointer"/>
|
7051
7155
|
</parameter>
|
@@ -7181,7 +7285,10 @@ MT safe.</doc>
|
|
7181
7285
|
<doc xml:space="preserve">The callback function</doc>
|
7182
7286
|
<type name="ClockCallback" c:type="GstClockCallback"/>
|
7183
7287
|
</parameter>
|
7184
|
-
<parameter name="user_data"
|
7288
|
+
<parameter name="user_data"
|
7289
|
+
transfer-ownership="none"
|
7290
|
+
nullable="1"
|
7291
|
+
allow-none="1">
|
7185
7292
|
<doc xml:space="preserve">User data passed in the callback</doc>
|
7186
7293
|
<type name="gpointer" c:type="gpointer"/>
|
7187
7294
|
</parameter>
|
@@ -7423,13 +7530,18 @@ This function is the reverse of gst_clock_unadjust_unlocked().</doc>
|
|
7423
7530
|
using the passed calibration parameters. This function performs the
|
7424
7531
|
same calculation as gst_clock_adjust_unlocked() when called using the
|
7425
7532
|
current calibration parameters, but doesn't ensure a monotonically
|
7426
|
-
increasing result as gst_clock_adjust_unlocked() does
|
7533
|
+
increasing result as gst_clock_adjust_unlocked() does.
|
7534
|
+
|
7535
|
+
Note: The @clock parameter is unused and can be NULL</doc>
|
7427
7536
|
<return-value transfer-ownership="none">
|
7428
7537
|
<doc xml:space="preserve">the converted time of the clock.</doc>
|
7429
7538
|
<type name="ClockTime" c:type="GstClockTime"/>
|
7430
7539
|
</return-value>
|
7431
7540
|
<parameters>
|
7432
|
-
<instance-parameter name="clock"
|
7541
|
+
<instance-parameter name="clock"
|
7542
|
+
transfer-ownership="none"
|
7543
|
+
nullable="1"
|
7544
|
+
allow-none="1">
|
7433
7545
|
<doc xml:space="preserve">a #GstClock to use</doc>
|
7434
7546
|
<type name="Clock" c:type="GstClock*"/>
|
7435
7547
|
</instance-parameter>
|
@@ -7883,6 +7995,50 @@ This function is the reverse of gst_clock_adjust_unlocked().</doc>
|
|
7883
7995
|
</parameter>
|
7884
7996
|
</parameters>
|
7885
7997
|
</method>
|
7998
|
+
<method name="unadjust_with_calibration"
|
7999
|
+
c:identifier="gst_clock_unadjust_with_calibration"
|
8000
|
+
version="1.8">
|
8001
|
+
<doc xml:space="preserve">Converts the given @external_target clock time to the internal time,
|
8002
|
+
using the passed calibration parameters. This function performs the
|
8003
|
+
same calculation as gst_clock_unadjust_unlocked() when called using the
|
8004
|
+
current calibration parameters.
|
8005
|
+
|
8006
|
+
Note: The @clock parameter is unused and can be NULL</doc>
|
8007
|
+
<return-value transfer-ownership="none">
|
8008
|
+
<doc xml:space="preserve">the converted time of the clock.</doc>
|
8009
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
8010
|
+
</return-value>
|
8011
|
+
<parameters>
|
8012
|
+
<instance-parameter name="clock"
|
8013
|
+
transfer-ownership="none"
|
8014
|
+
nullable="1"
|
8015
|
+
allow-none="1">
|
8016
|
+
<doc xml:space="preserve">a #GstClock to use</doc>
|
8017
|
+
<type name="Clock" c:type="GstClock*"/>
|
8018
|
+
</instance-parameter>
|
8019
|
+
<parameter name="external_target" transfer-ownership="none">
|
8020
|
+
<doc xml:space="preserve">a clock time</doc>
|
8021
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
8022
|
+
</parameter>
|
8023
|
+
<parameter name="cinternal" transfer-ownership="none">
|
8024
|
+
<doc xml:space="preserve">a reference internal time</doc>
|
8025
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
8026
|
+
</parameter>
|
8027
|
+
<parameter name="cexternal" transfer-ownership="none">
|
8028
|
+
<doc xml:space="preserve">a reference external time</doc>
|
8029
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
8030
|
+
</parameter>
|
8031
|
+
<parameter name="cnum" transfer-ownership="none">
|
8032
|
+
<doc xml:space="preserve">the numerator of the rate of the clock relative to its
|
8033
|
+
internal time</doc>
|
8034
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
8035
|
+
</parameter>
|
8036
|
+
<parameter name="cdenom" transfer-ownership="none">
|
8037
|
+
<doc xml:space="preserve">the denominator of the rate of the clock</doc>
|
8038
|
+
<type name="ClockTime" c:type="GstClockTime"/>
|
8039
|
+
</parameter>
|
8040
|
+
</parameters>
|
8041
|
+
</method>
|
7886
8042
|
<method name="wait_for_sync"
|
7887
8043
|
c:identifier="gst_clock_wait_for_sync"
|
7888
8044
|
version="1.6">
|
@@ -7967,7 +8123,11 @@ the application's main thread.</doc>
|
|
7967
8123
|
<doc xml:space="preserve">The #GstClockID that expired</doc>
|
7968
8124
|
<type name="ClockID" c:type="GstClockID"/>
|
7969
8125
|
</parameter>
|
7970
|
-
<parameter name="user_data"
|
8126
|
+
<parameter name="user_data"
|
8127
|
+
transfer-ownership="none"
|
8128
|
+
nullable="1"
|
8129
|
+
allow-none="1"
|
8130
|
+
closure="3">
|
7971
8131
|
<doc xml:space="preserve">user data passed in the gst_clock_id_wait_async() function</doc>
|
7972
8132
|
<type name="gpointer" c:type="gpointer"/>
|
7973
8133
|
</parameter>
|
@@ -8309,7 +8469,13 @@ order until one step succeeds:
|
|
8309
8469
|
|
8310
8470
|
Bins will catch GST_MESSAGE_NEED_CONTEXT messages and will set any previously
|
8311
8471
|
known context on the element that asks for it if possible. Otherwise the
|
8312
|
-
application should provide one if it can
|
8472
|
+
application should provide one if it can.
|
8473
|
+
|
8474
|
+
#GstContext<!-- -->s can be persistent.
|
8475
|
+
A persistent #GstContext is kept in elements when they reach
|
8476
|
+
%GST_STATE_NULL, non-persistent ones will be removed.
|
8477
|
+
Also, a non-persistent context won't override a previous persistent
|
8478
|
+
context set to an element.</doc>
|
8313
8479
|
<constructor name="new" c:identifier="gst_context_new" version="1.2">
|
8314
8480
|
<doc xml:space="preserve">Create a new context.</doc>
|
8315
8481
|
<return-value transfer-ownership="full">
|
@@ -8399,8 +8565,8 @@ free it and that the pointer becomes invalid when you free the context.</doc>
|
|
8399
8565
|
<doc xml:space="preserve">Get a writable version of the structure.</doc>
|
8400
8566
|
<return-value transfer-ownership="full">
|
8401
8567
|
<doc xml:space="preserve">The structure of the context. The structure is still
|
8402
|
-
owned by the
|
8403
|
-
that the pointer becomes invalid when you free the
|
8568
|
+
owned by the context, which means that you should not free it and
|
8569
|
+
that the pointer becomes invalid when you free the context.
|
8404
8570
|
This function checks if @context is writable.</doc>
|
8405
8571
|
<type name="Structure" c:type="GstStructure*"/>
|
8406
8572
|
</return-value>
|
@@ -8512,7 +8678,10 @@ more suitable for bindings.</doc>
|
|
8512
8678
|
<doc xml:space="preserve">the number of values</doc>
|
8513
8679
|
<type name="guint" c:type="guint"/>
|
8514
8680
|
</parameter>
|
8515
|
-
<parameter name="values"
|
8681
|
+
<parameter name="values"
|
8682
|
+
transfer-ownership="none"
|
8683
|
+
nullable="1"
|
8684
|
+
allow-none="1">
|
8516
8685
|
<doc xml:space="preserve">array to put control-values in</doc>
|
8517
8686
|
<array length="2" zero-terminated="0" c:type="gpointer">
|
8518
8687
|
<type name="gpointer" c:type="gpointer"/>
|
@@ -8823,7 +8992,10 @@ or %NULL if the property isn't controlled.</doc>
|
|
8823
8992
|
<doc xml:space="preserve">the number of values</doc>
|
8824
8993
|
<type name="guint" c:type="guint"/>
|
8825
8994
|
</parameter>
|
8826
|
-
<parameter name="values"
|
8995
|
+
<parameter name="values"
|
8996
|
+
transfer-ownership="none"
|
8997
|
+
nullable="1"
|
8998
|
+
allow-none="1">
|
8827
8999
|
<doc xml:space="preserve">array to put control-values in</doc>
|
8828
9000
|
<array length="3" zero-terminated="0" c:type="gpointer">
|
8829
9001
|
<type name="gpointer" c:type="gpointer"/>
|
@@ -8907,7 +9079,8 @@ For implementing a new #GstControlSource one has to implement
|
|
8907
9079
|
#GstControlSourceGetValue and #GstControlSourceGetValueArray functions.
|
8908
9080
|
These are then used by gst_control_source_get_value() and
|
8909
9081
|
gst_control_source_get_value_array() to get values for specific timestamps.</doc>
|
8910
|
-
<method name="
|
9082
|
+
<method name="control_source_get_value"
|
9083
|
+
c:identifier="gst_control_source_get_value">
|
8911
9084
|
<doc xml:space="preserve">Gets the value for this #GstControlSource at a given timestamp.</doc>
|
8912
9085
|
<return-value transfer-ownership="none">
|
8913
9086
|
<doc xml:space="preserve">%FALSE if the value couldn't be returned, %TRUE otherwise.</doc>
|
@@ -8922,13 +9095,16 @@ gst_control_source_get_value_array() to get values for specific timestamps.</doc
|
|
8922
9095
|
<doc xml:space="preserve">the time for which the value should be returned</doc>
|
8923
9096
|
<type name="ClockTime" c:type="GstClockTime"/>
|
8924
9097
|
</parameter>
|
8925
|
-
<parameter name="value"
|
9098
|
+
<parameter name="value"
|
9099
|
+
direction="out"
|
9100
|
+
caller-allocates="0"
|
9101
|
+
transfer-ownership="full">
|
8926
9102
|
<doc xml:space="preserve">the value</doc>
|
8927
9103
|
<type name="gdouble" c:type="gdouble*"/>
|
8928
9104
|
</parameter>
|
8929
9105
|
</parameters>
|
8930
9106
|
</method>
|
8931
|
-
<method name="
|
9107
|
+
<method name="control_source_get_value_array"
|
8932
9108
|
c:identifier="gst_control_source_get_value_array">
|
8933
9109
|
<doc xml:space="preserve">Gets an array of values for for this #GstControlSource. Values that are
|
8934
9110
|
undefined contain NANs.</doc>
|
@@ -8969,7 +9145,7 @@ undefined contain NANs.</doc>
|
|
8969
9145
|
<type name="ControlSourceGetValue" c:type="GstControlSourceGetValue"/>
|
8970
9146
|
</field>
|
8971
9147
|
<field name="get_value_array">
|
8972
|
-
<doc xml:space="preserve">Function for returning a
|
9148
|
+
<doc xml:space="preserve">Function for returning a values array for a given timestamp</doc>
|
8973
9149
|
<type name="ControlSourceGetValueArray"
|
8974
9150
|
c:type="GstControlSourceGetValueArray"/>
|
8975
9151
|
</field>
|
@@ -9009,7 +9185,7 @@ undefined contain NANs.</doc>
|
|
9009
9185
|
<type name="ClockTime" c:type="GstClockTime"/>
|
9010
9186
|
</parameter>
|
9011
9187
|
<parameter name="value" transfer-ownership="none">
|
9012
|
-
<doc xml:space="preserve">a
|
9188
|
+
<doc xml:space="preserve">a value which will be set to the result.</doc>
|
9013
9189
|
<type name="gdouble" c:type="gdouble*"/>
|
9014
9190
|
</parameter>
|
9015
9191
|
</parameters>
|
@@ -9244,7 +9420,13 @@ or %NULL on error</doc>
|
|
9244
9420
|
<constructor name="new_from_iso8601_string"
|
9245
9421
|
c:identifier="gst_date_time_new_from_iso8601_string">
|
9246
9422
|
<doc xml:space="preserve">Tries to parse common variants of ISO-8601 datetime strings into a
|
9247
|
-
#GstDateTime.
|
9423
|
+
#GstDateTime. Possible input formats are (for example):
|
9424
|
+
2012-06-30T22:46:43Z, 2012, 2012-06, 2012-06-30, 2012-06-30T22:46:43-0430,
|
9425
|
+
2012-06-30T22:46Z, 2012-06-30T22:46-0430, 2012-06-30 22:46,
|
9426
|
+
2012-06-30 22:46:43, 2012-06-00, 2012-00-00, 2012-00-30, 22:46:43Z, 22:46Z,
|
9427
|
+
22:46:43-0430, 22:46-0430, 22:46:30, 22:46
|
9428
|
+
If no date is provided, it is assumed to be "today" in the timezone
|
9429
|
+
provided (if any), otherwise UTC.
|
9248
9430
|
|
9249
9431
|
Free-function: gst_date_time_unref</doc>
|
9250
9432
|
<return-value transfer-ownership="full" nullable="1">
|
@@ -10071,10 +10253,10 @@ message is, the greater the probability that the debugging system outputs it.</d
|
|
10071
10253
|
c:identifier="GST_LEVEL_LOG"
|
10072
10254
|
glib:nick="log">
|
10073
10255
|
<doc xml:space="preserve">Log messages are messages that are very common but might be
|
10074
|
-
useful to know. As a rule of thumb a pipeline that is
|
10075
|
-
should never output anything else but LOG messages
|
10076
|
-
log recurring information in chain functions and
|
10077
|
-
example.</doc>
|
10256
|
+
useful to know. As a rule of thumb a pipeline that is running as expected
|
10257
|
+
should never output anything else but LOG messages whilst processing data.
|
10258
|
+
Use this log level to log recurring information in chain functions and
|
10259
|
+
loop functions, for example.</doc>
|
10078
10260
|
</member>
|
10079
10261
|
<member name="trace"
|
10080
10262
|
value="7"
|
@@ -10261,6 +10443,22 @@ classes of the #GstDeviceProvider that produced this device.</doc>
|
|
10261
10443
|
</instance-parameter>
|
10262
10444
|
</parameters>
|
10263
10445
|
</method>
|
10446
|
+
<method name="get_properties"
|
10447
|
+
c:identifier="gst_device_get_properties"
|
10448
|
+
version="1.6">
|
10449
|
+
<doc xml:space="preserve">Gets the extra properties of a device.</doc>
|
10450
|
+
<return-value transfer-ownership="full">
|
10451
|
+
<doc xml:space="preserve">The extra properties or %NULL when there are none.
|
10452
|
+
Free with gst_structure_free() after use.</doc>
|
10453
|
+
<type name="Structure" c:type="GstStructure*"/>
|
10454
|
+
</return-value>
|
10455
|
+
<parameters>
|
10456
|
+
<instance-parameter name="device" transfer-ownership="none">
|
10457
|
+
<doc xml:space="preserve">a #GstDevice</doc>
|
10458
|
+
<type name="Device" c:type="GstDevice*"/>
|
10459
|
+
</instance-parameter>
|
10460
|
+
</parameters>
|
10461
|
+
</method>
|
10264
10462
|
<method name="has_classes"
|
10265
10463
|
c:identifier="gst_device_has_classes"
|
10266
10464
|
version="1.4">
|
@@ -10275,7 +10473,7 @@ classes of the #GstDeviceProvider that produced this device.</doc>
|
|
10275
10473
|
<type name="Device" c:type="GstDevice*"/>
|
10276
10474
|
</instance-parameter>
|
10277
10475
|
<parameter name="classes" transfer-ownership="none">
|
10278
|
-
<doc xml:space="preserve">a "/"
|
10476
|
+
<doc xml:space="preserve">a "/"-separated list of device classes to match, only match if
|
10279
10477
|
all classes are matched</doc>
|
10280
10478
|
<type name="utf8" c:type="const gchar*"/>
|
10281
10479
|
</parameter>
|
@@ -10295,8 +10493,8 @@ classes of the #GstDeviceProvider that produced this device.</doc>
|
|
10295
10493
|
<type name="Device" c:type="GstDevice*"/>
|
10296
10494
|
</instance-parameter>
|
10297
10495
|
<parameter name="classes" transfer-ownership="none">
|
10298
|
-
<doc xml:space="preserve">a %NULL terminated array of classes
|
10299
|
-
classes are matched</doc>
|
10496
|
+
<doc xml:space="preserve">a %NULL terminated array of classes
|
10497
|
+
to match, only match if all classes are matched</doc>
|
10300
10498
|
<array c:type="gchar**">
|
10301
10499
|
<type name="utf8" c:type="gchar*"/>
|
10302
10500
|
</array>
|
@@ -10346,6 +10544,12 @@ device in the PLAYING state.</doc>
|
|
10346
10544
|
transfer-ownership="none">
|
10347
10545
|
<type name="utf8" c:type="gchar*"/>
|
10348
10546
|
</property>
|
10547
|
+
<property name="properties"
|
10548
|
+
writable="1"
|
10549
|
+
construct-only="1"
|
10550
|
+
transfer-ownership="none">
|
10551
|
+
<type name="Structure"/>
|
10552
|
+
</property>
|
10349
10553
|
<field name="parent">
|
10350
10554
|
<doc xml:space="preserve">The parent #GstObject strucuture.</doc>
|
10351
10555
|
<type name="Object" c:type="GstObject"/>
|
@@ -10501,7 +10705,14 @@ The basic use pattern of a device monitor is as follows:
|
|
10501
10705
|
c:identifier="gst_device_monitor_add_filter"
|
10502
10706
|
version="1.4">
|
10503
10707
|
<doc xml:space="preserve">Adds a filter for which #GstDevice will be monitored, any device that matches
|
10504
|
-
all classes and the #GstCaps will be returned.
|
10708
|
+
all these classes and the #GstCaps will be returned.
|
10709
|
+
|
10710
|
+
If this function is called multiple times to add more filters, each will be
|
10711
|
+
matched independently. That is, adding more filters will not further restrict
|
10712
|
+
what devices are matched.
|
10713
|
+
|
10714
|
+
The #GstCaps supported by the device as returned by gst_device_get_caps() are
|
10715
|
+
not intersected with caps filters added using this function.
|
10505
10716
|
|
10506
10717
|
Filters must be added before the #GstDeviceMonitor is started.</doc>
|
10507
10718
|
<return-value transfer-ownership="none">
|
@@ -10564,6 +10775,43 @@ probe the hardware if the monitor is not currently started.</doc>
|
|
10564
10775
|
</instance-parameter>
|
10565
10776
|
</parameters>
|
10566
10777
|
</method>
|
10778
|
+
<method name="get_providers"
|
10779
|
+
c:identifier="gst_device_monitor_get_providers"
|
10780
|
+
version="1.6">
|
10781
|
+
<doc xml:space="preserve">Get a list of the currently selected device provider factories.
|
10782
|
+
|
10783
|
+
This</doc>
|
10784
|
+
<return-value transfer-ownership="full">
|
10785
|
+
<doc xml:space="preserve">
|
10786
|
+
A list of device provider factory names that are currently being
|
10787
|
+
monitored by @monitor or %NULL when nothing is being monitored.</doc>
|
10788
|
+
<array c:type="gchar**">
|
10789
|
+
<type name="utf8"/>
|
10790
|
+
</array>
|
10791
|
+
</return-value>
|
10792
|
+
<parameters>
|
10793
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
10794
|
+
<doc xml:space="preserve">a #GstDeviceMonitor</doc>
|
10795
|
+
<type name="DeviceMonitor" c:type="GstDeviceMonitor*"/>
|
10796
|
+
</instance-parameter>
|
10797
|
+
</parameters>
|
10798
|
+
</method>
|
10799
|
+
<method name="get_show_all_devices"
|
10800
|
+
c:identifier="gst_device_monitor_get_show_all_devices"
|
10801
|
+
version="1.6">
|
10802
|
+
<doc xml:space="preserve">Get if @monitor is curretly showing all devices, even those from hidden
|
10803
|
+
providers.</doc>
|
10804
|
+
<return-value transfer-ownership="none">
|
10805
|
+
<doc xml:space="preserve">%TRUE when all devices will be shown.</doc>
|
10806
|
+
<type name="gboolean" c:type="gboolean"/>
|
10807
|
+
</return-value>
|
10808
|
+
<parameters>
|
10809
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
10810
|
+
<doc xml:space="preserve">a #GstDeviceMonitor</doc>
|
10811
|
+
<type name="DeviceMonitor" c:type="GstDeviceMonitor*"/>
|
10812
|
+
</instance-parameter>
|
10813
|
+
</parameters>
|
10814
|
+
</method>
|
10567
10815
|
<method name="remove_filter"
|
10568
10816
|
c:identifier="gst_device_monitor_remove_filter"
|
10569
10817
|
version="1.4">
|
@@ -10584,6 +10832,25 @@ by gst_device_monitor_add_filter().</doc>
|
|
10584
10832
|
</parameter>
|
10585
10833
|
</parameters>
|
10586
10834
|
</method>
|
10835
|
+
<method name="set_show_all_devices"
|
10836
|
+
c:identifier="gst_device_monitor_set_show_all_devices"
|
10837
|
+
version="1.6">
|
10838
|
+
<doc xml:space="preserve">Set if all devices should be visible, even those devices from hidden
|
10839
|
+
providers. Setting @show_all to true might show some devices multiple times.</doc>
|
10840
|
+
<return-value transfer-ownership="none">
|
10841
|
+
<type name="none" c:type="void"/>
|
10842
|
+
</return-value>
|
10843
|
+
<parameters>
|
10844
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
10845
|
+
<doc xml:space="preserve">a #GstDeviceMonitor</doc>
|
10846
|
+
<type name="DeviceMonitor" c:type="GstDeviceMonitor*"/>
|
10847
|
+
</instance-parameter>
|
10848
|
+
<parameter name="show_all" transfer-ownership="none">
|
10849
|
+
<doc xml:space="preserve">show all devices</doc>
|
10850
|
+
<type name="gboolean" c:type="gboolean"/>
|
10851
|
+
</parameter>
|
10852
|
+
</parameters>
|
10853
|
+
</method>
|
10587
10854
|
<method name="start"
|
10588
10855
|
c:identifier="gst_device_monitor_start"
|
10589
10856
|
version="1.4">
|
@@ -10613,6 +10880,9 @@ will be emitted on the bus when the list of devices changes.</doc>
|
|
10613
10880
|
</instance-parameter>
|
10614
10881
|
</parameters>
|
10615
10882
|
</method>
|
10883
|
+
<property name="show-all" writable="1" transfer-ownership="none">
|
10884
|
+
<type name="gboolean" c:type="gboolean"/>
|
10885
|
+
</property>
|
10616
10886
|
<field name="parent">
|
10617
10887
|
<doc xml:space="preserve">the parent #GstObject structure</doc>
|
10618
10888
|
<type name="Object" c:type="GstObject"/>
|
@@ -10847,6 +11117,48 @@ probe the hardware if the provider is not currently started.</doc>
|
|
10847
11117
|
</instance-parameter>
|
10848
11118
|
</parameters>
|
10849
11119
|
</method>
|
11120
|
+
<method name="get_hidden_providers"
|
11121
|
+
c:identifier="gst_device_provider_get_hidden_providers"
|
11122
|
+
version="1.6">
|
11123
|
+
<doc xml:space="preserve">Get the provider factory names of the #GstDeviceProvider instances that
|
11124
|
+
are hidden by @provider.</doc>
|
11125
|
+
<return-value transfer-ownership="full">
|
11126
|
+
<doc xml:space="preserve">
|
11127
|
+
a list of hidden providers factory names or %NULL when
|
11128
|
+
nothing is hidden by @provider. Free with g_strfreev.</doc>
|
11129
|
+
<array c:type="gchar**">
|
11130
|
+
<type name="utf8"/>
|
11131
|
+
</array>
|
11132
|
+
</return-value>
|
11133
|
+
<parameters>
|
11134
|
+
<instance-parameter name="provider" transfer-ownership="none">
|
11135
|
+
<doc xml:space="preserve">a #GstDeviceProvider</doc>
|
11136
|
+
<type name="DeviceProvider" c:type="GstDeviceProvider*"/>
|
11137
|
+
</instance-parameter>
|
11138
|
+
</parameters>
|
11139
|
+
</method>
|
11140
|
+
<method name="hide_provider"
|
11141
|
+
c:identifier="gst_device_provider_hide_provider"
|
11142
|
+
version="1.6">
|
11143
|
+
<doc xml:space="preserve">Make @provider hide the devices from the factory with @name.
|
11144
|
+
|
11145
|
+
This function is used when @provider will also provide the devices reported
|
11146
|
+
by provider factory @name. A monitor should stop monitoring the
|
11147
|
+
device provider with @name to avoid duplicate devices.</doc>
|
11148
|
+
<return-value transfer-ownership="none">
|
11149
|
+
<type name="none" c:type="void"/>
|
11150
|
+
</return-value>
|
11151
|
+
<parameters>
|
11152
|
+
<instance-parameter name="provider" transfer-ownership="none">
|
11153
|
+
<doc xml:space="preserve">a #GstDeviceProvider</doc>
|
11154
|
+
<type name="DeviceProvider" c:type="GstDeviceProvider*"/>
|
11155
|
+
</instance-parameter>
|
11156
|
+
<parameter name="name" transfer-ownership="none">
|
11157
|
+
<doc xml:space="preserve">a provider factory name</doc>
|
11158
|
+
<type name="utf8" c:type="const gchar*"/>
|
11159
|
+
</parameter>
|
11160
|
+
</parameters>
|
11161
|
+
</method>
|
10850
11162
|
<method name="start"
|
10851
11163
|
c:identifier="gst_device_provider_start"
|
10852
11164
|
version="1.4">
|
@@ -10885,6 +11197,29 @@ called the same number of times that gst_device_provider_start() was called.</do
|
|
10885
11197
|
</instance-parameter>
|
10886
11198
|
</parameters>
|
10887
11199
|
</method>
|
11200
|
+
<method name="unhide_provider"
|
11201
|
+
c:identifier="gst_device_provider_unhide_provider"
|
11202
|
+
version="1.6">
|
11203
|
+
<doc xml:space="preserve">Make @provider unhide the devices from factory @name.
|
11204
|
+
|
11205
|
+
This function is used when @provider will no longer provide the devices
|
11206
|
+
reported by provider factory @name. A monitor should start
|
11207
|
+
monitoring the devices from provider factory @name in order to see
|
11208
|
+
all devices again.</doc>
|
11209
|
+
<return-value transfer-ownership="none">
|
11210
|
+
<type name="none" c:type="void"/>
|
11211
|
+
</return-value>
|
11212
|
+
<parameters>
|
11213
|
+
<instance-parameter name="provider" transfer-ownership="none">
|
11214
|
+
<doc xml:space="preserve">a #GstDeviceProvider</doc>
|
11215
|
+
<type name="DeviceProvider" c:type="GstDeviceProvider*"/>
|
11216
|
+
</instance-parameter>
|
11217
|
+
<parameter name="name" transfer-ownership="none">
|
11218
|
+
<doc xml:space="preserve">a provider factory name</doc>
|
11219
|
+
<type name="utf8" c:type="const gchar*"/>
|
11220
|
+
</parameter>
|
11221
|
+
</parameters>
|
11222
|
+
</method>
|
10888
11223
|
<field name="parent">
|
10889
11224
|
<doc xml:space="preserve">The parent #GstObject</doc>
|
10890
11225
|
<type name="Object" c:type="GstObject"/>
|
@@ -10903,6 +11238,26 @@ called the same number of times that gst_device_provider_start() was called.</do
|
|
10903
11238
|
<type name="gpointer" c:type="gpointer"/>
|
10904
11239
|
</array>
|
10905
11240
|
</field>
|
11241
|
+
<glib:signal name="provider-hidden" when="first">
|
11242
|
+
<return-value transfer-ownership="none">
|
11243
|
+
<type name="none" c:type="void"/>
|
11244
|
+
</return-value>
|
11245
|
+
<parameters>
|
11246
|
+
<parameter name="object" transfer-ownership="none">
|
11247
|
+
<type name="utf8" c:type="gchar*"/>
|
11248
|
+
</parameter>
|
11249
|
+
</parameters>
|
11250
|
+
</glib:signal>
|
11251
|
+
<glib:signal name="provider-unhidden" when="first">
|
11252
|
+
<return-value transfer-ownership="none">
|
11253
|
+
<type name="none" c:type="void"/>
|
11254
|
+
</return-value>
|
11255
|
+
<parameters>
|
11256
|
+
<parameter name="object" transfer-ownership="none">
|
11257
|
+
<type name="utf8" c:type="gchar*"/>
|
11258
|
+
</parameter>
|
11259
|
+
</parameters>
|
11260
|
+
</glib:signal>
|
10906
11261
|
</class>
|
10907
11262
|
<record name="DeviceProviderClass"
|
10908
11263
|
c:type="GstDeviceProviderClass"
|
@@ -12342,6 +12697,65 @@ Pads from compatible templates can be linked together.</doc>
|
|
12342
12697
|
</parameter>
|
12343
12698
|
</parameters>
|
12344
12699
|
</method>
|
12700
|
+
<method name="get_context"
|
12701
|
+
c:identifier="gst_element_get_context"
|
12702
|
+
version="1.8">
|
12703
|
+
<doc xml:space="preserve">Gets the context with @context_type set on the element or NULL.
|
12704
|
+
|
12705
|
+
MT safe.</doc>
|
12706
|
+
<return-value transfer-ownership="full">
|
12707
|
+
<doc xml:space="preserve">A #GstContext or NULL</doc>
|
12708
|
+
<type name="Context" c:type="GstContext*"/>
|
12709
|
+
</return-value>
|
12710
|
+
<parameters>
|
12711
|
+
<instance-parameter name="element" transfer-ownership="none">
|
12712
|
+
<doc xml:space="preserve">a #GstElement to get the context of.</doc>
|
12713
|
+
<type name="Element" c:type="GstElement*"/>
|
12714
|
+
</instance-parameter>
|
12715
|
+
<parameter name="context_type" transfer-ownership="none">
|
12716
|
+
<doc xml:space="preserve">a name of a context to retrieve</doc>
|
12717
|
+
<type name="utf8" c:type="const gchar*"/>
|
12718
|
+
</parameter>
|
12719
|
+
</parameters>
|
12720
|
+
</method>
|
12721
|
+
<method name="get_context_unlocked"
|
12722
|
+
c:identifier="gst_element_get_context_unlocked"
|
12723
|
+
version="1.8">
|
12724
|
+
<doc xml:space="preserve">Gets the context with @context_type set on the element or NULL.</doc>
|
12725
|
+
<return-value transfer-ownership="full">
|
12726
|
+
<doc xml:space="preserve">A #GstContext or NULL</doc>
|
12727
|
+
<type name="Context" c:type="GstContext*"/>
|
12728
|
+
</return-value>
|
12729
|
+
<parameters>
|
12730
|
+
<instance-parameter name="element" transfer-ownership="none">
|
12731
|
+
<doc xml:space="preserve">a #GstElement to get the context of.</doc>
|
12732
|
+
<type name="Element" c:type="GstElement*"/>
|
12733
|
+
</instance-parameter>
|
12734
|
+
<parameter name="context_type" transfer-ownership="none">
|
12735
|
+
<doc xml:space="preserve">a name of a context to retrieve</doc>
|
12736
|
+
<type name="utf8" c:type="const gchar*"/>
|
12737
|
+
</parameter>
|
12738
|
+
</parameters>
|
12739
|
+
</method>
|
12740
|
+
<method name="get_contexts"
|
12741
|
+
c:identifier="gst_element_get_contexts"
|
12742
|
+
version="1.8">
|
12743
|
+
<doc xml:space="preserve">Gets the contexts set on the element.
|
12744
|
+
|
12745
|
+
MT safe.</doc>
|
12746
|
+
<return-value transfer-ownership="full">
|
12747
|
+
<doc xml:space="preserve">List of #GstContext</doc>
|
12748
|
+
<type name="GLib.List" c:type="GList*">
|
12749
|
+
<type name="Context"/>
|
12750
|
+
</type>
|
12751
|
+
</return-value>
|
12752
|
+
<parameters>
|
12753
|
+
<instance-parameter name="element" transfer-ownership="none">
|
12754
|
+
<doc xml:space="preserve">a #GstElement to set the context of.</doc>
|
12755
|
+
<type name="Element" c:type="GstElement*"/>
|
12756
|
+
</instance-parameter>
|
12757
|
+
</parameters>
|
12758
|
+
</method>
|
12345
12759
|
<method name="get_factory" c:identifier="gst_element_get_factory">
|
12346
12760
|
<doc xml:space="preserve">Retrieves the factory that was used to create this element.</doc>
|
12347
12761
|
<return-value transfer-ownership="none">
|
@@ -12951,10 +13365,7 @@ MT safe.</doc>
|
|
12951
13365
|
<doc xml:space="preserve">a #GstElement to invoke the convert query on.</doc>
|
12952
13366
|
<type name="Element" c:type="GstElement*"/>
|
12953
13367
|
</instance-parameter>
|
12954
|
-
<parameter name="src_format"
|
12955
|
-
direction="inout"
|
12956
|
-
caller-allocates="0"
|
12957
|
-
transfer-ownership="full">
|
13368
|
+
<parameter name="src_format" transfer-ownership="none">
|
12958
13369
|
<doc xml:space="preserve">a #GstFormat to convert from.</doc>
|
12959
13370
|
<type name="Format" c:type="GstFormat"/>
|
12960
13371
|
</parameter>
|
@@ -13589,8 +14000,13 @@ state will yield the running_time against the clock.</doc>
|
|
13589
14000
|
<doc xml:space="preserve">updated whenever the a pad is added or removed</doc>
|
13590
14001
|
<type name="guint32" c:type="guint32"/>
|
13591
14002
|
</field>
|
14003
|
+
<field name="contexts">
|
14004
|
+
<type name="GLib.List" c:type="GList*">
|
14005
|
+
<type name="gpointer" c:type="gpointer"/>
|
14006
|
+
</type>
|
14007
|
+
</field>
|
13592
14008
|
<field name="_gst_reserved" readable="0" private="1">
|
13593
|
-
<array zero-terminated="0" c:type="gpointer" fixed-size="
|
14009
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="3">
|
13594
14010
|
<type name="gpointer" c:type="gpointer"/>
|
13595
14011
|
</array>
|
13596
14012
|
</field>
|
@@ -14062,6 +14478,27 @@ dynamically loaded plugins.)</doc>
|
|
14062
14478
|
</parameter>
|
14063
14479
|
</parameters>
|
14064
14480
|
</method>
|
14481
|
+
<method name="add_static_pad_template"
|
14482
|
+
c:identifier="gst_element_class_add_static_pad_template"
|
14483
|
+
version="1.8">
|
14484
|
+
<doc xml:space="preserve">Adds a pad template to an element class based on the static pad template
|
14485
|
+
@templ. This is mainly used in the _class_init functions of element
|
14486
|
+
implementations. If a pad template with the same name already exists,
|
14487
|
+
the old one is replaced by the new one.</doc>
|
14488
|
+
<return-value transfer-ownership="none">
|
14489
|
+
<type name="none" c:type="void"/>
|
14490
|
+
</return-value>
|
14491
|
+
<parameters>
|
14492
|
+
<instance-parameter name="klass" transfer-ownership="none">
|
14493
|
+
<doc xml:space="preserve">the #GstElementClass to add the pad template to.</doc>
|
14494
|
+
<type name="ElementClass" c:type="GstElementClass*"/>
|
14495
|
+
</instance-parameter>
|
14496
|
+
<parameter name="static_templ" transfer-ownership="none">
|
14497
|
+
<doc xml:space="preserve">#GstStaticPadTemplate to add as pad template to the element class.</doc>
|
14498
|
+
<type name="StaticPadTemplate" c:type="GstStaticPadTemplate*"/>
|
14499
|
+
</parameter>
|
14500
|
+
</parameters>
|
14501
|
+
</method>
|
14065
14502
|
<method name="get_metadata"
|
14066
14503
|
c:identifier="gst_element_class_get_metadata">
|
14067
14504
|
<doc xml:space="preserve">Get metadata with @key in @klass.</doc>
|
@@ -14670,7 +15107,7 @@ Most of the event API is used inside plugins. Applications usually only
|
|
14670
15107
|
construct and use seek events.
|
14671
15108
|
To do that gst_event_new_seek() is used to create a seek event. It takes
|
14672
15109
|
the needed parameters to specify seeking time and mode.
|
14673
|
-
|[
|
15110
|
+
|[<!-- language="C" -->
|
14674
15111
|
GstEvent *event;
|
14675
15112
|
gboolean result;
|
14676
15113
|
...
|
@@ -15235,7 +15672,10 @@ stream. A new stream-id should only be created for a stream if the upstream
|
|
15235
15672
|
stream is split into (potentially) multiple new streams, e.g. in a demuxer,
|
15236
15673
|
but not for every single element in the pipeline.
|
15237
15674
|
gst_pad_create_stream_id() or gst_pad_create_stream_id_printf() can be
|
15238
|
-
used to create a stream-id
|
15675
|
+
used to create a stream-id. There are no particular semantics for the
|
15676
|
+
stream-id, though it should be deterministic (to support stream matching)
|
15677
|
+
and it might be used to order streams (besides any information conveyed by
|
15678
|
+
stream flags).</doc>
|
15239
15679
|
<return-value transfer-ownership="full">
|
15240
15680
|
<doc xml:space="preserve">the new STREAM_START event.</doc>
|
15241
15681
|
<type name="Event" c:type="GstEvent*"/>
|
@@ -16857,7 +17297,7 @@ usage.</doc>
|
|
16857
17297
|
<doc xml:space="preserve">Set the new target of the ghostpad @gpad. Any existing target
|
16858
17298
|
is unlinked and links to the new target are established. if @newtarget is
|
16859
17299
|
%NULL the target will be cleared.</doc>
|
16860
|
-
<return-value transfer-ownership="
|
17300
|
+
<return-value transfer-ownership="none">
|
16861
17301
|
<doc xml:space="preserve">%TRUE if the new target could be set. This function
|
16862
17302
|
can return %FALSE when the internal pads could not be linked.</doc>
|
16863
17303
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -16926,7 +17366,7 @@ object will not be increased. Your code is responsible for taking a reference
|
|
16926
17366
|
if it wants to continue using it later.
|
16927
17367
|
|
16928
17368
|
The basic use pattern of an iterator is as follows:
|
16929
|
-
|[
|
17369
|
+
|[<!-- language="C" -->
|
16930
17370
|
GstIterator *it = _get_iterator(object);
|
16931
17371
|
GValue item = G_VALUE_INIT;
|
16932
17372
|
done = FALSE;
|
@@ -17212,7 +17652,10 @@ MT safe.</doc>
|
|
17212
17652
|
<doc xml:space="preserve">pointer to a #GValue where to store the result</doc>
|
17213
17653
|
<type name="GObject.Value" c:type="GValue*"/>
|
17214
17654
|
</parameter>
|
17215
|
-
<parameter name="user_data"
|
17655
|
+
<parameter name="user_data"
|
17656
|
+
transfer-ownership="none"
|
17657
|
+
nullable="1"
|
17658
|
+
allow-none="1">
|
17216
17659
|
<doc xml:space="preserve">user data passed to the compare function</doc>
|
17217
17660
|
<type name="gpointer" c:type="gpointer"/>
|
17218
17661
|
</parameter>
|
@@ -17257,7 +17700,10 @@ MT safe.</doc>
|
|
17257
17700
|
<doc xml:space="preserve">the seed value passed to the fold function</doc>
|
17258
17701
|
<type name="GObject.Value" c:type="GValue*"/>
|
17259
17702
|
</parameter>
|
17260
|
-
<parameter name="user_data"
|
17703
|
+
<parameter name="user_data"
|
17704
|
+
transfer-ownership="none"
|
17705
|
+
nullable="1"
|
17706
|
+
allow-none="1">
|
17261
17707
|
<doc xml:space="preserve">user data passed to the fold function</doc>
|
17262
17708
|
<type name="gpointer" c:type="gpointer"/>
|
17263
17709
|
</parameter>
|
@@ -17286,7 +17732,10 @@ MT safe.</doc>
|
|
17286
17732
|
<type name="IteratorForeachFunction"
|
17287
17733
|
c:type="GstIteratorForeachFunction"/>
|
17288
17734
|
</parameter>
|
17289
|
-
<parameter name="user_data"
|
17735
|
+
<parameter name="user_data"
|
17736
|
+
transfer-ownership="none"
|
17737
|
+
nullable="1"
|
17738
|
+
allow-none="1">
|
17290
17739
|
<doc xml:space="preserve">user data passed to the function</doc>
|
17291
17740
|
<type name="gpointer" c:type="gpointer"/>
|
17292
17741
|
</parameter>
|
@@ -17421,7 +17870,11 @@ reference counts.</doc>
|
|
17421
17870
|
<doc xml:space="preserve">a #GValue collecting the result</doc>
|
17422
17871
|
<type name="GObject.Value" c:type="GValue*"/>
|
17423
17872
|
</parameter>
|
17424
|
-
<parameter name="user_data"
|
17873
|
+
<parameter name="user_data"
|
17874
|
+
transfer-ownership="none"
|
17875
|
+
nullable="1"
|
17876
|
+
allow-none="1"
|
17877
|
+
closure="2">
|
17425
17878
|
<doc xml:space="preserve">data passed to gst_iterator_fold()</doc>
|
17426
17879
|
<type name="gpointer" c:type="gpointer"/>
|
17427
17880
|
</parameter>
|
@@ -17438,7 +17891,11 @@ reference counts.</doc>
|
|
17438
17891
|
<doc xml:space="preserve">The item</doc>
|
17439
17892
|
<type name="GObject.Value" c:type="const GValue*"/>
|
17440
17893
|
</parameter>
|
17441
|
-
<parameter name="user_data"
|
17894
|
+
<parameter name="user_data"
|
17895
|
+
transfer-ownership="none"
|
17896
|
+
nullable="1"
|
17897
|
+
allow-none="1"
|
17898
|
+
closure="1">
|
17442
17899
|
<doc xml:space="preserve">User data</doc>
|
17443
17900
|
<type name="gpointer" c:type="gpointer"/>
|
17444
17901
|
</parameter>
|
@@ -17711,7 +18168,11 @@ Use G_GNUC_NO_INSTRUMENT on that function.</doc>
|
|
17711
18168
|
<doc xml:space="preserve">the message</doc>
|
17712
18169
|
<type name="DebugMessage" c:type="GstDebugMessage*"/>
|
17713
18170
|
</parameter>
|
17714
|
-
<parameter name="user_data"
|
18171
|
+
<parameter name="user_data"
|
18172
|
+
transfer-ownership="none"
|
18173
|
+
nullable="1"
|
18174
|
+
allow-none="1"
|
18175
|
+
closure="7">
|
17715
18176
|
<doc xml:space="preserve">user data for the log function</doc>
|
17716
18177
|
<type name="gpointer" c:type="gpointer"/>
|
17717
18178
|
</parameter>
|
@@ -18231,7 +18692,7 @@ made when this memory needs to be shared between buffers.</doc>
|
|
18231
18692
|
value="128"
|
18232
18693
|
c:identifier="GST_MEMORY_FLAG_PHYSICALLY_CONTIGUOUS"
|
18233
18694
|
glib:nick="physically-contiguous">
|
18234
|
-
<doc xml:space="preserve">the memory is physically contiguous. (Since
|
18695
|
+
<doc xml:space="preserve">the memory is physically contiguous. (Since 1.2)</doc>
|
18235
18696
|
</member>
|
18236
18697
|
<member name="not_mappable"
|
18237
18698
|
value="256"
|
@@ -18268,13 +18729,11 @@ made when this memory needs to be shared between buffers.</doc>
|
|
18268
18729
|
</parameter>
|
18269
18730
|
</parameters>
|
18270
18731
|
</callback>
|
18271
|
-
<callback name="MemoryMapFullFunction"
|
18272
|
-
c:type="GstMemoryMapFullFunction"
|
18273
|
-
introspectable="0">
|
18732
|
+
<callback name="MemoryMapFullFunction" c:type="GstMemoryMapFullFunction">
|
18274
18733
|
<doc xml:space="preserve">Get the memory of @mem that can be accessed according to the mode specified
|
18275
18734
|
in @info's flags. The function should return a pointer that contains at least
|
18276
18735
|
@maxsize bytes.</doc>
|
18277
|
-
<return-value>
|
18736
|
+
<return-value transfer-ownership="none" nullable="1">
|
18278
18737
|
<doc xml:space="preserve">a pointer to memory of which at least @maxsize bytes can be
|
18279
18738
|
accessed according to the access pattern in @info's flags.</doc>
|
18280
18739
|
<type name="gpointer" c:type="gpointer"/>
|
@@ -18294,13 +18753,11 @@ accessed according to the access pattern in @info's flags.</doc>
|
|
18294
18753
|
</parameter>
|
18295
18754
|
</parameters>
|
18296
18755
|
</callback>
|
18297
|
-
<callback name="MemoryMapFunction"
|
18298
|
-
c:type="GstMemoryMapFunction"
|
18299
|
-
introspectable="0">
|
18756
|
+
<callback name="MemoryMapFunction" c:type="GstMemoryMapFunction">
|
18300
18757
|
<doc xml:space="preserve">Get the memory of @mem that can be accessed according to the mode specified
|
18301
18758
|
in @flags. The function should return a pointer that contains at least
|
18302
18759
|
@maxsize bytes.</doc>
|
18303
|
-
<return-value>
|
18760
|
+
<return-value transfer-ownership="none" nullable="1">
|
18304
18761
|
<doc xml:space="preserve">a pointer to memory of which at least @maxsize bytes can be
|
18305
18762
|
accessed according to the access pattern in @flags.</doc>
|
18306
18763
|
<type name="gpointer" c:type="gpointer"/>
|
@@ -18386,7 +18843,7 @@ Messages are posted by objects in the pipeline and are passed to the
|
|
18386
18843
|
application using the #GstBus.
|
18387
18844
|
|
18388
18845
|
The basic use pattern of posting a message on a #GstBus is as follows:
|
18389
|
-
|[
|
18846
|
+
|[<!-- language="C" -->
|
18390
18847
|
gst_bus_post (bus, gst_message_new_eos());
|
18391
18848
|
]|
|
18392
18849
|
|
@@ -19680,7 +20137,7 @@ disappearance of monitored devices.</doc>
|
|
19680
20137
|
in the output arguments are copies; the caller must free them when done.
|
19681
20138
|
|
19682
20139
|
Typical usage of this function might be:
|
19683
|
-
|[
|
20140
|
+
|[<!-- language="C" -->
|
19684
20141
|
...
|
19685
20142
|
switch (GST_MESSAGE_TYPE (msg)) {
|
19686
20143
|
case GST_MESSAGE_ERROR: {
|
@@ -20166,7 +20623,7 @@ MT safe.</doc>
|
|
20166
20623
|
<doc xml:space="preserve">Extracts the old and new states from the GstMessage.
|
20167
20624
|
|
20168
20625
|
Typical usage of this function might be:
|
20169
|
-
|[
|
20626
|
+
|[<!-- language="C" -->
|
20170
20627
|
...
|
20171
20628
|
switch (GST_MESSAGE_TYPE (msg)) {
|
20172
20629
|
case GST_MESSAGE_STATE_CHANGED: {
|
@@ -20447,7 +20904,7 @@ MT safe.</doc>
|
|
20447
20904
|
output argument is a copy; the caller must free it when done.
|
20448
20905
|
|
20449
20906
|
Typical usage of this function might be:
|
20450
|
-
|[
|
20907
|
+
|[<!-- language="C" -->
|
20451
20908
|
...
|
20452
20909
|
switch (GST_MESSAGE_TYPE (msg)) {
|
20453
20910
|
case GST_MESSAGE_TAG: {
|
@@ -21228,7 +21685,10 @@ structure.</doc>
|
|
21228
21685
|
<doc xml:space="preserve">a #GstMeta</doc>
|
21229
21686
|
<type name="Meta" c:type="GstMeta*"/>
|
21230
21687
|
</parameter>
|
21231
|
-
<parameter name="params"
|
21688
|
+
<parameter name="params"
|
21689
|
+
transfer-ownership="none"
|
21690
|
+
nullable="1"
|
21691
|
+
allow-none="1">
|
21232
21692
|
<doc xml:space="preserve">parameters passed to the init function</doc>
|
21233
21693
|
<type name="gpointer" c:type="gpointer"/>
|
21234
21694
|
</parameter>
|
@@ -21282,7 +21742,10 @@ the metadata on @transbuf.</doc>
|
|
21282
21742
|
<doc xml:space="preserve">the transform type</doc>
|
21283
21743
|
<type name="GLib.Quark" c:type="GQuark"/>
|
21284
21744
|
</parameter>
|
21285
|
-
<parameter name="data"
|
21745
|
+
<parameter name="data"
|
21746
|
+
transfer-ownership="none"
|
21747
|
+
nullable="1"
|
21748
|
+
allow-none="1">
|
21286
21749
|
<doc xml:space="preserve">transform specific data.</doc>
|
21287
21750
|
<type name="gpointer" c:type="gpointer"/>
|
21288
21751
|
</parameter>
|
@@ -21538,7 +22001,10 @@ a call to gst_mini_object_set_qdata() with the same @quark.</doc>
|
|
21538
22001
|
<doc xml:space="preserve">A #GQuark, naming the user data pointer</doc>
|
21539
22002
|
<type name="GLib.Quark" c:type="GQuark"/>
|
21540
22003
|
</parameter>
|
21541
|
-
<parameter name="data"
|
22004
|
+
<parameter name="data"
|
22005
|
+
transfer-ownership="none"
|
22006
|
+
nullable="1"
|
22007
|
+
allow-none="1">
|
21542
22008
|
<doc xml:space="preserve">An opaque user data pointer</doc>
|
21543
22009
|
<type name="gpointer" c:type="gpointer"/>
|
21544
22010
|
</parameter>
|
@@ -21621,7 +22087,10 @@ to stay alive).</doc>
|
|
21621
22087
|
<doc xml:space="preserve">callback to invoke before the mini object is freed</doc>
|
21622
22088
|
<type name="MiniObjectNotify" c:type="GstMiniObjectNotify"/>
|
21623
22089
|
</parameter>
|
21624
|
-
<parameter name="data"
|
22090
|
+
<parameter name="data"
|
22091
|
+
transfer-ownership="none"
|
22092
|
+
nullable="1"
|
22093
|
+
allow-none="1">
|
21625
22094
|
<doc xml:space="preserve">extra data to pass to notify</doc>
|
21626
22095
|
<type name="gpointer" c:type="gpointer"/>
|
21627
22096
|
</parameter>
|
@@ -21643,7 +22112,10 @@ to stay alive).</doc>
|
|
21643
22112
|
<doc xml:space="preserve">callback to search for</doc>
|
21644
22113
|
<type name="MiniObjectNotify" c:type="GstMiniObjectNotify"/>
|
21645
22114
|
</parameter>
|
21646
|
-
<parameter name="data"
|
22115
|
+
<parameter name="data"
|
22116
|
+
transfer-ownership="none"
|
22117
|
+
nullable="1"
|
22118
|
+
allow-none="1">
|
21647
22119
|
<doc xml:space="preserve">data to search for</doc>
|
21648
22120
|
<type name="gpointer" c:type="gpointer"/>
|
21649
22121
|
</parameter>
|
@@ -21806,7 +22278,11 @@ last ref and @obj is about to be freed.</doc>
|
|
21806
22278
|
<type name="none" c:type="void"/>
|
21807
22279
|
</return-value>
|
21808
22280
|
<parameters>
|
21809
|
-
<parameter name="user_data"
|
22281
|
+
<parameter name="user_data"
|
22282
|
+
transfer-ownership="none"
|
22283
|
+
nullable="1"
|
22284
|
+
allow-none="1"
|
22285
|
+
closure="0">
|
21810
22286
|
<doc xml:space="preserve">data that was provided when the notify was added</doc>
|
21811
22287
|
<type name="gpointer" c:type="gpointer"/>
|
21812
22288
|
</parameter>
|
@@ -21968,11 +22444,14 @@ of the floating reference, converting it to a normal reference by clearing
|
|
21968
22444
|
the floating flag while leaving the reference count unchanged. If the object
|
21969
22445
|
is not floating, then this call adds a new normal reference increasing the
|
21970
22446
|
reference count by one.</doc>
|
21971
|
-
<return-value>
|
22447
|
+
<return-value transfer-ownership="none" nullable="1">
|
21972
22448
|
<type name="gpointer" c:type="gpointer"/>
|
21973
22449
|
</return-value>
|
21974
22450
|
<parameters>
|
21975
|
-
<parameter name="object"
|
22451
|
+
<parameter name="object"
|
22452
|
+
transfer-ownership="none"
|
22453
|
+
nullable="1"
|
22454
|
+
allow-none="1">
|
21976
22455
|
<doc xml:space="preserve">a #GstObject to sink</doc>
|
21977
22456
|
<type name="gpointer" c:type="gpointer"/>
|
21978
22457
|
</parameter>
|
@@ -22270,7 +22749,10 @@ better suites for bindings.</doc>
|
|
22270
22749
|
<doc xml:space="preserve">the number of values</doc>
|
22271
22750
|
<type name="guint" c:type="guint"/>
|
22272
22751
|
</parameter>
|
22273
|
-
<parameter name="values"
|
22752
|
+
<parameter name="values"
|
22753
|
+
transfer-ownership="none"
|
22754
|
+
nullable="1"
|
22755
|
+
allow-none="1">
|
22274
22756
|
<doc xml:space="preserve">array to put control-values in</doc>
|
22275
22757
|
<type name="gpointer" c:type="gpointer"/>
|
22276
22758
|
</parameter>
|
@@ -22954,7 +23436,14 @@ MT safe.</doc>
|
|
22954
23436
|
</method>
|
22955
23437
|
<method name="add_probe" c:identifier="gst_pad_add_probe">
|
22956
23438
|
<doc xml:space="preserve">Be notified of different states of pads. The provided callback is called for
|
22957
|
-
every state that matches @mask
|
23439
|
+
every state that matches @mask.
|
23440
|
+
|
23441
|
+
Probes are called in groups: First GST_PAD_PROBE_TYPE_BLOCK probes are
|
23442
|
+
called, then others, then finally GST_PAD_PROBE_TYPE_IDLE. The only
|
23443
|
+
exception here are GST_PAD_PROBE_TYPE_IDLE probes that are called
|
23444
|
+
immediately if the pad is already idle while calling gst_pad_add_probe().
|
23445
|
+
In each of the groups, probes are called in the order in which they were
|
23446
|
+
added.</doc>
|
22958
23447
|
<return-value transfer-ownership="none">
|
22959
23448
|
<doc xml:space="preserve">an id or 0 if no probe is pending. The id can be used to remove the
|
22960
23449
|
probe with gst_pad_remove_probe(). When using GST_PAD_PROBE_TYPE_IDLE it can
|
@@ -22982,7 +23471,10 @@ MT safe.</doc>
|
|
22982
23471
|
the pad state</doc>
|
22983
23472
|
<type name="PadProbeCallback" c:type="GstPadProbeCallback"/>
|
22984
23473
|
</parameter>
|
22985
|
-
<parameter name="user_data"
|
23474
|
+
<parameter name="user_data"
|
23475
|
+
transfer-ownership="none"
|
23476
|
+
nullable="1"
|
23477
|
+
allow-none="1">
|
22986
23478
|
<doc xml:space="preserve">user data passed to the callback</doc>
|
22987
23479
|
<type name="gpointer" c:type="gpointer"/>
|
22988
23480
|
</parameter>
|
@@ -23270,7 +23762,10 @@ When @forward returns %TRUE, no further pads will be processed.</doc>
|
|
23270
23762
|
<doc xml:space="preserve">a #GstPadForwardFunction</doc>
|
23271
23763
|
<type name="PadForwardFunction" c:type="GstPadForwardFunction"/>
|
23272
23764
|
</parameter>
|
23273
|
-
<parameter name="user_data"
|
23765
|
+
<parameter name="user_data"
|
23766
|
+
transfer-ownership="none"
|
23767
|
+
nullable="1"
|
23768
|
+
allow-none="1">
|
23274
23769
|
<doc xml:space="preserve">user data passed to @forward</doc>
|
23275
23770
|
<type name="gpointer" c:type="gpointer"/>
|
23276
23771
|
</parameter>
|
@@ -23301,8 +23796,9 @@ MT safe.</doc>
|
|
23301
23796
|
<method name="get_current_caps" c:identifier="gst_pad_get_current_caps">
|
23302
23797
|
<doc xml:space="preserve">Gets the capabilities currently configured on @pad with the last
|
23303
23798
|
#GST_EVENT_CAPS event.</doc>
|
23304
|
-
<return-value transfer-ownership="full">
|
23305
|
-
<doc xml:space="preserve">the current caps of the pad with
|
23799
|
+
<return-value transfer-ownership="full" nullable="1">
|
23800
|
+
<doc xml:space="preserve">the current caps of the pad with
|
23801
|
+
incremented ref-count or %NULL when pad has no caps. Unref after usage.</doc>
|
23306
23802
|
<type name="Caps" c:type="GstCaps*"/>
|
23307
23803
|
</return-value>
|
23308
23804
|
<parameters>
|
@@ -23333,7 +23829,7 @@ MT safe.</doc>
|
|
23333
23829
|
c:identifier="gst_pad_get_element_private">
|
23334
23830
|
<doc xml:space="preserve">Gets the private data of a pad.
|
23335
23831
|
No locking is performed in this function.</doc>
|
23336
|
-
<return-value transfer-ownership="none">
|
23832
|
+
<return-value transfer-ownership="none" nullable="1">
|
23337
23833
|
<doc xml:space="preserve">a #gpointer to the private data.</doc>
|
23338
23834
|
<type name="gpointer" c:type="gpointer"/>
|
23339
23835
|
</return-value>
|
@@ -23810,9 +24306,9 @@ called on sinkpads @filter contains the caps accepted by
|
|
23810
24306
|
downstream in the preferred order. @filter might be %NULL but
|
23811
24307
|
if it is not %NULL the returned caps will be a subset of @filter.</doc>
|
23812
24308
|
<return-value transfer-ownership="full">
|
23813
|
-
<doc xml:space="preserve">the caps of the peer pad with incremented
|
23814
|
-
no peer pad, this function returns @filter or,
|
23815
|
-
caps.</doc>
|
24309
|
+
<doc xml:space="preserve">the caps of the peer pad with incremented
|
24310
|
+
ref-count. When there is no peer pad, this function returns @filter or,
|
24311
|
+
when @filter is %NULL, ANY caps.</doc>
|
23816
24312
|
<type name="Caps" c:type="GstCaps*"/>
|
23817
24313
|
</return-value>
|
23818
24314
|
<parameters>
|
@@ -24376,7 +24872,10 @@ Call this function if your sink pad can start a pull-based task.</doc>
|
|
24376
24872
|
<doc xml:space="preserve">the #GstPadActivateFunction to set.</doc>
|
24377
24873
|
<type name="PadActivateFunction" c:type="GstPadActivateFunction"/>
|
24378
24874
|
</parameter>
|
24379
|
-
<parameter name="user_data"
|
24875
|
+
<parameter name="user_data"
|
24876
|
+
transfer-ownership="none"
|
24877
|
+
nullable="1"
|
24878
|
+
allow-none="1">
|
24380
24879
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24381
24880
|
<type name="gpointer" c:type="gpointer"/>
|
24382
24881
|
</parameter>
|
@@ -24407,7 +24906,10 @@ prepares the element for data passing.</doc>
|
|
24407
24906
|
<type name="PadActivateModeFunction"
|
24408
24907
|
c:type="GstPadActivateModeFunction"/>
|
24409
24908
|
</parameter>
|
24410
|
-
<parameter name="user_data"
|
24909
|
+
<parameter name="user_data"
|
24910
|
+
transfer-ownership="none"
|
24911
|
+
nullable="1"
|
24912
|
+
allow-none="1">
|
24411
24913
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24412
24914
|
<type name="gpointer" c:type="gpointer"/>
|
24413
24915
|
</parameter>
|
@@ -24464,7 +24966,10 @@ process a #GstBuffer input buffer. see #GstPadChainFunction for more details.</d
|
|
24464
24966
|
<doc xml:space="preserve">the #GstPadChainFunction to set.</doc>
|
24465
24967
|
<type name="PadChainFunction" c:type="GstPadChainFunction"/>
|
24466
24968
|
</parameter>
|
24467
|
-
<parameter name="user_data"
|
24969
|
+
<parameter name="user_data"
|
24970
|
+
transfer-ownership="none"
|
24971
|
+
nullable="1"
|
24972
|
+
allow-none="1">
|
24468
24973
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24469
24974
|
<type name="gpointer" c:type="gpointer"/>
|
24470
24975
|
</parameter>
|
@@ -24496,7 +25001,10 @@ called to process a #GstBufferList input buffer list. See
|
|
24496
25001
|
<type name="PadChainListFunction"
|
24497
25002
|
c:type="GstPadChainListFunction"/>
|
24498
25003
|
</parameter>
|
24499
|
-
<parameter name="user_data"
|
25004
|
+
<parameter name="user_data"
|
25005
|
+
transfer-ownership="none"
|
25006
|
+
nullable="1"
|
25007
|
+
allow-none="1">
|
24500
25008
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24501
25009
|
<type name="gpointer" c:type="gpointer"/>
|
24502
25010
|
</parameter>
|
@@ -24519,12 +25027,49 @@ No locking is performed in this function.</doc>
|
|
24519
25027
|
<doc xml:space="preserve">the #GstPad to set the private data of.</doc>
|
24520
25028
|
<type name="Pad" c:type="GstPad*"/>
|
24521
25029
|
</instance-parameter>
|
24522
|
-
<parameter name="priv"
|
25030
|
+
<parameter name="priv"
|
25031
|
+
transfer-ownership="none"
|
25032
|
+
nullable="1"
|
25033
|
+
allow-none="1">
|
24523
25034
|
<doc xml:space="preserve">The private data to attach to the pad.</doc>
|
24524
25035
|
<type name="gpointer" c:type="gpointer"/>
|
24525
25036
|
</parameter>
|
24526
25037
|
</parameters>
|
24527
25038
|
</method>
|
25039
|
+
<method name="set_event_full_function_full"
|
25040
|
+
c:identifier="gst_pad_set_event_full_function_full"
|
25041
|
+
version="1.8">
|
25042
|
+
<doc xml:space="preserve">Sets the given event handler for the pad.</doc>
|
25043
|
+
<return-value transfer-ownership="none">
|
25044
|
+
<type name="none" c:type="void"/>
|
25045
|
+
</return-value>
|
25046
|
+
<parameters>
|
25047
|
+
<instance-parameter name="pad" transfer-ownership="none">
|
25048
|
+
<doc xml:space="preserve">a #GstPad of either direction.</doc>
|
25049
|
+
<type name="Pad" c:type="GstPad*"/>
|
25050
|
+
</instance-parameter>
|
25051
|
+
<parameter name="event"
|
25052
|
+
transfer-ownership="none"
|
25053
|
+
scope="notified"
|
25054
|
+
closure="1"
|
25055
|
+
destroy="2">
|
25056
|
+
<doc xml:space="preserve">the #GstPadEventFullFunction to set.</doc>
|
25057
|
+
<type name="PadEventFullFunction"
|
25058
|
+
c:type="GstPadEventFullFunction"/>
|
25059
|
+
</parameter>
|
25060
|
+
<parameter name="user_data"
|
25061
|
+
transfer-ownership="none"
|
25062
|
+
nullable="1"
|
25063
|
+
allow-none="1">
|
25064
|
+
<doc xml:space="preserve">user_data passed to @notify</doc>
|
25065
|
+
<type name="gpointer" c:type="gpointer"/>
|
25066
|
+
</parameter>
|
25067
|
+
<parameter name="notify" transfer-ownership="none" scope="async">
|
25068
|
+
<doc xml:space="preserve">notify called when @event will not be used anymore.</doc>
|
25069
|
+
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
|
25070
|
+
</parameter>
|
25071
|
+
</parameters>
|
25072
|
+
</method>
|
24528
25073
|
<method name="set_event_function_full"
|
24529
25074
|
c:identifier="gst_pad_set_event_function_full">
|
24530
25075
|
<doc xml:space="preserve">Sets the given event handler for the pad.</doc>
|
@@ -24544,7 +25089,10 @@ No locking is performed in this function.</doc>
|
|
24544
25089
|
<doc xml:space="preserve">the #GstPadEventFunction to set.</doc>
|
24545
25090
|
<type name="PadEventFunction" c:type="GstPadEventFunction"/>
|
24546
25091
|
</parameter>
|
24547
|
-
<parameter name="user_data"
|
25092
|
+
<parameter name="user_data"
|
25093
|
+
transfer-ownership="none"
|
25094
|
+
nullable="1"
|
25095
|
+
allow-none="1">
|
24548
25096
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24549
25097
|
<type name="gpointer" c:type="gpointer"/>
|
24550
25098
|
</parameter>
|
@@ -24575,7 +25123,10 @@ called to produce a new #GstBuffer to start the processing pipeline. see
|
|
24575
25123
|
<doc xml:space="preserve">the #GstPadGetRangeFunction to set.</doc>
|
24576
25124
|
<type name="PadGetRangeFunction" c:type="GstPadGetRangeFunction"/>
|
24577
25125
|
</parameter>
|
24578
|
-
<parameter name="user_data"
|
25126
|
+
<parameter name="user_data"
|
25127
|
+
transfer-ownership="none"
|
25128
|
+
nullable="1"
|
25129
|
+
allow-none="1">
|
24579
25130
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24580
25131
|
<type name="gpointer" c:type="gpointer"/>
|
24581
25132
|
</parameter>
|
@@ -24605,7 +25156,10 @@ called to produce a new #GstBuffer to start the processing pipeline. see
|
|
24605
25156
|
<type name="PadIterIntLinkFunction"
|
24606
25157
|
c:type="GstPadIterIntLinkFunction"/>
|
24607
25158
|
</parameter>
|
24608
|
-
<parameter name="user_data"
|
25159
|
+
<parameter name="user_data"
|
25160
|
+
transfer-ownership="none"
|
25161
|
+
nullable="1"
|
25162
|
+
allow-none="1">
|
24609
25163
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24610
25164
|
<type name="gpointer" c:type="gpointer"/>
|
24611
25165
|
</parameter>
|
@@ -24644,7 +25198,10 @@ of the peer sink pad, if present.</doc>
|
|
24644
25198
|
<doc xml:space="preserve">the #GstPadLinkFunction to set.</doc>
|
24645
25199
|
<type name="PadLinkFunction" c:type="GstPadLinkFunction"/>
|
24646
25200
|
</parameter>
|
24647
|
-
<parameter name="user_data"
|
25201
|
+
<parameter name="user_data"
|
25202
|
+
transfer-ownership="none"
|
25203
|
+
nullable="1"
|
25204
|
+
allow-none="1">
|
24648
25205
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24649
25206
|
<type name="gpointer" c:type="gpointer"/>
|
24650
25207
|
</parameter>
|
@@ -24689,7 +25246,10 @@ of the peer sink pad, if present.</doc>
|
|
24689
25246
|
<doc xml:space="preserve">the #GstPadQueryFunction to set.</doc>
|
24690
25247
|
<type name="PadQueryFunction" c:type="GstPadQueryFunction"/>
|
24691
25248
|
</parameter>
|
24692
|
-
<parameter name="user_data"
|
25249
|
+
<parameter name="user_data"
|
25250
|
+
transfer-ownership="none"
|
25251
|
+
nullable="1"
|
25252
|
+
allow-none="1">
|
24693
25253
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24694
25254
|
<type name="gpointer" c:type="gpointer"/>
|
24695
25255
|
</parameter>
|
@@ -24719,7 +25279,10 @@ when the pad is unlinked.</doc>
|
|
24719
25279
|
<doc xml:space="preserve">the #GstPadUnlinkFunction to set.</doc>
|
24720
25280
|
<type name="PadUnlinkFunction" c:type="GstPadUnlinkFunction"/>
|
24721
25281
|
</parameter>
|
24722
|
-
<parameter name="user_data"
|
25282
|
+
<parameter name="user_data"
|
25283
|
+
transfer-ownership="none"
|
25284
|
+
nullable="1"
|
25285
|
+
allow-none="1">
|
24723
25286
|
<doc xml:space="preserve">user_data passed to @notify</doc>
|
24724
25287
|
<type name="gpointer" c:type="gpointer"/>
|
24725
25288
|
</parameter>
|
@@ -24751,7 +25314,10 @@ before @func is called.</doc>
|
|
24751
25314
|
<doc xml:space="preserve">the task function to call</doc>
|
24752
25315
|
<type name="TaskFunction" c:type="GstTaskFunction"/>
|
24753
25316
|
</parameter>
|
24754
|
-
<parameter name="user_data"
|
25317
|
+
<parameter name="user_data"
|
25318
|
+
transfer-ownership="none"
|
25319
|
+
nullable="1"
|
25320
|
+
allow-none="1">
|
24755
25321
|
<doc xml:space="preserve">user data passed to the task function</doc>
|
24756
25322
|
<type name="gpointer" c:type="gpointer"/>
|
24757
25323
|
</parameter>
|
@@ -24782,7 +25348,10 @@ event. If @foreach_func returns %FALSE the iteration is immediately stopped.</do
|
|
24782
25348
|
<type name="PadStickyEventsForeachFunction"
|
24783
25349
|
c:type="GstPadStickyEventsForeachFunction"/>
|
24784
25350
|
</parameter>
|
24785
|
-
<parameter name="user_data"
|
25351
|
+
<parameter name="user_data"
|
25352
|
+
transfer-ownership="none"
|
25353
|
+
nullable="1"
|
25354
|
+
allow-none="1">
|
24786
25355
|
<doc xml:space="preserve">the optional user data.</doc>
|
24787
25356
|
<type name="gpointer" c:type="gpointer"/>
|
24788
25357
|
</parameter>
|
@@ -25035,6 +25604,10 @@ be renegotiated to something else.</doc>
|
|
25035
25604
|
<field name="last_flowret" writable="1">
|
25036
25605
|
<type name="FlowReturn" c:type="GstFlowReturn"/>
|
25037
25606
|
</field>
|
25607
|
+
<field name="eventfullfunc" writable="1">
|
25608
|
+
<type name="PadEventFullFunction"
|
25609
|
+
c:type="GstPadEventFullFunction"/>
|
25610
|
+
</field>
|
25038
25611
|
</record>
|
25039
25612
|
</union>
|
25040
25613
|
<glib:signal name="linked" when="last">
|
@@ -25239,6 +25812,39 @@ post an error on the bus and return an appropriate #GstFlowReturn value.</doc>
|
|
25239
25812
|
<doc xml:space="preserve">the pad is a sink pad.</doc>
|
25240
25813
|
</member>
|
25241
25814
|
</enumeration>
|
25815
|
+
<callback name="PadEventFullFunction"
|
25816
|
+
c:type="GstPadEventFullFunction"
|
25817
|
+
version="1.8">
|
25818
|
+
<doc xml:space="preserve">Function signature to handle an event for the pad.
|
25819
|
+
|
25820
|
+
This variant is for specific elements that will take into account the
|
25821
|
+
last downstream flow return (from a pad push), in which case they can
|
25822
|
+
return it.</doc>
|
25823
|
+
<return-value transfer-ownership="none">
|
25824
|
+
<doc xml:space="preserve">%GST_FLOW_OK if the event was handled properly, or any other
|
25825
|
+
#GstFlowReturn dependent on downstream state.</doc>
|
25826
|
+
<type name="FlowReturn" c:type="GstFlowReturn"/>
|
25827
|
+
</return-value>
|
25828
|
+
<parameters>
|
25829
|
+
<parameter name="pad" transfer-ownership="none">
|
25830
|
+
<doc xml:space="preserve">the #GstPad to handle the event.</doc>
|
25831
|
+
<type name="Pad" c:type="GstPad*"/>
|
25832
|
+
</parameter>
|
25833
|
+
<parameter name="parent"
|
25834
|
+
transfer-ownership="none"
|
25835
|
+
nullable="1"
|
25836
|
+
allow-none="1">
|
25837
|
+
<doc xml:space="preserve">the parent of @pad. If the #GST_PAD_FLAG_NEED_PARENT
|
25838
|
+
flag is set, @parent is guaranteed to be not-%NULL and remain valid
|
25839
|
+
during the execution of this function.</doc>
|
25840
|
+
<type name="Object" c:type="GstObject*"/>
|
25841
|
+
</parameter>
|
25842
|
+
<parameter name="event" transfer-ownership="full">
|
25843
|
+
<doc xml:space="preserve">the #GstEvent to handle.</doc>
|
25844
|
+
<type name="Event" c:type="GstEvent*"/>
|
25845
|
+
</parameter>
|
25846
|
+
</parameters>
|
25847
|
+
</callback>
|
25242
25848
|
<callback name="PadEventFunction" c:type="GstPadEventFunction">
|
25243
25849
|
<doc xml:space="preserve">Function signature to handle an event for the pad.</doc>
|
25244
25850
|
<return-value transfer-ownership="none">
|
@@ -25356,6 +25962,15 @@ post an error on the bus and return an appropriate #GstFlowReturn value.</doc>
|
|
25356
25962
|
of checking for a subset. This is interesting for
|
25357
25963
|
parsers that can accept incompletely specified caps.</doc>
|
25358
25964
|
</member>
|
25965
|
+
<member name="accept_template"
|
25966
|
+
value="65536"
|
25967
|
+
c:identifier="GST_PAD_FLAG_ACCEPT_TEMPLATE"
|
25968
|
+
glib:nick="accept-template">
|
25969
|
+
<doc xml:space="preserve">the default accept-caps handler will use
|
25970
|
+
the template pad caps instead of query caps to
|
25971
|
+
compare with the accept caps. Use this in combination
|
25972
|
+
with %GST_PAD_FLAG_ACCEPT_INTERSECT. (Since 1.6)</doc>
|
25973
|
+
</member>
|
25359
25974
|
<member name="last"
|
25360
25975
|
value="1048576"
|
25361
25976
|
c:identifier="GST_PAD_FLAG_LAST"
|
@@ -25375,7 +25990,11 @@ gst_pad_forward().</doc>
|
|
25375
25990
|
<doc xml:space="preserve">the #GstPad that is forwarded.</doc>
|
25376
25991
|
<type name="Pad" c:type="GstPad*"/>
|
25377
25992
|
</parameter>
|
25378
|
-
<parameter name="user_data"
|
25993
|
+
<parameter name="user_data"
|
25994
|
+
transfer-ownership="none"
|
25995
|
+
nullable="1"
|
25996
|
+
allow-none="1"
|
25997
|
+
closure="1">
|
25379
25998
|
<doc xml:space="preserve">the gpointer to optional user data.</doc>
|
25380
25999
|
<type name="gpointer" c:type="gpointer"/>
|
25381
26000
|
</parameter>
|
@@ -25682,7 +26301,11 @@ The callback is allowed to modify the data pointer in @info.</doc>
|
|
25682
26301
|
<doc xml:space="preserve">#GstPadProbeInfo</doc>
|
25683
26302
|
<type name="PadProbeInfo" c:type="GstPadProbeInfo*"/>
|
25684
26303
|
</parameter>
|
25685
|
-
<parameter name="user_data"
|
26304
|
+
<parameter name="user_data"
|
26305
|
+
transfer-ownership="none"
|
26306
|
+
nullable="1"
|
26307
|
+
allow-none="1"
|
26308
|
+
closure="2">
|
25686
26309
|
<doc xml:space="preserve">the gpointer to optional user data.</doc>
|
25687
26310
|
<type name="gpointer" c:type="gpointer"/>
|
25688
26311
|
</parameter>
|
@@ -25713,11 +26336,18 @@ The callback is allowed to modify the data pointer in @info.</doc>
|
|
25713
26336
|
#GST_PAD_PROBE_TYPE_PULL</doc>
|
25714
26337
|
<type name="guint" c:type="guint"/>
|
25715
26338
|
</field>
|
25716
|
-
<
|
25717
|
-
<
|
25718
|
-
<
|
25719
|
-
|
25720
|
-
|
26339
|
+
<union name="ABI" c:type="ABI">
|
26340
|
+
<field name="_gst_reserved" writable="1">
|
26341
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="4">
|
26342
|
+
<type name="gpointer" c:type="gpointer"/>
|
26343
|
+
</array>
|
26344
|
+
</field>
|
26345
|
+
<record name="abi" c:type="abi">
|
26346
|
+
<field name="flow_ret" writable="1">
|
26347
|
+
<type name="FlowReturn" c:type="GstFlowReturn"/>
|
26348
|
+
</field>
|
26349
|
+
</record>
|
26350
|
+
</union>
|
25721
26351
|
<method name="get_buffer" c:identifier="gst_pad_probe_info_get_buffer">
|
25722
26352
|
<return-value transfer-ownership="none">
|
25723
26353
|
<doc xml:space="preserve">The #GstBuffer from the probe</doc>
|
@@ -25732,11 +26362,13 @@ The callback is allowed to modify the data pointer in @info.</doc>
|
|
25732
26362
|
</method>
|
25733
26363
|
<method name="get_buffer_list"
|
25734
26364
|
c:identifier="gst_pad_probe_info_get_buffer_list">
|
25735
|
-
<return-value transfer-ownership="
|
26365
|
+
<return-value transfer-ownership="none">
|
26366
|
+
<doc xml:space="preserve">The #GstBufferList from the probe</doc>
|
25736
26367
|
<type name="BufferList" c:type="GstBufferList*"/>
|
25737
26368
|
</return-value>
|
25738
26369
|
<parameters>
|
25739
26370
|
<instance-parameter name="info" transfer-ownership="none">
|
26371
|
+
<doc xml:space="preserve">a #GstPadProbeInfo</doc>
|
25740
26372
|
<type name="PadProbeInfo" c:type="GstPadProbeInfo*"/>
|
25741
26373
|
</instance-parameter>
|
25742
26374
|
</parameters>
|
@@ -25776,28 +26408,45 @@ The callback is allowed to modify the data pointer in @info.</doc>
|
|
25776
26408
|
c:identifier="GST_PAD_PROBE_DROP"
|
25777
26409
|
glib:nick="drop">
|
25778
26410
|
<doc xml:space="preserve">drop data in data probes. For push mode this means that
|
25779
|
-
the data item is not sent downstream. For pull mode, it means that
|
25780
|
-
data item is not passed upstream. In both cases,
|
25781
|
-
|
26411
|
+
the data item is not sent downstream. For pull mode, it means that
|
26412
|
+
the data item is not passed upstream. In both cases, no more probes
|
26413
|
+
are called and #GST_FLOW_OK or %TRUE is returned to the caller.</doc>
|
25782
26414
|
</member>
|
25783
26415
|
<member name="ok"
|
25784
26416
|
value="1"
|
25785
26417
|
c:identifier="GST_PAD_PROBE_OK"
|
25786
26418
|
glib:nick="ok">
|
25787
|
-
<doc xml:space="preserve">normal probe return value
|
26419
|
+
<doc xml:space="preserve">normal probe return value. This leaves the probe in
|
26420
|
+
place, and defers decisions about dropping or passing data to other
|
26421
|
+
probes, if any. If there are no other probes, the default behaviour
|
26422
|
+
for the probe type applies (block for blocking probes, and pass for
|
26423
|
+
non-blocking probes).</doc>
|
25788
26424
|
</member>
|
25789
26425
|
<member name="remove"
|
25790
26426
|
value="2"
|
25791
26427
|
c:identifier="GST_PAD_PROBE_REMOVE"
|
25792
26428
|
glib:nick="remove">
|
25793
|
-
<doc xml:space="preserve">remove probe
|
26429
|
+
<doc xml:space="preserve">remove this probe.</doc>
|
25794
26430
|
</member>
|
25795
26431
|
<member name="pass"
|
25796
26432
|
value="3"
|
25797
26433
|
c:identifier="GST_PAD_PROBE_PASS"
|
25798
26434
|
glib:nick="pass">
|
25799
|
-
<doc xml:space="preserve">pass the data item in the block probe and block on
|
25800
|
-
|
26435
|
+
<doc xml:space="preserve">pass the data item in the block probe and block on the
|
26436
|
+
next item.</doc>
|
26437
|
+
</member>
|
26438
|
+
<member name="handled"
|
26439
|
+
value="4"
|
26440
|
+
c:identifier="GST_PAD_PROBE_HANDLED"
|
26441
|
+
glib:nick="handled">
|
26442
|
+
<doc xml:space="preserve">Data has been handled in the probe and will not be
|
26443
|
+
forwarded further. For events and buffers this is the same behaviour as
|
26444
|
+
@GST_PAD_PROBE_DROP (except that in this case you need to unref the buffer
|
26445
|
+
or event yourself). For queries it will also return %TRUE to the caller.
|
26446
|
+
The probe can also modify the #GstFlowReturn value by using the
|
26447
|
+
#GST_PAD_PROBE_INFO_FLOW_RETURN() accessor.
|
26448
|
+
Note that the resulting query must contain valid entries.
|
26449
|
+
Since: 1.6</doc>
|
25801
26450
|
</member>
|
25802
26451
|
</enumeration>
|
25803
26452
|
<bitfield name="PadProbeType"
|
@@ -25996,7 +26645,11 @@ removing or modifying.</doc>
|
|
25996
26645
|
<doc xml:space="preserve">a sticky #GstEvent.</doc>
|
25997
26646
|
<type name="Event" c:type="GstEvent**"/>
|
25998
26647
|
</parameter>
|
25999
|
-
<parameter name="user_data"
|
26648
|
+
<parameter name="user_data"
|
26649
|
+
transfer-ownership="none"
|
26650
|
+
nullable="1"
|
26651
|
+
allow-none="1"
|
26652
|
+
closure="2">
|
26000
26653
|
<doc xml:space="preserve">the #gpointer to optional user data.</doc>
|
26001
26654
|
<type name="gpointer" c:type="gpointer"/>
|
26002
26655
|
</parameter>
|
@@ -26038,7 +26691,7 @@ or gst_pad_new_from_static_template ()) or to add to an element class
|
|
26038
26691
|
(see gst_element_class_add_pad_template ()).
|
26039
26692
|
|
26040
26693
|
The following code example shows the code to create a pad from a padtemplate.
|
26041
|
-
|[
|
26694
|
+
|[<!-- language="C" -->
|
26042
26695
|
GstStaticPadTemplate my_template =
|
26043
26696
|
GST_STATIC_PAD_TEMPLATE (
|
26044
26697
|
"sink", // the name of the pad
|
@@ -26060,7 +26713,7 @@ The following code example shows the code to create a pad from a padtemplate.
|
|
26060
26713
|
|
26061
26714
|
The following example shows you how to add the padtemplate to an
|
26062
26715
|
element class, this is usually done in the class_init of the class:
|
26063
|
-
|[
|
26716
|
+
|[<!-- language="C" -->
|
26064
26717
|
static void
|
26065
26718
|
my_element_class_init (GstMyElementClass *klass)
|
26066
26719
|
{
|
@@ -26429,6 +27082,12 @@ of %GST_PARSE_ERROR_NO_SUCH_ELEMENT was returned.</doc>
|
|
26429
27082
|
glib:nick="empty">
|
26430
27083
|
<doc xml:space="preserve">An empty description was specified</doc>
|
26431
27084
|
</member>
|
27085
|
+
<member name="delayed_link"
|
27086
|
+
value="7"
|
27087
|
+
c:identifier="GST_PARSE_ERROR_DELAYED_LINK"
|
27088
|
+
glib:nick="delayed-link">
|
27089
|
+
<doc xml:space="preserve">A delayed link did not get resolved.</doc>
|
27090
|
+
</member>
|
26432
27091
|
<function name="quark" c:identifier="gst_parse_error_quark">
|
26433
27092
|
<doc xml:space="preserve">Get the error quark used by the parsing subsystem.</doc>
|
26434
27093
|
<return-value transfer-ownership="none">
|
@@ -27059,7 +27718,10 @@ via gst_init_get_option_group()) before calling this function.</doc>
|
|
27059
27718
|
<doc xml:space="preserve">URL to provider of plugin</doc>
|
27060
27719
|
<type name="utf8" c:type="const gchar*"/>
|
27061
27720
|
</parameter>
|
27062
|
-
<parameter name="user_data"
|
27721
|
+
<parameter name="user_data"
|
27722
|
+
transfer-ownership="none"
|
27723
|
+
nullable="1"
|
27724
|
+
allow-none="1">
|
27063
27725
|
<doc xml:space="preserve">gpointer to user data</doc>
|
27064
27726
|
<type name="gpointer" c:type="gpointer"/>
|
27065
27727
|
</parameter>
|
@@ -27409,6 +28071,14 @@ The cache is flushed every time the registry is rebuilt.</doc>
|
|
27409
28071
|
filename argument as filter suffix and check all matching files in
|
27410
28072
|
the directory</doc>
|
27411
28073
|
</member>
|
28074
|
+
<member name="file_name_is_prefix"
|
28075
|
+
value="8"
|
28076
|
+
c:identifier="GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_PREFIX"
|
28077
|
+
glib:nick="file-name-is-prefix">
|
28078
|
+
<doc xml:space="preserve">interpret
|
28079
|
+
filename argument as filter prefix and check all matching files in
|
28080
|
+
the directory. Since 1.8.</doc>
|
28081
|
+
</member>
|
27412
28082
|
</bitfield>
|
27413
28083
|
<record name="PluginDesc" c:type="GstPluginDesc">
|
27414
28084
|
<doc xml:space="preserve">A plugin should export a variable of this type called plugin_desc. The plugin
|
@@ -27574,11 +28244,17 @@ ranks are equal but the name of p2 comes before the name of p1</doc>
|
|
27574
28244
|
<type name="gint" c:type="gint"/>
|
27575
28245
|
</return-value>
|
27576
28246
|
<parameters>
|
27577
|
-
<parameter name="p1"
|
28247
|
+
<parameter name="p1"
|
28248
|
+
transfer-ownership="none"
|
28249
|
+
nullable="1"
|
28250
|
+
allow-none="1">
|
27578
28251
|
<doc xml:space="preserve">a #GstPluginFeature</doc>
|
27579
28252
|
<type name="gpointer" c:type="gconstpointer"/>
|
27580
28253
|
</parameter>
|
27581
|
-
<parameter name="p2"
|
28254
|
+
<parameter name="p2"
|
28255
|
+
transfer-ownership="none"
|
28256
|
+
nullable="1"
|
28257
|
+
allow-none="1">
|
27582
28258
|
<doc xml:space="preserve">a #GstPluginFeature</doc>
|
27583
28259
|
<type name="gpointer" c:type="gconstpointer"/>
|
27584
28260
|
</parameter>
|
@@ -27662,7 +28338,7 @@ ranks are equal but the name of p2 comes before the name of p1</doc>
|
|
27662
28338
|
unaffected; use the return value instead.
|
27663
28339
|
|
27664
28340
|
Normally this function is used like this:
|
27665
|
-
|[
|
28341
|
+
|[<!-- language="C" -->
|
27666
28342
|
GstPluginFeature *loaded_feature;
|
27667
28343
|
|
27668
28344
|
loaded_feature = gst_plugin_feature_load (feature);
|
@@ -27717,7 +28393,11 @@ to get a list of pluginfeature that match certain criteria.</doc>
|
|
27717
28393
|
<doc xml:space="preserve">the pluginfeature to check</doc>
|
27718
28394
|
<type name="PluginFeature" c:type="GstPluginFeature*"/>
|
27719
28395
|
</parameter>
|
27720
|
-
<parameter name="user_data"
|
28396
|
+
<parameter name="user_data"
|
28397
|
+
transfer-ownership="none"
|
28398
|
+
nullable="1"
|
28399
|
+
allow-none="1"
|
28400
|
+
closure="1">
|
27721
28401
|
<doc xml:space="preserve">the user_data that has been passed on e.g.
|
27722
28402
|
gst_registry_feature_filter()</doc>
|
27723
28403
|
<type name="gpointer" c:type="gpointer"/>
|
@@ -27736,7 +28416,11 @@ to get a list of plugins that match certain criteria.</doc>
|
|
27736
28416
|
<doc xml:space="preserve">the plugin to check</doc>
|
27737
28417
|
<type name="Plugin" c:type="GstPlugin*"/>
|
27738
28418
|
</parameter>
|
27739
|
-
<parameter name="user_data"
|
28419
|
+
<parameter name="user_data"
|
28420
|
+
transfer-ownership="none"
|
28421
|
+
nullable="1"
|
28422
|
+
allow-none="1"
|
28423
|
+
closure="1">
|
27740
28424
|
<doc xml:space="preserve">the user_data that has been passed on e.g. gst_registry_plugin_filter()</doc>
|
27741
28425
|
<type name="gpointer" c:type="gpointer"/>
|
27742
28426
|
</parameter>
|
@@ -27775,7 +28459,11 @@ user data to be passed to init function (useful for bindings).</doc>
|
|
27775
28459
|
<doc xml:space="preserve">The plugin object</doc>
|
27776
28460
|
<type name="Plugin" c:type="GstPlugin*"/>
|
27777
28461
|
</parameter>
|
27778
|
-
<parameter name="user_data"
|
28462
|
+
<parameter name="user_data"
|
28463
|
+
transfer-ownership="none"
|
28464
|
+
nullable="1"
|
28465
|
+
allow-none="1"
|
28466
|
+
closure="1">
|
27779
28467
|
<doc xml:space="preserve">extra data</doc>
|
27780
28468
|
<type name="gpointer" c:type="gpointer"/>
|
27781
28469
|
</parameter>
|
@@ -28221,7 +28909,9 @@ The default implementation supports presets located in a system directory,
|
|
28221
28909
|
application specific directory and in the users home directory. When getting
|
28222
28910
|
a list of presets individual presets are read and overlaid in 1) system,
|
28223
28911
|
2) application and 3) user order. Whenever an earlier entry is newer, the
|
28224
|
-
later entries will be updated
|
28912
|
+
later entries will be updated. Since 1.8 you can also provide extra paths
|
28913
|
+
where to find presets through the GST_PRESET_PATH environment variable.
|
28914
|
+
Presets found in those paths will be concidered as "app presets".</doc>
|
28225
28915
|
<function name="get_app_dir" c:identifier="gst_preset_get_app_dir">
|
28226
28916
|
<doc xml:space="preserve">Gets the directory for application specific presets if set by the
|
28227
28917
|
application.</doc>
|
@@ -29039,7 +29729,7 @@ Query values can be set using gst_query_set_*(), and parsed using
|
|
29039
29729
|
gst_query_parse_*() helpers.
|
29040
29730
|
|
29041
29731
|
The following example shows how to query the duration of a pipeline:
|
29042
|
-
|[
|
29732
|
+
|[<!-- language="C" -->
|
29043
29733
|
GstQuery *query;
|
29044
29734
|
gboolean res;
|
29045
29735
|
query = gst_query_new_duration (GST_FORMAT_TIME);
|
@@ -29455,8 +30145,8 @@ start position of the array should be inferior to @start.</doc>
|
|
29455
30145
|
<method name="find_allocation_meta"
|
29456
30146
|
c:identifier="gst_query_find_allocation_meta">
|
29457
30147
|
<doc xml:space="preserve">Check if @query has metadata @api set. When this function returns %TRUE,
|
29458
|
-
@index will contain the index where the requested API and the
|
29459
|
-
found.</doc>
|
30148
|
+
@index will contain the index where the requested API and the parameters
|
30149
|
+
can be found.</doc>
|
29460
30150
|
<return-value transfer-ownership="none">
|
29461
30151
|
<doc xml:space="preserve">%TRUE when @api is in the list of metadata.</doc>
|
29462
30152
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -30088,7 +30778,7 @@ at @index of the metadata API array.</doc>
|
|
30088
30778
|
transfer-ownership="none"
|
30089
30779
|
optional="1"
|
30090
30780
|
allow-none="1">
|
30091
|
-
<doc xml:space="preserve">API specific
|
30781
|
+
<doc xml:space="preserve">API specific parameters</doc>
|
30092
30782
|
<type name="Structure" c:type="const GstStructure**"/>
|
30093
30783
|
</parameter>
|
30094
30784
|
</parameters>
|
@@ -31538,7 +32228,10 @@ MT safe.</doc>
|
|
31538
32228
|
<doc xml:space="preserve">only return first match</doc>
|
31539
32229
|
<type name="gboolean" c:type="gboolean"/>
|
31540
32230
|
</parameter>
|
31541
|
-
<parameter name="user_data"
|
32231
|
+
<parameter name="user_data"
|
32232
|
+
transfer-ownership="none"
|
32233
|
+
nullable="1"
|
32234
|
+
allow-none="1">
|
31542
32235
|
<doc xml:space="preserve">user data passed to the filter function</doc>
|
31543
32236
|
<type name="gpointer" c:type="gpointer"/>
|
31544
32237
|
</parameter>
|
@@ -31740,7 +32433,10 @@ MT safe.</doc>
|
|
31740
32433
|
<doc xml:space="preserve">only return first match</doc>
|
31741
32434
|
<type name="gboolean" c:type="gboolean"/>
|
31742
32435
|
</parameter>
|
31743
|
-
<parameter name="user_data"
|
32436
|
+
<parameter name="user_data"
|
32437
|
+
transfer-ownership="none"
|
32438
|
+
nullable="1"
|
32439
|
+
allow-none="1">
|
31744
32440
|
<doc xml:space="preserve">user data passed to the filter function</doc>
|
31745
32441
|
<type name="gpointer" c:type="gpointer"/>
|
31746
32442
|
</parameter>
|
@@ -32188,27 +32884,28 @@ complete scan of the file in those cases.
|
|
32188
32884
|
|
32189
32885
|
When performing a segment seek: after the playback of the segment completes,
|
32190
32886
|
no EOS will be emitted by the element that performed the seek, but a
|
32191
|
-
|
32887
|
+
%GST_MESSAGE_SEGMENT_DONE message will be posted on the bus by the element.
|
32192
32888
|
When this message is posted, it is possible to send a new seek event to
|
32193
32889
|
continue playback. With this seek method it is possible to perform seamless
|
32194
32890
|
looping or simple linear editing.
|
32195
32891
|
|
32196
32892
|
When doing fast forward (rate > 1.0) or fast reverse (rate < -1.0) trickmode
|
32197
|
-
playback, the
|
32893
|
+
playback, the %GST_SEEK_FLAG_TRICKMODE flag can be used to instruct decoders
|
32198
32894
|
and demuxers to adjust the playback rate by skipping frames. This can improve
|
32199
32895
|
performance and decrease CPU usage because not all frames need to be decoded.
|
32200
32896
|
|
32201
|
-
Beyond that, the
|
32897
|
+
Beyond that, the %GST_SEEK_FLAG_TRICKMODE_KEY_UNITS flag can be used to
|
32202
32898
|
request that decoders skip all frames except key units, and
|
32203
|
-
|
32899
|
+
%GST_SEEK_FLAG_TRICKMODE_NO_AUDIO flags can be used to request that audio
|
32204
32900
|
decoders do no decoding at all, and simple output silence.
|
32205
32901
|
|
32206
|
-
The
|
32207
|
-
relevant location, and the
|
32208
|
-
select the next relevant location. If
|
32209
|
-
location is a keyframe. If both flags are specified, the nearest
|
32210
|
-
locations will be selected. If none are specified, the implementation is
|
32902
|
+
The %GST_SEEK_FLAG_SNAP_BEFORE flag can be used to snap to the previous
|
32903
|
+
relevant location, and the %GST_SEEK_FLAG_SNAP_AFTER flag can be used to
|
32904
|
+
select the next relevant location. If %GST_SEEK_FLAG_KEY_UNIT is specified,
|
32905
|
+
the relevant location is a keyframe. If both flags are specified, the nearest
|
32906
|
+
of these locations will be selected. If none are specified, the implementation is
|
32211
32907
|
free to select whichever it wants.
|
32908
|
+
|
32212
32909
|
The before and after here are in running time, so when playing backwards,
|
32213
32910
|
the next location refers to the one that will played in next, and not the
|
32214
32911
|
one that is located after in the actual source stream.
|
@@ -32261,22 +32958,22 @@ elements that handle them.</doc>
|
|
32261
32958
|
c:identifier="GST_SEEK_FLAG_SKIP"
|
32262
32959
|
glib:nick="skip">
|
32263
32960
|
<doc xml:space="preserve">Deprecated backward compatibility flag, replaced
|
32264
|
-
by
|
32961
|
+
by %GST_SEEK_FLAG_TRICKMODE</doc>
|
32265
32962
|
</member>
|
32266
32963
|
<member name="snap_before"
|
32267
32964
|
value="32"
|
32268
32965
|
c:identifier="GST_SEEK_FLAG_SNAP_BEFORE"
|
32269
32966
|
glib:nick="snap-before">
|
32270
32967
|
<doc xml:space="preserve">go to a location before the requested position,
|
32271
|
-
if
|
32272
|
-
requested position the one at or before the seek target.</doc>
|
32968
|
+
if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at or before
|
32969
|
+
the requested position the one at or before the seek target.</doc>
|
32273
32970
|
</member>
|
32274
32971
|
<member name="snap_after"
|
32275
32972
|
value="64"
|
32276
32973
|
c:identifier="GST_SEEK_FLAG_SNAP_AFTER"
|
32277
32974
|
glib:nick="snap-after">
|
32278
32975
|
<doc xml:space="preserve">go to a location after the requested position,
|
32279
|
-
if
|
32976
|
+
if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at of after the
|
32280
32977
|
requested position.</doc>
|
32281
32978
|
</member>
|
32282
32979
|
<member name="snap_nearest"
|
@@ -32284,9 +32981,9 @@ elements that handle them.</doc>
|
|
32284
32981
|
c:identifier="GST_SEEK_FLAG_SNAP_NEAREST"
|
32285
32982
|
glib:nick="snap-nearest">
|
32286
32983
|
<doc xml:space="preserve">go to a position near the requested position,
|
32287
|
-
if
|
32288
|
-
requested position, if both keyframes are at an equal
|
32289
|
-
distance, behaves like
|
32984
|
+
if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe closest
|
32985
|
+
to the requested position, if both keyframes are at an equal
|
32986
|
+
distance, behaves like %GST_SEEK_FLAG_SNAP_BEFORE.</doc>
|
32290
32987
|
</member>
|
32291
32988
|
<member name="trickmode_key_units"
|
32292
32989
|
value="128"
|
@@ -32388,7 +33085,7 @@ info to stream time (which is always between 0 and the duration of the stream).<
|
|
32388
33085
|
<type name="SegmentFlags" c:type="GstSegmentFlags"/>
|
32389
33086
|
</field>
|
32390
33087
|
<field name="rate" writable="1">
|
32391
|
-
<doc xml:space="preserve">the rate of the segment</doc>
|
33088
|
+
<doc xml:space="preserve">the playback rate of the segment</doc>
|
32392
33089
|
<type name="gdouble" c:type="gdouble"/>
|
32393
33090
|
</field>
|
32394
33091
|
<field name="applied_rate" writable="1">
|
@@ -32400,28 +33097,29 @@ info to stream time (which is always between 0 and the duration of the stream).<
|
|
32400
33097
|
<type name="Format" c:type="GstFormat"/>
|
32401
33098
|
</field>
|
32402
33099
|
<field name="base" writable="1">
|
32403
|
-
<doc xml:space="preserve">the
|
33100
|
+
<doc xml:space="preserve">the running time (plus elapsed time, see offset) of the segment start</doc>
|
32404
33101
|
<type name="guint64" c:type="guint64"/>
|
32405
33102
|
</field>
|
32406
33103
|
<field name="offset" writable="1">
|
32407
|
-
<doc xml:space="preserve">the
|
33104
|
+
<doc xml:space="preserve">the amount (in buffer timestamps) that has already been elapsed in
|
33105
|
+
the segment</doc>
|
32408
33106
|
<type name="guint64" c:type="guint64"/>
|
32409
33107
|
</field>
|
32410
33108
|
<field name="start" writable="1">
|
32411
|
-
<doc xml:space="preserve">the start of the segment</doc>
|
33109
|
+
<doc xml:space="preserve">the start of the segment in buffer timestamp time (PTS)</doc>
|
32412
33110
|
<type name="guint64" c:type="guint64"/>
|
32413
33111
|
</field>
|
32414
33112
|
<field name="stop" writable="1">
|
32415
|
-
<doc xml:space="preserve">the stop of the segment</doc>
|
33113
|
+
<doc xml:space="preserve">the stop of the segment in buffer timestamp time (PTS)</doc>
|
32416
33114
|
<type name="guint64" c:type="guint64"/>
|
32417
33115
|
</field>
|
32418
33116
|
<field name="time" writable="1">
|
32419
|
-
<doc xml:space="preserve">the stream time of the segment</doc>
|
33117
|
+
<doc xml:space="preserve">the stream time of the segment start</doc>
|
32420
33118
|
<type name="guint64" c:type="guint64"/>
|
32421
33119
|
</field>
|
32422
33120
|
<field name="position" writable="1">
|
32423
|
-
<doc xml:space="preserve">the position in the segment (used internally by
|
32424
|
-
such as sources, demuxers or parsers to track progress)</doc>
|
33121
|
+
<doc xml:space="preserve">the buffer timestamp position in the segment (used internally by
|
33122
|
+
elements such as sources, demuxers or parsers to track progress)</doc>
|
32425
33123
|
<type name="guint64" c:type="guint64"/>
|
32426
33124
|
</field>
|
32427
33125
|
<field name="duration" writable="1">
|
@@ -32679,6 +33377,138 @@ returned, @offset is not in @segment.</doc>
|
|
32679
33377
|
</parameter>
|
32680
33378
|
</parameters>
|
32681
33379
|
</method>
|
33380
|
+
<method name="position_from_running_time"
|
33381
|
+
c:identifier="gst_segment_position_from_running_time"
|
33382
|
+
version="1.8">
|
33383
|
+
<doc xml:space="preserve">Convert @running_time into a position in the segment so that
|
33384
|
+
gst_segment_to_running_time() with that position returns @running_time.</doc>
|
33385
|
+
<return-value transfer-ownership="none">
|
33386
|
+
<doc xml:space="preserve">the position in the segment for @running_time. This function returns
|
33387
|
+
-1 when @running_time is -1 or when it is not inside @segment.</doc>
|
33388
|
+
<type name="guint64" c:type="guint64"/>
|
33389
|
+
</return-value>
|
33390
|
+
<parameters>
|
33391
|
+
<instance-parameter name="segment" transfer-ownership="none">
|
33392
|
+
<doc xml:space="preserve">a #GstSegment structure.</doc>
|
33393
|
+
<type name="Segment" c:type="const GstSegment*"/>
|
33394
|
+
</instance-parameter>
|
33395
|
+
<parameter name="format" transfer-ownership="none">
|
33396
|
+
<doc xml:space="preserve">the format of the segment.</doc>
|
33397
|
+
<type name="Format" c:type="GstFormat"/>
|
33398
|
+
</parameter>
|
33399
|
+
<parameter name="running_time" transfer-ownership="none">
|
33400
|
+
<doc xml:space="preserve">the running_time in the segment</doc>
|
33401
|
+
<type name="guint64" c:type="guint64"/>
|
33402
|
+
</parameter>
|
33403
|
+
</parameters>
|
33404
|
+
</method>
|
33405
|
+
<method name="position_from_running_time_full"
|
33406
|
+
c:identifier="gst_segment_position_from_running_time_full"
|
33407
|
+
version="1.8">
|
33408
|
+
<doc xml:space="preserve">Translate @running_time to the segment position using the currently configured
|
33409
|
+
segment. Compared to gst_segment_position_from_running_time() this function can
|
33410
|
+
return negative segment position.
|
33411
|
+
|
33412
|
+
This function is typically used by elements that need to synchronize buffers
|
33413
|
+
against the clock or each other.
|
33414
|
+
|
33415
|
+
@running_time can be any value and the result of this function for values
|
33416
|
+
outside of the segment is extrapolated.
|
33417
|
+
|
33418
|
+
When 1 is returned, @running_time resulted in a positive position returned
|
33419
|
+
in @position.
|
33420
|
+
|
33421
|
+
When this function returns -1, the returned @position should be negated
|
33422
|
+
to get the real negative segment position.</doc>
|
33423
|
+
<return-value transfer-ownership="none">
|
33424
|
+
<doc xml:space="preserve">a 1 or -1 on success, 0 on failure.</doc>
|
33425
|
+
<type name="gint" c:type="gint"/>
|
33426
|
+
</return-value>
|
33427
|
+
<parameters>
|
33428
|
+
<instance-parameter name="segment" transfer-ownership="none">
|
33429
|
+
<doc xml:space="preserve">a #GstSegment structure.</doc>
|
33430
|
+
<type name="Segment" c:type="const GstSegment*"/>
|
33431
|
+
</instance-parameter>
|
33432
|
+
<parameter name="format" transfer-ownership="none">
|
33433
|
+
<doc xml:space="preserve">the format of the segment.</doc>
|
33434
|
+
<type name="Format" c:type="GstFormat"/>
|
33435
|
+
</parameter>
|
33436
|
+
<parameter name="running_time" transfer-ownership="none">
|
33437
|
+
<doc xml:space="preserve">the running-time</doc>
|
33438
|
+
<type name="guint64" c:type="guint64"/>
|
33439
|
+
</parameter>
|
33440
|
+
<parameter name="position" transfer-ownership="none">
|
33441
|
+
<doc xml:space="preserve">the resulting position in the segment</doc>
|
33442
|
+
<type name="guint64" c:type="guint64*"/>
|
33443
|
+
</parameter>
|
33444
|
+
</parameters>
|
33445
|
+
</method>
|
33446
|
+
<method name="position_from_stream_time"
|
33447
|
+
c:identifier="gst_segment_position_from_stream_time"
|
33448
|
+
version="1.8">
|
33449
|
+
<doc xml:space="preserve">Convert @stream_time into a position in the segment so that
|
33450
|
+
gst_segment_to_stream_time() with that position returns @stream_time.</doc>
|
33451
|
+
<return-value transfer-ownership="none">
|
33452
|
+
<doc xml:space="preserve">the position in the segment for @stream_time. This function returns
|
33453
|
+
-1 when @stream_time is -1 or when it is not inside @segment.</doc>
|
33454
|
+
<type name="guint64" c:type="guint64"/>
|
33455
|
+
</return-value>
|
33456
|
+
<parameters>
|
33457
|
+
<instance-parameter name="segment" transfer-ownership="none">
|
33458
|
+
<doc xml:space="preserve">a #GstSegment structure.</doc>
|
33459
|
+
<type name="Segment" c:type="const GstSegment*"/>
|
33460
|
+
</instance-parameter>
|
33461
|
+
<parameter name="format" transfer-ownership="none">
|
33462
|
+
<doc xml:space="preserve">the format of the segment.</doc>
|
33463
|
+
<type name="Format" c:type="GstFormat"/>
|
33464
|
+
</parameter>
|
33465
|
+
<parameter name="stream_time" transfer-ownership="none">
|
33466
|
+
<doc xml:space="preserve">the stream_time in the segment</doc>
|
33467
|
+
<type name="guint64" c:type="guint64"/>
|
33468
|
+
</parameter>
|
33469
|
+
</parameters>
|
33470
|
+
</method>
|
33471
|
+
<method name="position_from_stream_time_full"
|
33472
|
+
c:identifier="gst_segment_position_from_stream_time_full"
|
33473
|
+
version="1.8">
|
33474
|
+
<doc xml:space="preserve">Translate @stream_time to the segment position using the currently configured
|
33475
|
+
segment. Compared to gst_segment_position_from_stream_time() this function can
|
33476
|
+
return negative segment position.
|
33477
|
+
|
33478
|
+
This function is typically used by elements that need to synchronize buffers
|
33479
|
+
against the clock or each other.
|
33480
|
+
|
33481
|
+
@stream_time can be any value and the result of this function for values outside
|
33482
|
+
of the segment is extrapolated.
|
33483
|
+
|
33484
|
+
When 1 is returned, @stream_time resulted in a positive position returned
|
33485
|
+
in @position.
|
33486
|
+
|
33487
|
+
When this function returns -1, the returned @position should be negated
|
33488
|
+
to get the real negative segment position.</doc>
|
33489
|
+
<return-value transfer-ownership="none">
|
33490
|
+
<doc xml:space="preserve">a 1 or -1 on success, 0 on failure.</doc>
|
33491
|
+
<type name="gint" c:type="gint"/>
|
33492
|
+
</return-value>
|
33493
|
+
<parameters>
|
33494
|
+
<instance-parameter name="segment" transfer-ownership="none">
|
33495
|
+
<doc xml:space="preserve">a #GstSegment structure.</doc>
|
33496
|
+
<type name="Segment" c:type="const GstSegment*"/>
|
33497
|
+
</instance-parameter>
|
33498
|
+
<parameter name="format" transfer-ownership="none">
|
33499
|
+
<doc xml:space="preserve">the format of the segment.</doc>
|
33500
|
+
<type name="Format" c:type="GstFormat"/>
|
33501
|
+
</parameter>
|
33502
|
+
<parameter name="stream_time" transfer-ownership="none">
|
33503
|
+
<doc xml:space="preserve">the stream-time</doc>
|
33504
|
+
<type name="guint64" c:type="guint64"/>
|
33505
|
+
</parameter>
|
33506
|
+
<parameter name="position" transfer-ownership="none">
|
33507
|
+
<doc xml:space="preserve">the resulting position in the segment</doc>
|
33508
|
+
<type name="guint64" c:type="guint64*"/>
|
33509
|
+
</parameter>
|
33510
|
+
</parameters>
|
33511
|
+
</method>
|
32682
33512
|
<method name="set_running_time"
|
32683
33513
|
c:identifier="gst_segment_set_running_time">
|
32684
33514
|
<doc xml:space="preserve">Adjust the start/stop and base values of @segment such that the next valid
|
@@ -32708,7 +33538,9 @@ returned, @running_time is -1 or not in @segment.</doc>
|
|
32708
33538
|
gst_segment_to_running_time() with that position returns @running_time.</doc>
|
32709
33539
|
<return-value transfer-ownership="none">
|
32710
33540
|
<doc xml:space="preserve">the position in the segment for @running_time. This function returns
|
32711
|
-
-1 when @running_time is -1 or when it is not inside @segment
|
33541
|
+
-1 when @running_time is -1 or when it is not inside @segment.
|
33542
|
+
|
33543
|
+
Deprecated. Use gst_segment_position_from_running_time() instead.</doc>
|
32712
33544
|
<type name="guint64" c:type="guint64"/>
|
32713
33545
|
</return-value>
|
32714
33546
|
<parameters>
|
@@ -32798,7 +33630,9 @@ to get the real negative running time.</doc>
|
|
32798
33630
|
</parameter>
|
32799
33631
|
</parameters>
|
32800
33632
|
</method>
|
32801
|
-
<method name="to_stream_time"
|
33633
|
+
<method name="to_stream_time"
|
33634
|
+
c:identifier="gst_segment_to_stream_time"
|
33635
|
+
version="1.8">
|
32802
33636
|
<doc xml:space="preserve">Translate @position to stream time using the currently configured
|
32803
33637
|
segment. The @position value must be between @segment start and
|
32804
33638
|
stop value.
|
@@ -32829,6 +33663,47 @@ was given.</doc>
|
|
32829
33663
|
</parameter>
|
32830
33664
|
</parameters>
|
32831
33665
|
</method>
|
33666
|
+
<method name="to_stream_time_full"
|
33667
|
+
c:identifier="gst_segment_to_stream_time_full"
|
33668
|
+
version="1.8">
|
33669
|
+
<doc xml:space="preserve">Translate @position to the total stream time using the currently configured
|
33670
|
+
segment. Compared to gst_segment_to_stream_time() this function can return
|
33671
|
+
negative stream-time.
|
33672
|
+
|
33673
|
+
This function is typically used by elements that need to synchronize buffers
|
33674
|
+
against the clock or eachother.
|
33675
|
+
|
33676
|
+
@position can be any value and the result of this function for values outside
|
33677
|
+
of the segment is extrapolated.
|
33678
|
+
|
33679
|
+
When 1 is returned, @position resulted in a positive stream-time returned
|
33680
|
+
in @stream_time.
|
33681
|
+
|
33682
|
+
When this function returns -1, the returned @stream_time should be negated
|
33683
|
+
to get the real negative stream time.</doc>
|
33684
|
+
<return-value transfer-ownership="none">
|
33685
|
+
<doc xml:space="preserve">a 1 or -1 on success, 0 on failure.</doc>
|
33686
|
+
<type name="gint" c:type="gint"/>
|
33687
|
+
</return-value>
|
33688
|
+
<parameters>
|
33689
|
+
<instance-parameter name="segment" transfer-ownership="none">
|
33690
|
+
<doc xml:space="preserve">a #GstSegment structure.</doc>
|
33691
|
+
<type name="Segment" c:type="const GstSegment*"/>
|
33692
|
+
</instance-parameter>
|
33693
|
+
<parameter name="format" transfer-ownership="none">
|
33694
|
+
<doc xml:space="preserve">the format of the segment.</doc>
|
33695
|
+
<type name="Format" c:type="GstFormat"/>
|
33696
|
+
</parameter>
|
33697
|
+
<parameter name="position" transfer-ownership="none">
|
33698
|
+
<doc xml:space="preserve">the position in the segment</doc>
|
33699
|
+
<type name="guint64" c:type="guint64"/>
|
33700
|
+
</parameter>
|
33701
|
+
<parameter name="stream_time" transfer-ownership="none">
|
33702
|
+
<doc xml:space="preserve">result stream-time</doc>
|
33703
|
+
<type name="guint64" c:type="guint64*"/>
|
33704
|
+
</parameter>
|
33705
|
+
</parameters>
|
33706
|
+
</method>
|
32832
33707
|
</record>
|
32833
33708
|
<bitfield name="SegmentFlags"
|
32834
33709
|
glib:type-name="GstSegmentFlags"
|
@@ -33648,7 +34523,10 @@ The structure must be mutable.</doc>
|
|
33648
34523
|
<type name="StructureFilterMapFunc"
|
33649
34524
|
c:type="GstStructureFilterMapFunc"/>
|
33650
34525
|
</parameter>
|
33651
|
-
<parameter name="user_data"
|
34526
|
+
<parameter name="user_data"
|
34527
|
+
transfer-ownership="none"
|
34528
|
+
nullable="1"
|
34529
|
+
allow-none="1">
|
33652
34530
|
<doc xml:space="preserve">private data</doc>
|
33653
34531
|
<type name="gpointer" c:type="gpointer"/>
|
33654
34532
|
</parameter>
|
@@ -33826,7 +34704,10 @@ and gst_structure_filter_and_map_in_place().</doc>
|
|
33826
34704
|
<type name="StructureForeachFunc"
|
33827
34705
|
c:type="GstStructureForeachFunc"/>
|
33828
34706
|
</parameter>
|
33829
|
-
<parameter name="user_data"
|
34707
|
+
<parameter name="user_data"
|
34708
|
+
transfer-ownership="none"
|
34709
|
+
nullable="1"
|
34710
|
+
allow-none="1">
|
33830
34711
|
<doc xml:space="preserve">private data</doc>
|
33831
34712
|
<type name="gpointer" c:type="gpointer"/>
|
33832
34713
|
</parameter>
|
@@ -34704,7 +35585,10 @@ fields. The structure must be mutable.</doc>
|
|
34704
35585
|
<doc xml:space="preserve">a function to call for each field</doc>
|
34705
35586
|
<type name="StructureMapFunc" c:type="GstStructureMapFunc"/>
|
34706
35587
|
</parameter>
|
34707
|
-
<parameter name="user_data"
|
35588
|
+
<parameter name="user_data"
|
35589
|
+
transfer-ownership="none"
|
35590
|
+
nullable="1"
|
35591
|
+
allow-none="1">
|
34708
35592
|
<doc xml:space="preserve">private data</doc>
|
34709
35593
|
<type name="gpointer" c:type="gpointer"/>
|
34710
35594
|
</parameter>
|
@@ -34948,7 +35832,7 @@ value is replaced and freed. The function will take ownership of @value.</doc>
|
|
34948
35832
|
<doc xml:space="preserve">Converts @structure to a human-readable string representation.
|
34949
35833
|
|
34950
35834
|
For debugging purposes its easier to do something like this:
|
34951
|
-
|[
|
35835
|
+
|[<!-- language="C" -->
|
34952
35836
|
GST_LOG ("structure is %" GST_PTR_FORMAT, structure);
|
34953
35837
|
]|
|
34954
35838
|
This prints the structure in human readable form.
|
@@ -35035,7 +35919,11 @@ should be removed.</doc>
|
|
35035
35919
|
<doc xml:space="preserve">the #GValue of the field</doc>
|
35036
35920
|
<type name="GObject.Value" c:type="GValue*"/>
|
35037
35921
|
</parameter>
|
35038
|
-
<parameter name="user_data"
|
35922
|
+
<parameter name="user_data"
|
35923
|
+
transfer-ownership="none"
|
35924
|
+
nullable="1"
|
35925
|
+
allow-none="1"
|
35926
|
+
closure="2">
|
35039
35927
|
<doc xml:space="preserve">user data</doc>
|
35040
35928
|
<type name="gpointer" c:type="gpointer"/>
|
35041
35929
|
</parameter>
|
@@ -35058,7 +35946,11 @@ the foreach operation should stop with %FALSE.</doc>
|
|
35058
35946
|
<doc xml:space="preserve">the #GValue of the field</doc>
|
35059
35947
|
<type name="GObject.Value" c:type="const GValue*"/>
|
35060
35948
|
</parameter>
|
35061
|
-
<parameter name="user_data"
|
35949
|
+
<parameter name="user_data"
|
35950
|
+
transfer-ownership="none"
|
35951
|
+
nullable="1"
|
35952
|
+
allow-none="1"
|
35953
|
+
closure="2">
|
35062
35954
|
<doc xml:space="preserve">user data</doc>
|
35063
35955
|
<type name="gpointer" c:type="gpointer"/>
|
35064
35956
|
</parameter>
|
@@ -35081,7 +35973,11 @@ the map operation should stop with %FALSE.</doc>
|
|
35081
35973
|
<doc xml:space="preserve">the #GValue of the field</doc>
|
35082
35974
|
<type name="GObject.Value" c:type="GValue*"/>
|
35083
35975
|
</parameter>
|
35084
|
-
<parameter name="user_data"
|
35976
|
+
<parameter name="user_data"
|
35977
|
+
transfer-ownership="none"
|
35978
|
+
nullable="1"
|
35979
|
+
allow-none="1"
|
35980
|
+
closure="2">
|
35085
35981
|
<doc xml:space="preserve">user data</doc>
|
35086
35982
|
<type name="gpointer" c:type="gpointer"/>
|
35087
35983
|
</parameter>
|
@@ -35289,6 +36185,13 @@ attachment)</doc>
|
|
35289
36185
|
<doc xml:space="preserve">The composer's name, used for sorting (string)</doc>
|
35290
36186
|
<type name="utf8" c:type="gchar*"/>
|
35291
36187
|
</constant>
|
36188
|
+
<constant name="TAG_CONDUCTOR"
|
36189
|
+
value="conductor"
|
36190
|
+
c:type="GST_TAG_CONDUCTOR"
|
36191
|
+
version="1.8">
|
36192
|
+
<doc xml:space="preserve">conductor/performer refinement (string)</doc>
|
36193
|
+
<type name="utf8" c:type="gchar*"/>
|
36194
|
+
</constant>
|
35292
36195
|
<constant name="TAG_CONTACT" value="contact" c:type="GST_TAG_CONTACT">
|
35293
36196
|
<doc xml:space="preserve">contact information (string)</doc>
|
35294
36197
|
<type name="utf8" c:type="gchar*"/>
|
@@ -35606,6 +36509,22 @@ different from this target bitrate.</doc>
|
|
35606
36509
|
(sample) (sample taglist should specify the content type)</doc>
|
35607
36510
|
<type name="utf8" c:type="gchar*"/>
|
35608
36511
|
</constant>
|
36512
|
+
<constant name="TAG_PRIVATE_DATA"
|
36513
|
+
value="private-data"
|
36514
|
+
c:type="GST_TAG_PRIVATE_DATA"
|
36515
|
+
version="1.8">
|
36516
|
+
<doc xml:space="preserve">Any private data that may be contained in tags (sample).
|
36517
|
+
|
36518
|
+
It is represented by #GstSample in which #GstBuffer contains the
|
36519
|
+
binary data and the sample's info #GstStructure may contain any
|
36520
|
+
extra information that identifies the origin or meaning of the data.
|
36521
|
+
|
36522
|
+
Private frames in ID3v2 tags ('PRIV' frames) will be represented
|
36523
|
+
using this tag, in which case the GstStructure will be named
|
36524
|
+
"ID3PrivateFrame" and contain a field named "owner" of type string
|
36525
|
+
which contains the owner-identification string from the tag.</doc>
|
36526
|
+
<type name="utf8" c:type="gchar*"/>
|
36527
|
+
</constant>
|
35609
36528
|
<constant name="TAG_PUBLISHER"
|
35610
36529
|
value="publisher"
|
35611
36530
|
c:type="GST_TAG_PUBLISHER"
|
@@ -35717,7 +36636,7 @@ The higher the value, the more the user likes this media
|
|
35717
36636
|
the matching arguments.
|
35718
36637
|
|
35719
36638
|
Example:
|
35720
|
-
|[
|
36639
|
+
|[<!-- language="C" -->
|
35721
36640
|
printf("%" GST_TIME_FORMAT "\n", GST_TIME_ARGS(ts));
|
35722
36641
|
]|</doc>
|
35723
36642
|
<type name="utf8" c:type="gchar*"/>
|
@@ -35781,7 +36700,11 @@ not modify the tag list.</doc>
|
|
35781
36700
|
<doc xml:space="preserve">a name of a tag in @list</doc>
|
35782
36701
|
<type name="utf8" c:type="const gchar*"/>
|
35783
36702
|
</parameter>
|
35784
|
-
<parameter name="user_data"
|
36703
|
+
<parameter name="user_data"
|
36704
|
+
transfer-ownership="none"
|
36705
|
+
nullable="1"
|
36706
|
+
allow-none="1"
|
36707
|
+
closure="2">
|
35785
36708
|
<doc xml:space="preserve">user data</doc>
|
35786
36709
|
<type name="gpointer" c:type="gpointer"/>
|
35787
36710
|
</parameter>
|
@@ -36019,7 +36942,10 @@ is no tag, the function won't be called at all.</doc>
|
|
36019
36942
|
<doc xml:space="preserve">function to be called for each tag</doc>
|
36020
36943
|
<type name="TagForeachFunc" c:type="GstTagForeachFunc"/>
|
36021
36944
|
</parameter>
|
36022
|
-
<parameter name="user_data"
|
36945
|
+
<parameter name="user_data"
|
36946
|
+
transfer-ownership="none"
|
36947
|
+
nullable="1"
|
36948
|
+
allow-none="1">
|
36023
36949
|
<doc xml:space="preserve">user specified data</doc>
|
36024
36950
|
<type name="gpointer" c:type="gpointer"/>
|
36025
36951
|
</parameter>
|
@@ -36446,7 +37372,8 @@ into one if multiple values are associated with the tag.</doc>
|
|
36446
37372
|
<parameter name="value"
|
36447
37373
|
direction="out"
|
36448
37374
|
caller-allocates="0"
|
36449
|
-
transfer-ownership="none"
|
37375
|
+
transfer-ownership="none"
|
37376
|
+
nullable="1">
|
36450
37377
|
<doc xml:space="preserve">location for the result</doc>
|
36451
37378
|
<type name="gpointer" c:type="gpointer*"/>
|
36452
37379
|
</parameter>
|
@@ -36477,7 +37404,8 @@ list.</doc>
|
|
36477
37404
|
<parameter name="value"
|
36478
37405
|
direction="out"
|
36479
37406
|
caller-allocates="0"
|
36480
|
-
transfer-ownership="none"
|
37407
|
+
transfer-ownership="none"
|
37408
|
+
nullable="1">
|
36481
37409
|
<doc xml:space="preserve">location for the result</doc>
|
36482
37410
|
<type name="gpointer" c:type="gpointer*"/>
|
36483
37411
|
</parameter>
|
@@ -37194,7 +38122,7 @@ Elements implementing the #GstTagSetter interface often have to merge
|
|
37194
38122
|
any tags received from upstream and the tags set by the application via
|
37195
38123
|
the interface. This can be done like this:
|
37196
38124
|
|
37197
|
-
|[
|
38125
|
+
|[<!-- language="C" -->
|
37198
38126
|
GstTagMergeMode merge_mode;
|
37199
38127
|
const GstTagList *application_tags;
|
37200
38128
|
const GstTagList *event_tags;
|
@@ -37517,7 +38445,10 @@ MT safe.</doc>
|
|
37517
38445
|
<doc xml:space="preserve">The #GstTaskFunction to use</doc>
|
37518
38446
|
<type name="TaskFunction" c:type="GstTaskFunction"/>
|
37519
38447
|
</parameter>
|
37520
|
-
<parameter name="user_data"
|
38448
|
+
<parameter name="user_data"
|
38449
|
+
transfer-ownership="none"
|
38450
|
+
nullable="1"
|
38451
|
+
allow-none="1">
|
37521
38452
|
<doc xml:space="preserve">User data to pass to @func</doc>
|
37522
38453
|
<type name="gpointer" c:type="gpointer"/>
|
37523
38454
|
</parameter>
|
@@ -37629,7 +38560,10 @@ longer referenced.</doc>
|
|
37629
38560
|
<doc xml:space="preserve">a #GstTaskThreadFunc</doc>
|
37630
38561
|
<type name="TaskThreadFunc" c:type="GstTaskThreadFunc"/>
|
37631
38562
|
</parameter>
|
37632
|
-
<parameter name="user_data"
|
38563
|
+
<parameter name="user_data"
|
38564
|
+
transfer-ownership="none"
|
38565
|
+
nullable="1"
|
38566
|
+
allow-none="1">
|
37633
38567
|
<doc xml:space="preserve">user data passed to @enter_func</doc>
|
37634
38568
|
<type name="gpointer" c:type="gpointer"/>
|
37635
38569
|
</parameter>
|
@@ -37660,7 +38594,10 @@ longer referenced.</doc>
|
|
37660
38594
|
<doc xml:space="preserve">a #GstTaskThreadFunc</doc>
|
37661
38595
|
<type name="TaskThreadFunc" c:type="GstTaskThreadFunc"/>
|
37662
38596
|
</parameter>
|
37663
|
-
<parameter name="user_data"
|
38597
|
+
<parameter name="user_data"
|
38598
|
+
transfer-ownership="none"
|
38599
|
+
nullable="1"
|
38600
|
+
allow-none="1">
|
37664
38601
|
<doc xml:space="preserve">user data passed to @leave_func</doc>
|
37665
38602
|
<type name="gpointer" c:type="gpointer"/>
|
37666
38603
|
</parameter>
|
@@ -37832,7 +38769,11 @@ a #GstTask.</doc>
|
|
37832
38769
|
<type name="none" c:type="void"/>
|
37833
38770
|
</return-value>
|
37834
38771
|
<parameters>
|
37835
|
-
<parameter name="user_data"
|
38772
|
+
<parameter name="user_data"
|
38773
|
+
transfer-ownership="none"
|
38774
|
+
nullable="1"
|
38775
|
+
allow-none="1"
|
38776
|
+
closure="0">
|
37836
38777
|
<doc xml:space="preserve">user data passed to the function</doc>
|
37837
38778
|
<type name="gpointer" c:type="gpointer"/>
|
37838
38779
|
</parameter>
|
@@ -37883,7 +38824,10 @@ gst_task_pool_push().</doc>
|
|
37883
38824
|
<doc xml:space="preserve">a #GstTaskPool</doc>
|
37884
38825
|
<type name="TaskPool" c:type="GstTaskPool*"/>
|
37885
38826
|
</instance-parameter>
|
37886
|
-
<parameter name="id"
|
38827
|
+
<parameter name="id"
|
38828
|
+
transfer-ownership="none"
|
38829
|
+
nullable="1"
|
38830
|
+
allow-none="1">
|
37887
38831
|
<doc xml:space="preserve">the id</doc>
|
37888
38832
|
<type name="gpointer" c:type="gpointer"/>
|
37889
38833
|
</parameter>
|
@@ -37923,7 +38867,11 @@ must check @error to detect errors.</doc>
|
|
37923
38867
|
<doc xml:space="preserve">the function to call</doc>
|
37924
38868
|
<type name="TaskPoolFunction" c:type="GstTaskPoolFunction"/>
|
37925
38869
|
</parameter>
|
37926
|
-
<parameter name="user_data"
|
38870
|
+
<parameter name="user_data"
|
38871
|
+
transfer-ownership="none"
|
38872
|
+
nullable="1"
|
38873
|
+
allow-none="1"
|
38874
|
+
closure="1">
|
37927
38875
|
<doc xml:space="preserve">data to pass to @func</doc>
|
37928
38876
|
<type name="gpointer" c:type="gpointer"/>
|
37929
38877
|
</parameter>
|
@@ -37955,7 +38903,10 @@ gst_task_pool_push().</doc>
|
|
37955
38903
|
<doc xml:space="preserve">a #GstTaskPool</doc>
|
37956
38904
|
<type name="TaskPool" c:type="GstTaskPool*"/>
|
37957
38905
|
</instance-parameter>
|
37958
|
-
<parameter name="id"
|
38906
|
+
<parameter name="id"
|
38907
|
+
transfer-ownership="none"
|
38908
|
+
nullable="1"
|
38909
|
+
allow-none="1">
|
37959
38910
|
<doc xml:space="preserve">the id</doc>
|
37960
38911
|
<type name="gpointer" c:type="gpointer"/>
|
37961
38912
|
</parameter>
|
@@ -37995,7 +38946,10 @@ must check @error to detect errors.</doc>
|
|
37995
38946
|
<doc xml:space="preserve">the function to call</doc>
|
37996
38947
|
<type name="TaskPoolFunction" c:type="GstTaskPoolFunction"/>
|
37997
38948
|
</parameter>
|
37998
|
-
<parameter name="user_data"
|
38949
|
+
<parameter name="user_data"
|
38950
|
+
transfer-ownership="none"
|
38951
|
+
nullable="1"
|
38952
|
+
allow-none="1">
|
37999
38953
|
<doc xml:space="preserve">data to pass to @func</doc>
|
38000
38954
|
<type name="gpointer" c:type="gpointer"/>
|
38001
38955
|
</parameter>
|
@@ -38067,7 +39021,11 @@ must check @error to detect errors.</doc>
|
|
38067
39021
|
<doc xml:space="preserve">the function to call</doc>
|
38068
39022
|
<type name="TaskPoolFunction" c:type="GstTaskPoolFunction"/>
|
38069
39023
|
</parameter>
|
38070
|
-
<parameter name="user_data"
|
39024
|
+
<parameter name="user_data"
|
39025
|
+
transfer-ownership="none"
|
39026
|
+
nullable="1"
|
39027
|
+
allow-none="1"
|
39028
|
+
closure="2">
|
38071
39029
|
<doc xml:space="preserve">data to pass to @func</doc>
|
38072
39030
|
<type name="gpointer" c:type="gpointer"/>
|
38073
39031
|
</parameter>
|
@@ -38084,7 +39042,10 @@ must check @error to detect errors.</doc>
|
|
38084
39042
|
<doc xml:space="preserve">a #GstTaskPool</doc>
|
38085
39043
|
<type name="TaskPool" c:type="GstTaskPool*"/>
|
38086
39044
|
</parameter>
|
38087
|
-
<parameter name="id"
|
39045
|
+
<parameter name="id"
|
39046
|
+
transfer-ownership="none"
|
39047
|
+
nullable="1"
|
39048
|
+
allow-none="1">
|
38088
39049
|
<doc xml:space="preserve">the id</doc>
|
38089
39050
|
<type name="gpointer" c:type="gpointer"/>
|
38090
39051
|
</parameter>
|
@@ -38103,7 +39064,11 @@ must check @error to detect errors.</doc>
|
|
38103
39064
|
<type name="none" c:type="void"/>
|
38104
39065
|
</return-value>
|
38105
39066
|
<parameters>
|
38106
|
-
<parameter name="user_data"
|
39067
|
+
<parameter name="user_data"
|
39068
|
+
transfer-ownership="none"
|
39069
|
+
nullable="1"
|
39070
|
+
allow-none="1"
|
39071
|
+
closure="0">
|
38107
39072
|
<doc xml:space="preserve">user data for the task function</doc>
|
38108
39073
|
<type name="gpointer" c:type="void*"/>
|
38109
39074
|
</parameter>
|
@@ -38149,7 +39114,11 @@ must check @error to detect errors.</doc>
|
|
38149
39114
|
<doc xml:space="preserve">The #GThread</doc>
|
38150
39115
|
<type name="GLib.Thread" c:type="GThread*"/>
|
38151
39116
|
</parameter>
|
38152
|
-
<parameter name="user_data"
|
39117
|
+
<parameter name="user_data"
|
39118
|
+
transfer-ownership="none"
|
39119
|
+
nullable="1"
|
39120
|
+
allow-none="1"
|
39121
|
+
closure="2">
|
38153
39122
|
<doc xml:space="preserve">user data</doc>
|
38154
39123
|
<type name="gpointer" c:type="gpointer"/>
|
38155
39124
|
</parameter>
|
@@ -38863,6 +39832,161 @@ unreffed before setting a new one.</doc>
|
|
38863
39832
|
<type name="GObject.TypeInterface" c:type="GTypeInterface"/>
|
38864
39833
|
</field>
|
38865
39834
|
</record>
|
39835
|
+
<class name="Tracer"
|
39836
|
+
c:symbol-prefix="tracer"
|
39837
|
+
c:type="GstTracer"
|
39838
|
+
parent="Object"
|
39839
|
+
abstract="1"
|
39840
|
+
glib:type-name="GstTracer"
|
39841
|
+
glib:get-type="gst_tracer_get_type"
|
39842
|
+
glib:type-struct="TracerClass">
|
39843
|
+
<doc xml:space="preserve">Tracing modules will subclass #GstTracer and register through
|
39844
|
+
gst_tracing_register(). Modules can attach to various hook-types - see
|
39845
|
+
gst_tracing_register_hook(). When invoked they receive hook specific
|
39846
|
+
contextual data, which they must not modify.</doc>
|
39847
|
+
<property name="params"
|
39848
|
+
writable="1"
|
39849
|
+
construct="1"
|
39850
|
+
transfer-ownership="none">
|
39851
|
+
<type name="utf8" c:type="gchar*"/>
|
39852
|
+
</property>
|
39853
|
+
<field name="parent">
|
39854
|
+
<type name="Object" c:type="GstObject"/>
|
39855
|
+
</field>
|
39856
|
+
<field name="priv" readable="0" private="1">
|
39857
|
+
<type name="TracerPrivate" c:type="GstTracerPrivate*"/>
|
39858
|
+
</field>
|
39859
|
+
<field name="_gst_reserved" readable="0" private="1">
|
39860
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="4">
|
39861
|
+
<type name="gpointer" c:type="gpointer"/>
|
39862
|
+
</array>
|
39863
|
+
</field>
|
39864
|
+
</class>
|
39865
|
+
<record name="TracerClass"
|
39866
|
+
c:type="GstTracerClass"
|
39867
|
+
glib:is-gtype-struct-for="Tracer">
|
39868
|
+
<field name="parent_class">
|
39869
|
+
<type name="ObjectClass" c:type="GstObjectClass"/>
|
39870
|
+
</field>
|
39871
|
+
<field name="_gst_reserved" readable="0" private="1">
|
39872
|
+
<array zero-terminated="0" c:type="gpointer" fixed-size="4">
|
39873
|
+
<type name="gpointer" c:type="gpointer"/>
|
39874
|
+
</array>
|
39875
|
+
</field>
|
39876
|
+
</record>
|
39877
|
+
<class name="TracerFactory"
|
39878
|
+
c:symbol-prefix="tracer_factory"
|
39879
|
+
c:type="GstTracerFactory"
|
39880
|
+
version="1.8"
|
39881
|
+
parent="PluginFeature"
|
39882
|
+
glib:type-name="GstTracerFactory"
|
39883
|
+
glib:get-type="gst_tracer_factory_get_type"
|
39884
|
+
glib:type-struct="TracerFactoryClass">
|
39885
|
+
<doc xml:space="preserve">Use gst_tracer_factory_get_list() to get a list of tracer factories known to
|
39886
|
+
GStreamer.</doc>
|
39887
|
+
<function name="get_list"
|
39888
|
+
c:identifier="gst_tracer_factory_get_list"
|
39889
|
+
version="1.8">
|
39890
|
+
<doc xml:space="preserve">Gets the list of all registered tracer factories. You must free the
|
39891
|
+
list using gst_plugin_feature_list_free().
|
39892
|
+
|
39893
|
+
The returned factories are sorted by factory name.
|
39894
|
+
|
39895
|
+
Free-function: gst_plugin_feature_list_free</doc>
|
39896
|
+
<return-value transfer-ownership="full">
|
39897
|
+
<doc xml:space="preserve">the list of all
|
39898
|
+
registered #GstTracerFactory.</doc>
|
39899
|
+
<type name="GLib.List" c:type="GList*">
|
39900
|
+
<type name="TracerFactory"/>
|
39901
|
+
</type>
|
39902
|
+
</return-value>
|
39903
|
+
</function>
|
39904
|
+
</class>
|
39905
|
+
<record name="TracerFactoryClass"
|
39906
|
+
c:type="GstTracerFactoryClass"
|
39907
|
+
disguised="1"
|
39908
|
+
glib:is-gtype-struct-for="TracerFactory">
|
39909
|
+
</record>
|
39910
|
+
<record name="TracerPrivate" c:type="GstTracerPrivate" disguised="1">
|
39911
|
+
</record>
|
39912
|
+
<class name="TracerRecord"
|
39913
|
+
c:symbol-prefix="tracer_record"
|
39914
|
+
c:type="GstTracerRecord"
|
39915
|
+
parent="Object"
|
39916
|
+
glib:type-name="GstTracerRecord"
|
39917
|
+
glib:get-type="gst_tracer_record_get_type"
|
39918
|
+
glib:type-struct="TracerRecordClass">
|
39919
|
+
<doc xml:space="preserve">Tracing modules will create instances of this class to announce the data they
|
39920
|
+
will log and create a log formatter.</doc>
|
39921
|
+
</class>
|
39922
|
+
<record name="TracerRecordClass"
|
39923
|
+
c:type="GstTracerRecordClass"
|
39924
|
+
disguised="1"
|
39925
|
+
glib:is-gtype-struct-for="TracerRecord">
|
39926
|
+
</record>
|
39927
|
+
<bitfield name="TracerValueFlags"
|
39928
|
+
glib:type-name="GstTracerValueFlags"
|
39929
|
+
glib:get-type="gst_tracer_value_flags_get_type"
|
39930
|
+
c:type="GstTracerValueFlags">
|
39931
|
+
<doc xml:space="preserve">Flag that describe the value. These flags help applications processing the
|
39932
|
+
logs to understand the values.</doc>
|
39933
|
+
<member name="none"
|
39934
|
+
value="0"
|
39935
|
+
c:identifier="GST_TRACER_VALUE_FLAGS_NONE"
|
39936
|
+
glib:nick="none">
|
39937
|
+
<doc xml:space="preserve">no flags</doc>
|
39938
|
+
</member>
|
39939
|
+
<member name="optional"
|
39940
|
+
value="1"
|
39941
|
+
c:identifier="GST_TRACER_VALUE_FLAGS_OPTIONAL"
|
39942
|
+
glib:nick="optional">
|
39943
|
+
<doc xml:space="preserve">the value is optional. When using this flag
|
39944
|
+
one need to have an additional boolean arg before this value in the
|
39945
|
+
var-args list passed to gst_tracer_record_log().</doc>
|
39946
|
+
</member>
|
39947
|
+
<member name="aggregated"
|
39948
|
+
value="2"
|
39949
|
+
c:identifier="GST_TRACER_VALUE_FLAGS_AGGREGATED"
|
39950
|
+
glib:nick="aggregated">
|
39951
|
+
<doc xml:space="preserve">the value is combined since the start of
|
39952
|
+
tracing</doc>
|
39953
|
+
</member>
|
39954
|
+
</bitfield>
|
39955
|
+
<enumeration name="TracerValueScope"
|
39956
|
+
version="1.8"
|
39957
|
+
glib:type-name="GstTracerValueScope"
|
39958
|
+
glib:get-type="gst_tracer_value_scope_get_type"
|
39959
|
+
c:type="GstTracerValueScope">
|
39960
|
+
<doc xml:space="preserve">Tracing record will contain fields that contain a meassured value or extra
|
39961
|
+
meta-data. One such meta data are values that tell where a measurement was
|
39962
|
+
taken. This enumerating declares to which scope such a meta data field
|
39963
|
+
relates to. If it is e.g. %GST_TRACER_VALUE_SCOPE_PAD, then each of the log
|
39964
|
+
events may contain values for different #GstPads.</doc>
|
39965
|
+
<member name="process"
|
39966
|
+
value="0"
|
39967
|
+
c:identifier="GST_TRACER_VALUE_SCOPE_PROCESS"
|
39968
|
+
glib:nick="process">
|
39969
|
+
<doc xml:space="preserve">the value is related to the process</doc>
|
39970
|
+
</member>
|
39971
|
+
<member name="thread"
|
39972
|
+
value="1"
|
39973
|
+
c:identifier="GST_TRACER_VALUE_SCOPE_THREAD"
|
39974
|
+
glib:nick="thread">
|
39975
|
+
<doc xml:space="preserve">the value is related to a thread</doc>
|
39976
|
+
</member>
|
39977
|
+
<member name="element"
|
39978
|
+
value="2"
|
39979
|
+
c:identifier="GST_TRACER_VALUE_SCOPE_ELEMENT"
|
39980
|
+
glib:nick="element">
|
39981
|
+
<doc xml:space="preserve">the value is related to an #GstElement</doc>
|
39982
|
+
</member>
|
39983
|
+
<member name="pad"
|
39984
|
+
value="3"
|
39985
|
+
c:identifier="GST_TRACER_VALUE_SCOPE_PAD"
|
39986
|
+
glib:nick="pad">
|
39987
|
+
<doc xml:space="preserve">the value is related to a #GstPad</doc>
|
39988
|
+
</member>
|
39989
|
+
</enumeration>
|
38866
39990
|
<record name="TypeFind" c:type="GstTypeFind">
|
38867
39991
|
<doc xml:space="preserve">The following functions allow you to detect the media type of an unknown
|
38868
39992
|
stream.</doc>
|
@@ -39082,7 +40206,10 @@ This function is typically called during an element's plugin initialization.</do
|
|
39082
40206
|
succeeds</doc>
|
39083
40207
|
<type name="Caps" c:type="GstCaps*"/>
|
39084
40208
|
</parameter>
|
39085
|
-
<parameter name="data"
|
40209
|
+
<parameter name="data"
|
40210
|
+
transfer-ownership="none"
|
40211
|
+
nullable="1"
|
40212
|
+
allow-none="1">
|
39086
40213
|
<doc xml:space="preserve">Optional user data. This user data must be available until the plugin
|
39087
40214
|
is unloaded.</doc>
|
39088
40215
|
<type name="gpointer" c:type="gpointer"/>
|
@@ -39112,7 +40239,7 @@ the section <link linkend="gstreamer-Writing-typefind-functions">
|
|
39112
40239
|
The following example shows how to write a very simple typefinder that
|
39113
40240
|
identifies the given data. You can get quite a bit more complicated than
|
39114
40241
|
that though.
|
39115
|
-
|[
|
40242
|
+
|[<!-- language="C" -->
|
39116
40243
|
typedef struct {
|
39117
40244
|
guint8 *data;
|
39118
40245
|
guint size;
|
@@ -39252,7 +40379,11 @@ e.g. assume a certain media type based on the file extension.</doc>
|
|
39252
40379
|
<doc xml:space="preserve">A #GstTypeFind structure</doc>
|
39253
40380
|
<type name="TypeFind" c:type="GstTypeFind*"/>
|
39254
40381
|
</parameter>
|
39255
|
-
<parameter name="user_data"
|
40382
|
+
<parameter name="user_data"
|
40383
|
+
transfer-ownership="none"
|
40384
|
+
nullable="1"
|
40385
|
+
allow-none="1"
|
40386
|
+
closure="1">
|
39256
40387
|
<doc xml:space="preserve">optional data to pass to the function</doc>
|
39257
40388
|
<type name="gpointer" c:type="gpointer"/>
|
39258
40389
|
</parameter>
|
@@ -40622,11 +41753,11 @@ determine a order for the two provided values.</doc>
|
|
40622
41753
|
<doc xml:space="preserve">The major version of GStreamer at compile time:</doc>
|
40623
41754
|
<type name="gint" c:type="gint"/>
|
40624
41755
|
</constant>
|
40625
|
-
<constant name="VERSION_MICRO" value="
|
41756
|
+
<constant name="VERSION_MICRO" value="0" c:type="GST_VERSION_MICRO">
|
40626
41757
|
<doc xml:space="preserve">The micro version of GStreamer at compile time:</doc>
|
40627
41758
|
<type name="gint" c:type="gint"/>
|
40628
41759
|
</constant>
|
40629
|
-
<constant name="VERSION_MINOR" value="
|
41760
|
+
<constant name="VERSION_MINOR" value="8" c:type="GST_VERSION_MINOR">
|
40630
41761
|
<doc xml:space="preserve">The minor version of GStreamer at compile time:</doc>
|
40631
41762
|
<type name="gint" c:type="gint"/>
|
40632
41763
|
</constant>
|
@@ -41015,7 +42146,10 @@ Be sure to use #G_GNUC_NO_INSTRUMENT on that function, it is needed.</doc>
|
|
41015
42146
|
<doc xml:space="preserve">the function to use</doc>
|
41016
42147
|
<type name="LogFunction" c:type="GstLogFunction"/>
|
41017
42148
|
</parameter>
|
41018
|
-
<parameter name="user_data"
|
42149
|
+
<parameter name="user_data"
|
42150
|
+
transfer-ownership="none"
|
42151
|
+
nullable="1"
|
42152
|
+
allow-none="1">
|
41019
42153
|
<doc xml:space="preserve">user data</doc>
|
41020
42154
|
<type name="gpointer" c:type="gpointer"/>
|
41021
42155
|
</parameter>
|
@@ -41257,7 +42391,10 @@ gst_debug_remove_log_function(gst_debug_log_default);</doc>
|
|
41257
42391
|
<doc xml:space="preserve">the actual message</doc>
|
41258
42392
|
<type name="DebugMessage" c:type="GstDebugMessage*"/>
|
41259
42393
|
</parameter>
|
41260
|
-
<parameter name="user_data"
|
42394
|
+
<parameter name="user_data"
|
42395
|
+
transfer-ownership="none"
|
42396
|
+
nullable="1"
|
42397
|
+
allow-none="1">
|
41261
42398
|
<doc xml:space="preserve">the FILE* to log to</doc>
|
41262
42399
|
<type name="gpointer" c:type="gpointer"/>
|
41263
42400
|
</parameter>
|
@@ -41339,7 +42476,10 @@ gstreamer code, which can be printed with this function.</doc>
|
|
41339
42476
|
<type name="guint" c:type="guint"/>
|
41340
42477
|
</return-value>
|
41341
42478
|
<parameters>
|
41342
|
-
<parameter name="data"
|
42479
|
+
<parameter name="data"
|
42480
|
+
transfer-ownership="none"
|
42481
|
+
nullable="1"
|
42482
|
+
allow-none="1">
|
41343
42483
|
<doc xml:space="preserve">user data of the log function to remove</doc>
|
41344
42484
|
<type name="gpointer" c:type="gpointer"/>
|
41345
42485
|
</parameter>
|
@@ -41723,6 +42863,91 @@ is unknown.</doc>
|
|
41723
42863
|
</parameter>
|
41724
42864
|
</parameters>
|
41725
42865
|
</function>
|
42866
|
+
<function name="info_strdup_printf"
|
42867
|
+
c:identifier="gst_info_strdup_printf"
|
42868
|
+
version="1.8"
|
42869
|
+
introspectable="0">
|
42870
|
+
<doc xml:space="preserve">Allocates, fills and returns a null terminated string from the printf style
|
42871
|
+
@format string and corresponding arguments.
|
42872
|
+
|
42873
|
+
See gst_info_vasprintf() for when this function is required.
|
42874
|
+
|
42875
|
+
Free with g_free().</doc>
|
42876
|
+
<return-value transfer-ownership="full">
|
42877
|
+
<doc xml:space="preserve">a newly allocated null terminated string or %NULL on any error</doc>
|
42878
|
+
<type name="utf8" c:type="gchar*"/>
|
42879
|
+
</return-value>
|
42880
|
+
<parameters>
|
42881
|
+
<parameter name="format" transfer-ownership="none">
|
42882
|
+
<doc xml:space="preserve">a printf style format string</doc>
|
42883
|
+
<type name="utf8" c:type="const gchar*"/>
|
42884
|
+
</parameter>
|
42885
|
+
<parameter name="..." transfer-ownership="none">
|
42886
|
+
<doc xml:space="preserve">the printf arguments for @format</doc>
|
42887
|
+
<varargs/>
|
42888
|
+
</parameter>
|
42889
|
+
</parameters>
|
42890
|
+
</function>
|
42891
|
+
<function name="info_strdup_vprintf"
|
42892
|
+
c:identifier="gst_info_strdup_vprintf"
|
42893
|
+
version="1.8"
|
42894
|
+
introspectable="0">
|
42895
|
+
<doc xml:space="preserve">Allocates, fills and returns a null terminated string from the printf style
|
42896
|
+
@format string and @args.
|
42897
|
+
|
42898
|
+
See gst_info_vasprintf() for when this function is required.
|
42899
|
+
|
42900
|
+
Free with g_free().</doc>
|
42901
|
+
<return-value transfer-ownership="full">
|
42902
|
+
<doc xml:space="preserve">a newly allocated null terminated string or %NULL on any error</doc>
|
42903
|
+
<type name="utf8" c:type="gchar*"/>
|
42904
|
+
</return-value>
|
42905
|
+
<parameters>
|
42906
|
+
<parameter name="format" transfer-ownership="none">
|
42907
|
+
<doc xml:space="preserve">a printf style format string</doc>
|
42908
|
+
<type name="utf8" c:type="const gchar*"/>
|
42909
|
+
</parameter>
|
42910
|
+
<parameter name="args" transfer-ownership="none">
|
42911
|
+
<doc xml:space="preserve">the va_list of printf arguments for @format</doc>
|
42912
|
+
<type name="va_list" c:type="va_list"/>
|
42913
|
+
</parameter>
|
42914
|
+
</parameters>
|
42915
|
+
</function>
|
42916
|
+
<function name="info_vasprintf"
|
42917
|
+
c:identifier="gst_info_vasprintf"
|
42918
|
+
version="1.8"
|
42919
|
+
introspectable="0">
|
42920
|
+
<doc xml:space="preserve">Allocates and fills a string large enough (including the terminating null
|
42921
|
+
byte) to hold the specified printf style @format and @args.
|
42922
|
+
|
42923
|
+
This function deals with the GStreamer specific printf specifiers
|
42924
|
+
#GST_PTR_FORMAT and #GST_SEGMENT_FORMAT. If you do not have these specifiers
|
42925
|
+
in your @format string, you do not need to use this function and can use
|
42926
|
+
alternatives such as g_vasprintf().
|
42927
|
+
|
42928
|
+
Free @result with g_free().</doc>
|
42929
|
+
<return-value transfer-ownership="none">
|
42930
|
+
<doc xml:space="preserve">the length of the string allocated into @result or -1 on any error</doc>
|
42931
|
+
<type name="gint" c:type="gint"/>
|
42932
|
+
</return-value>
|
42933
|
+
<parameters>
|
42934
|
+
<parameter name="result"
|
42935
|
+
direction="out"
|
42936
|
+
caller-allocates="0"
|
42937
|
+
transfer-ownership="full">
|
42938
|
+
<doc xml:space="preserve">the resulting string</doc>
|
42939
|
+
<type name="utf8" c:type="gchar**"/>
|
42940
|
+
</parameter>
|
42941
|
+
<parameter name="format" transfer-ownership="none">
|
42942
|
+
<doc xml:space="preserve">a printf style format string</doc>
|
42943
|
+
<type name="utf8" c:type="const gchar*"/>
|
42944
|
+
</parameter>
|
42945
|
+
<parameter name="args" transfer-ownership="none">
|
42946
|
+
<doc xml:space="preserve">the va_list of printf arguments for @format</doc>
|
42947
|
+
<type name="va_list" c:type="va_list"/>
|
42948
|
+
</parameter>
|
42949
|
+
</parameters>
|
42950
|
+
</function>
|
41726
42951
|
<function name="init" c:identifier="gst_init">
|
41727
42952
|
<doc xml:space="preserve">Initializes the GStreamer library, setting up internal path lists,
|
41728
42953
|
registering built-in elements, and loading standard plugins.
|
@@ -41828,7 +43053,10 @@ threading system as one of the very first things in your program
|
|
41828
43053
|
<type name="gboolean" c:type="gboolean"/>
|
41829
43054
|
</return-value>
|
41830
43055
|
<parameters>
|
41831
|
-
<parameter name="obj"
|
43056
|
+
<parameter name="obj"
|
43057
|
+
transfer-ownership="none"
|
43058
|
+
nullable="1"
|
43059
|
+
allow-none="1">
|
41832
43060
|
<type name="gpointer" c:type="gconstpointer"/>
|
41833
43061
|
</parameter>
|
41834
43062
|
</parameters>
|
@@ -42899,7 +44127,10 @@ This function is typically called during an element's plugin initialization.</do
|
|
42899
44127
|
succeeds</doc>
|
42900
44128
|
<type name="Caps" c:type="GstCaps*"/>
|
42901
44129
|
</parameter>
|
42902
|
-
<parameter name="data"
|
44130
|
+
<parameter name="data"
|
44131
|
+
transfer-ownership="none"
|
44132
|
+
nullable="1"
|
44133
|
+
allow-none="1">
|
42903
44134
|
<doc xml:space="preserve">Optional user data. This user data must be available until the plugin
|
42904
44135
|
is unloaded.</doc>
|
42905
44136
|
<type name="gpointer" c:type="gpointer"/>
|
@@ -43128,7 +44359,10 @@ element or %NULL if nothing was found</doc>
|
|
43128
44359
|
<type name="gpointer" c:type="gpointer"/>
|
43129
44360
|
</return-value>
|
43130
44361
|
<parameters>
|
43131
|
-
<parameter name="array"
|
44362
|
+
<parameter name="array"
|
44363
|
+
transfer-ownership="none"
|
44364
|
+
nullable="1"
|
44365
|
+
allow-none="1">
|
43132
44366
|
<doc xml:space="preserve">the sorted input array</doc>
|
43133
44367
|
<type name="gpointer" c:type="gpointer"/>
|
43134
44368
|
</parameter>
|
@@ -43151,11 +44385,17 @@ element or %NULL if nothing was found</doc>
|
|
43151
44385
|
<doc xml:space="preserve">search mode that should be used</doc>
|
43152
44386
|
<type name="SearchMode" c:type="GstSearchMode"/>
|
43153
44387
|
</parameter>
|
43154
|
-
<parameter name="search_data"
|
44388
|
+
<parameter name="search_data"
|
44389
|
+
transfer-ownership="none"
|
44390
|
+
nullable="1"
|
44391
|
+
allow-none="1">
|
43155
44392
|
<doc xml:space="preserve">element that should be found</doc>
|
43156
44393
|
<type name="gpointer" c:type="gconstpointer"/>
|
43157
44394
|
</parameter>
|
43158
|
-
<parameter name="user_data"
|
44395
|
+
<parameter name="user_data"
|
44396
|
+
transfer-ownership="none"
|
44397
|
+
nullable="1"
|
44398
|
+
allow-none="1">
|
43159
44399
|
<doc xml:space="preserve">data to pass to @search_func</doc>
|
43160
44400
|
<type name="gpointer" c:type="gpointer"/>
|
43161
44401
|
</parameter>
|
@@ -44497,7 +45737,7 @@ and @numerator_end/@denominator_end.</doc>
|
|
44497
45737
|
</function>
|
44498
45738
|
<function name="value_set_structure"
|
44499
45739
|
c:identifier="gst_value_set_structure">
|
44500
|
-
<doc xml:space="preserve">Sets the contents of @value to @structure
|
45740
|
+
<doc xml:space="preserve">Sets the contents of @value to @structure.</doc>
|
44501
45741
|
<return-value transfer-ownership="none">
|
44502
45742
|
<type name="none" c:type="void"/>
|
44503
45743
|
</return-value>
|