gstreamer 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +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
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>gsttagxmpwriter: GStreamer Base Plugins 1.0 Library Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="gstreamer-tag.html" title="Tag Support Library">
|
9
9
|
<link rel="prev" href="gst-plugins-base-libs-gsttagxmp.html" title="gsttagxmp">
|
10
10
|
<link rel="next" href="gst-plugins-base-libs-gsttagdemux.html" title="gsttagdemux">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="gst-plugins-base-libs-gsttagxmpwriter.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -57,7 +57,7 @@
|
|
57
57
|
</tr>
|
58
58
|
<tr>
|
59
59
|
<td class="function_type">
|
60
|
-
<a href="/
|
60
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
61
61
|
</td>
|
62
62
|
<td class="function_name">
|
63
63
|
<a class="link" href="gst-plugins-base-libs-gsttagxmpwriter.html#gst-tag-xmp-writer-has-schema" title="gst_tag_xmp_writer_has_schema ()">gst_tag_xmp_writer_has_schema</a> <span class="c_punctuation">()</span>
|
@@ -81,7 +81,7 @@
|
|
81
81
|
</tr>
|
82
82
|
<tr>
|
83
83
|
<td class="function_type">
|
84
|
-
<a href="
|
84
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
85
85
|
</td>
|
86
86
|
<td class="function_name">
|
87
87
|
<a class="link" href="gst-plugins-base-libs-gsttagxmpwriter.html#gst-tag-xmp-writer-tag-list-to-xmp-buffer" title="gst_tag_xmp_writer_tag_list_to_xmp_buffer ()">gst_tag_xmp_writer_tag_list_to_xmp_buffer</a> <span class="c_punctuation">()</span>
|
@@ -113,8 +113,8 @@ gst_tag_xmp_writer_add_all_schemas (<em class="parameter"><code><span class="typ
|
|
113
113
|
<p>Adds all available XMP schemas to the configuration. Meaning that
|
114
114
|
all will be used.</p>
|
115
115
|
<div class="refsect3">
|
116
|
-
<a name="
|
117
|
-
<div class="informaltable"><table width="100%" border="0">
|
116
|
+
<a name="gst-tag-xmp-writer-add-all-schemas.parameters"></a><h4>Parameters</h4>
|
117
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
118
118
|
<colgroup>
|
119
119
|
<col width="150px" class="parameters_name">
|
120
120
|
<col class="parameters_description">
|
@@ -133,12 +133,12 @@ all will be used.</p>
|
|
133
133
|
<a name="gst-tag-xmp-writer-add-schema"></a><h3>gst_tag_xmp_writer_add_schema ()</h3>
|
134
134
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
135
135
|
gst_tag_xmp_writer_add_schema (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
|
136
|
-
<em class="parameter"><code>const <a href="/
|
136
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema</code></em>);</pre>
|
137
137
|
<p>Adds <em class="parameter"><code>schema</code></em>
|
138
138
|
to the list schemas</p>
|
139
139
|
<div class="refsect3">
|
140
|
-
<a name="
|
141
|
-
<div class="informaltable"><table width="100%" border="0">
|
140
|
+
<a name="gst-tag-xmp-writer-add-schema.parameters"></a><h4>Parameters</h4>
|
141
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
142
142
|
<colgroup>
|
143
143
|
<col width="150px" class="parameters_name">
|
144
144
|
<col class="parameters_description">
|
@@ -162,14 +162,14 @@ gst_tag_xmp_writer_add_schema (<em class="parameter"><code><span class="type">Gs
|
|
162
162
|
<hr>
|
163
163
|
<div class="refsect2">
|
164
164
|
<a name="gst-tag-xmp-writer-has-schema"></a><h3>gst_tag_xmp_writer_has_schema ()</h3>
|
165
|
-
<pre class="programlisting"><a href="/
|
165
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
166
166
|
gst_tag_xmp_writer_has_schema (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
|
167
|
-
<em class="parameter"><code>const <a href="/
|
167
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema</code></em>);</pre>
|
168
168
|
<p>Checks if <em class="parameter"><code>schema</code></em>
|
169
169
|
is going to be used</p>
|
170
170
|
<div class="refsect3">
|
171
|
-
<a name="
|
172
|
-
<div class="informaltable"><table width="100%" border="0">
|
171
|
+
<a name="gst-tag-xmp-writer-has-schema.parameters"></a><h4>Parameters</h4>
|
172
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
173
173
|
<colgroup>
|
174
174
|
<col width="150px" class="parameters_name">
|
175
175
|
<col class="parameters_description">
|
@@ -190,8 +190,8 @@ gst_tag_xmp_writer_has_schema (<em class="parameter"><code><span class="type">Gs
|
|
190
190
|
</table></div>
|
191
191
|
</div>
|
192
192
|
<div class="refsect3">
|
193
|
-
<a name="
|
194
|
-
<p> <a href="/
|
193
|
+
<a name="gst-tag-xmp-writer-has-schema.returns"></a><h4>Returns</h4>
|
194
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it is going to be used</p>
|
195
195
|
</div>
|
196
196
|
</div>
|
197
197
|
<hr>
|
@@ -199,12 +199,12 @@ gst_tag_xmp_writer_has_schema (<em class="parameter"><code><span class="type">Gs
|
|
199
199
|
<a name="gst-tag-xmp-writer-remove-schema"></a><h3>gst_tag_xmp_writer_remove_schema ()</h3>
|
200
200
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
201
201
|
gst_tag_xmp_writer_remove_schema (<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
|
202
|
-
<em class="parameter"><code>const <a href="/
|
202
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema</code></em>);</pre>
|
203
203
|
<p>Removes a schema from the list of schemas to use. Nothing is done if
|
204
204
|
the schema wasn't in the list</p>
|
205
205
|
<div class="refsect3">
|
206
|
-
<a name="
|
207
|
-
<div class="informaltable"><table width="100%" border="0">
|
206
|
+
<a name="gst-tag-xmp-writer-remove-schema.parameters"></a><h4>Parameters</h4>
|
207
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
208
208
|
<colgroup>
|
209
209
|
<col width="150px" class="parameters_name">
|
210
210
|
<col class="parameters_description">
|
@@ -233,8 +233,8 @@ gst_tag_xmp_writer_remove_all_schemas (<em class="parameter"><code><span class="
|
|
233
233
|
<p>Removes all schemas from the list of schemas to use. Meaning that no
|
234
234
|
XMP will be generated.</p>
|
235
235
|
<div class="refsect3">
|
236
|
-
<a name="
|
237
|
-
<div class="informaltable"><table width="100%" border="0">
|
236
|
+
<a name="gst-tag-xmp-writer-remove-all-schemas.parameters"></a><h4>Parameters</h4>
|
237
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
238
238
|
<colgroup>
|
239
239
|
<col width="150px" class="parameters_name">
|
240
240
|
<col class="parameters_description">
|
@@ -251,11 +251,11 @@ XMP will be generated.</p>
|
|
251
251
|
<hr>
|
252
252
|
<div class="refsect2">
|
253
253
|
<a name="gst-tag-xmp-writer-tag-list-to-xmp-buffer"></a><h3>gst_tag_xmp_writer_tag_list_to_xmp_buffer ()</h3>
|
254
|
-
<pre class="programlisting"><a href="
|
254
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
255
255
|
gst_tag_xmp_writer_tag_list_to_xmp_buffer
|
256
256
|
(<em class="parameter"><code><span class="type">GstTagXmpWriter</span> *config</code></em>,
|
257
|
-
<em class="parameter"><code>const <a href="
|
258
|
-
<em class="parameter"><code><a href="/
|
257
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstTagList.html#GstTagList-struct"><span class="type">GstTagList</span></a> *taglist</code></em>,
|
258
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> read_only</code></em>);</pre>
|
259
259
|
</div>
|
260
260
|
</div>
|
261
261
|
<div class="refsect1">
|
@@ -263,6 +263,6 @@ gst_tag_xmp_writer_tag_list_to_xmp_buffer
|
|
263
263
|
</div>
|
264
264
|
</div>
|
265
265
|
<div class="footer">
|
266
|
-
<hr>Generated by GTK-Doc V1.
|
266
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
267
267
|
</body>
|
268
268
|
</html>
|
data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html
CHANGED
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>gstvideo: GStreamer Base Plugins 1.0 Library Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="gstreamer-video.html" title="Video Library">
|
9
9
|
<link rel="prev" href="gstreamer-video.html" title="Video Library">
|
10
10
|
<link rel="next" href="gst-plugins-base-libs-gstvideometa.html" title="gstvideometa">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="gst-plugins-base-libs-gstvideo.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -41,7 +41,7 @@
|
|
41
41
|
<tbody>
|
42
42
|
<tr>
|
43
43
|
<td class="function_type">
|
44
|
-
<a href="/
|
44
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
45
45
|
</td>
|
46
46
|
<td class="function_name">
|
47
47
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-calculate-display-ratio" title="gst_video_calculate_display_ratio ()">gst_video_calculate_display_ratio</a> <span class="c_punctuation">()</span>
|
@@ -49,7 +49,7 @@
|
|
49
49
|
</tr>
|
50
50
|
<tr>
|
51
51
|
<td class="function_type">
|
52
|
-
<a href="/
|
52
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
53
53
|
</td>
|
54
54
|
<td class="function_name">
|
55
55
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-guess-framerate" title="gst_video_guess_framerate ()">gst_video_guess_framerate</a> <span class="c_punctuation">()</span>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
</tr>
|
66
66
|
<tr>
|
67
67
|
<td class="function_type">
|
68
|
-
<a href="
|
68
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstSample.html#GstSample-struct"><span class="returnvalue">GstSample</span></a> *
|
69
69
|
</td>
|
70
70
|
<td class="function_name">
|
71
71
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-convert-sample" title="gst_video_convert_sample ()">gst_video_convert_sample</a> <span class="c_punctuation">()</span>
|
@@ -89,7 +89,7 @@
|
|
89
89
|
</tr>
|
90
90
|
<tr>
|
91
91
|
<td class="function_type">
|
92
|
-
<a href="
|
92
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="returnvalue">GstEvent</span></a> *
|
93
93
|
</td>
|
94
94
|
<td class="function_name">
|
95
95
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-still-frame" title="gst_video_event_new_still_frame ()">gst_video_event_new_still_frame</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +97,7 @@
|
|
97
97
|
</tr>
|
98
98
|
<tr>
|
99
99
|
<td class="function_type">
|
100
|
-
<a href="/
|
100
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
101
101
|
</td>
|
102
102
|
<td class="function_name">
|
103
103
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-still-frame" title="gst_video_event_parse_still_frame ()">gst_video_event_parse_still_frame</a> <span class="c_punctuation">()</span>
|
@@ -105,7 +105,7 @@
|
|
105
105
|
</tr>
|
106
106
|
<tr>
|
107
107
|
<td class="function_type">
|
108
|
-
<a href="
|
108
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="returnvalue">GstEvent</span></a> *
|
109
109
|
</td>
|
110
110
|
<td class="function_name">
|
111
111
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-downstream-force-key-unit" title="gst_video_event_new_downstream_force_key_unit ()">gst_video_event_new_downstream_force_key_unit</a> <span class="c_punctuation">()</span>
|
@@ -113,7 +113,7 @@
|
|
113
113
|
</tr>
|
114
114
|
<tr>
|
115
115
|
<td class="function_type">
|
116
|
-
<a href="/
|
116
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
117
117
|
</td>
|
118
118
|
<td class="function_name">
|
119
119
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-downstream-force-key-unit" title="gst_video_event_parse_downstream_force_key_unit ()">gst_video_event_parse_downstream_force_key_unit</a> <span class="c_punctuation">()</span>
|
@@ -121,7 +121,7 @@
|
|
121
121
|
</tr>
|
122
122
|
<tr>
|
123
123
|
<td class="function_type">
|
124
|
-
<a href="
|
124
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="returnvalue">GstEvent</span></a> *
|
125
125
|
</td>
|
126
126
|
<td class="function_name">
|
127
127
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-upstream-force-key-unit" title="gst_video_event_new_upstream_force_key_unit ()">gst_video_event_new_upstream_force_key_unit</a> <span class="c_punctuation">()</span>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
</tr>
|
130
130
|
<tr>
|
131
131
|
<td class="function_type">
|
132
|
-
<a href="/
|
132
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
133
133
|
</td>
|
134
134
|
<td class="function_name">
|
135
135
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-upstream-force-key-unit" title="gst_video_event_parse_upstream_force_key_unit ()">gst_video_event_parse_upstream_force_key_unit</a> <span class="c_punctuation">()</span>
|
@@ -137,7 +137,7 @@
|
|
137
137
|
</tr>
|
138
138
|
<tr>
|
139
139
|
<td class="function_type">
|
140
|
-
<a href="/
|
140
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
141
141
|
</td>
|
142
142
|
<td class="function_name">
|
143
143
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-is-force-key-unit" title="gst_video_event_is_force_key_unit ()">gst_video_event_is_force_key_unit</a> <span class="c_punctuation">()</span>
|
@@ -351,7 +351,7 @@
|
|
351
351
|
</tr>
|
352
352
|
<tr>
|
353
353
|
<td class="function_type">
|
354
|
-
<span class="returnvalue">guint32</span>
|
354
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
355
355
|
</td>
|
356
356
|
<td class="function_name">
|
357
357
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-format-to-fourcc" title="gst_video_format_to_fourcc ()">gst_video_format_to_fourcc</a> <span class="c_punctuation">()</span>
|
@@ -366,7 +366,7 @@
|
|
366
366
|
</td>
|
367
367
|
</tr>
|
368
368
|
<tr>
|
369
|
-
<td class="function_type">const <a href="/
|
369
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
370
370
|
</td>
|
371
371
|
<td class="function_name">
|
372
372
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-format-to-string" title="gst_video_format_to_string ()">gst_video_format_to_string</a> <span class="c_punctuation">()</span>
|
@@ -395,7 +395,7 @@
|
|
395
395
|
</tr>
|
396
396
|
<tr>
|
397
397
|
<td class="function_type">
|
398
|
-
<a href="/
|
398
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
399
399
|
</td>
|
400
400
|
<td class="function_name">
|
401
401
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-color-matrix-get-Kr-Kb" title="gst_video_color_matrix_get_Kr_Kb ()">gst_video_color_matrix_get_Kr_Kb</a> <span class="c_punctuation">()</span>
|
@@ -403,7 +403,7 @@
|
|
403
403
|
</tr>
|
404
404
|
<tr>
|
405
405
|
<td class="function_type">
|
406
|
-
<a href="/
|
406
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
407
407
|
</td>
|
408
408
|
<td class="function_name">
|
409
409
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-color-transfer-decode" title="gst_video_color_transfer_decode ()">gst_video_color_transfer_decode</a> <span class="c_punctuation">()</span>
|
@@ -411,7 +411,7 @@
|
|
411
411
|
</tr>
|
412
412
|
<tr>
|
413
413
|
<td class="function_type">
|
414
|
-
<a href="/
|
414
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
415
415
|
</td>
|
416
416
|
<td class="function_name">
|
417
417
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-color-transfer-encode" title="gst_video_color_transfer_encode ()">gst_video_color_transfer_encode</a> <span class="c_punctuation">()</span>
|
@@ -419,7 +419,7 @@
|
|
419
419
|
</tr>
|
420
420
|
<tr>
|
421
421
|
<td class="function_type">
|
422
|
-
<a href="/
|
422
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
423
423
|
</td>
|
424
424
|
<td class="function_name">
|
425
425
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-matches" title="gst_video_colorimetry_matches ()">gst_video_colorimetry_matches</a> <span class="c_punctuation">()</span>
|
@@ -427,7 +427,7 @@
|
|
427
427
|
</tr>
|
428
428
|
<tr>
|
429
429
|
<td class="function_type">
|
430
|
-
<a href="/
|
430
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
431
431
|
</td>
|
432
432
|
<td class="function_name">
|
433
433
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-is-equal" title="gst_video_colorimetry_is_equal ()">gst_video_colorimetry_is_equal</a> <span class="c_punctuation">()</span>
|
@@ -435,7 +435,7 @@
|
|
435
435
|
</tr>
|
436
436
|
<tr>
|
437
437
|
<td class="function_type">
|
438
|
-
<a href="/
|
438
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
439
439
|
</td>
|
440
440
|
<td class="function_name">
|
441
441
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-from-string" title="gst_video_colorimetry_from_string ()">gst_video_colorimetry_from_string</a> <span class="c_punctuation">()</span>
|
@@ -443,7 +443,7 @@
|
|
443
443
|
</tr>
|
444
444
|
<tr>
|
445
445
|
<td class="function_type">
|
446
|
-
<a href="/
|
446
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
447
447
|
</td>
|
448
448
|
<td class="function_name">
|
449
449
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-colorimetry-to-string" title="gst_video_colorimetry_to_string ()">gst_video_colorimetry_to_string</a> <span class="c_punctuation">()</span>
|
@@ -681,6 +681,30 @@
|
|
681
681
|
</tr>
|
682
682
|
<tr>
|
683
683
|
<td class="function_type">
|
684
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="returnvalue">GstVideoInfo</span></a> *
|
685
|
+
</td>
|
686
|
+
<td class="function_name">
|
687
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-new" title="gst_video_info_new ()">gst_video_info_new</a> <span class="c_punctuation">()</span>
|
688
|
+
</td>
|
689
|
+
</tr>
|
690
|
+
<tr>
|
691
|
+
<td class="function_type">
|
692
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="returnvalue">GstVideoInfo</span></a> *
|
693
|
+
</td>
|
694
|
+
<td class="function_name">
|
695
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-copy" title="gst_video_info_copy ()">gst_video_info_copy</a> <span class="c_punctuation">()</span>
|
696
|
+
</td>
|
697
|
+
</tr>
|
698
|
+
<tr>
|
699
|
+
<td class="function_type">
|
700
|
+
<span class="returnvalue">void</span>
|
701
|
+
</td>
|
702
|
+
<td class="function_name">
|
703
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-free" title="gst_video_info_free ()">gst_video_info_free</a> <span class="c_punctuation">()</span>
|
704
|
+
</td>
|
705
|
+
</tr>
|
706
|
+
<tr>
|
707
|
+
<td class="function_type">
|
684
708
|
<span class="returnvalue">void</span>
|
685
709
|
</td>
|
686
710
|
<td class="function_name">
|
@@ -689,7 +713,7 @@
|
|
689
713
|
</tr>
|
690
714
|
<tr>
|
691
715
|
<td class="function_type">
|
692
|
-
<a href="/
|
716
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
693
717
|
</td>
|
694
718
|
<td class="function_name">
|
695
719
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-from-caps" title="gst_video_info_from_caps ()">gst_video_info_from_caps</a> <span class="c_punctuation">()</span>
|
@@ -697,7 +721,7 @@
|
|
697
721
|
</tr>
|
698
722
|
<tr>
|
699
723
|
<td class="function_type">
|
700
|
-
<a href="
|
724
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="returnvalue">GstCaps</span></a> *
|
701
725
|
</td>
|
702
726
|
<td class="function_name">
|
703
727
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-to-caps" title="gst_video_info_to_caps ()">gst_video_info_to_caps</a> <span class="c_punctuation">()</span>
|
@@ -705,7 +729,7 @@
|
|
705
729
|
</tr>
|
706
730
|
<tr>
|
707
731
|
<td class="function_type">
|
708
|
-
<a href="/
|
732
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
709
733
|
</td>
|
710
734
|
<td class="function_name">
|
711
735
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-convert" title="gst_video_info_convert ()">gst_video_info_convert</a> <span class="c_punctuation">()</span>
|
@@ -713,7 +737,7 @@
|
|
713
737
|
</tr>
|
714
738
|
<tr>
|
715
739
|
<td class="function_type">
|
716
|
-
<a href="/
|
740
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
717
741
|
</td>
|
718
742
|
<td class="function_name">
|
719
743
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-is-equal" title="gst_video_info_is_equal ()">gst_video_info_is_equal</a> <span class="c_punctuation">()</span>
|
@@ -729,7 +753,7 @@
|
|
729
753
|
</tr>
|
730
754
|
<tr>
|
731
755
|
<td class="function_type">
|
732
|
-
<a href="/
|
756
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
733
757
|
</td>
|
734
758
|
<td class="function_name">
|
735
759
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-map-id" title="gst_video_frame_map_id ()">gst_video_frame_map_id</a> <span class="c_punctuation">()</span>
|
@@ -737,7 +761,7 @@
|
|
737
761
|
</tr>
|
738
762
|
<tr>
|
739
763
|
<td class="function_type">
|
740
|
-
<a href="/
|
764
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
741
765
|
</td>
|
742
766
|
<td class="function_name">
|
743
767
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-map" title="gst_video_frame_map ()">gst_video_frame_map</a> <span class="c_punctuation">()</span>
|
@@ -753,7 +777,7 @@
|
|
753
777
|
</tr>
|
754
778
|
<tr>
|
755
779
|
<td class="function_type">
|
756
|
-
<a href="/
|
780
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
757
781
|
</td>
|
758
782
|
<td class="function_name">
|
759
783
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-copy" title="gst_video_frame_copy ()">gst_video_frame_copy</a> <span class="c_punctuation">()</span>
|
@@ -761,7 +785,7 @@
|
|
761
785
|
</tr>
|
762
786
|
<tr>
|
763
787
|
<td class="function_type">
|
764
|
-
<a href="/
|
788
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
765
789
|
</td>
|
766
790
|
<td class="function_name">
|
767
791
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-copy-plane" title="gst_video_frame_copy_plane ()">gst_video_frame_copy_plane</a> <span class="c_punctuation">()</span>
|
@@ -913,7 +937,7 @@
|
|
913
937
|
</tr>
|
914
938
|
<tr>
|
915
939
|
<td class="function_type">
|
916
|
-
<a href="/
|
940
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
917
941
|
</td>
|
918
942
|
<td class="function_name">
|
919
943
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-tile-get-index" title="gst_video_tile_get_index ()">gst_video_tile_get_index</a> <span class="c_punctuation">()</span>
|
@@ -957,7 +981,7 @@
|
|
957
981
|
</tr>
|
958
982
|
<tr>
|
959
983
|
<td class="function_type">
|
960
|
-
<a href="/
|
984
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
961
985
|
</td>
|
962
986
|
<td class="function_name">
|
963
987
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-blend" title="gst_video_blend ()">gst_video_blend</a> <span class="c_punctuation">()</span>
|
@@ -988,7 +1012,7 @@
|
|
988
1012
|
</td>
|
989
1013
|
</tr>
|
990
1014
|
<tr>
|
991
|
-
<td class="function_type">const <a href="
|
1015
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstStructure.html#GstStructure-struct"><span class="returnvalue">GstStructure</span></a> *
|
992
1016
|
</td>
|
993
1017
|
<td class="function_name">
|
994
1018
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-get-config" title="gst_video_converter_get_config ()">gst_video_converter_get_config</a> <span class="c_punctuation">()</span>
|
@@ -996,7 +1020,7 @@
|
|
996
1020
|
</tr>
|
997
1021
|
<tr>
|
998
1022
|
<td class="function_type">
|
999
|
-
<a href="/
|
1023
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1000
1024
|
</td>
|
1001
1025
|
<td class="function_name">
|
1002
1026
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-set-config" title="gst_video_converter_set_config ()">gst_video_converter_set_config</a> <span class="c_punctuation">()</span>
|
@@ -1011,35 +1035,35 @@
|
|
1011
1035
|
</td>
|
1012
1036
|
</tr>
|
1013
1037
|
<tr>
|
1014
|
-
<td class="function_type">const <a href="/
|
1038
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1015
1039
|
</td>
|
1016
1040
|
<td class="function_name">
|
1017
1041
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-mono-modes" title="gst_video_multiview_get_mono_modes ()">gst_video_multiview_get_mono_modes</a> <span class="c_punctuation">()</span>
|
1018
1042
|
</td>
|
1019
1043
|
</tr>
|
1020
1044
|
<tr>
|
1021
|
-
<td class="function_type">const <a href="/
|
1045
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1022
1046
|
</td>
|
1023
1047
|
<td class="function_name">
|
1024
1048
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-unpacked-modes" title="gst_video_multiview_get_unpacked_modes ()">gst_video_multiview_get_unpacked_modes</a> <span class="c_punctuation">()</span>
|
1025
1049
|
</td>
|
1026
1050
|
</tr>
|
1027
1051
|
<tr>
|
1028
|
-
<td class="function_type">const <a href="/
|
1052
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1029
1053
|
</td>
|
1030
1054
|
<td class="function_name">
|
1031
1055
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-doubled-height-modes" title="gst_video_multiview_get_doubled_height_modes ()">gst_video_multiview_get_doubled_height_modes</a> <span class="c_punctuation">()</span>
|
1032
1056
|
</td>
|
1033
1057
|
</tr>
|
1034
1058
|
<tr>
|
1035
|
-
<td class="function_type">const <a href="/
|
1059
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1036
1060
|
</td>
|
1037
1061
|
<td class="function_name">
|
1038
1062
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-doubled-size-modes" title="gst_video_multiview_get_doubled_size_modes ()">gst_video_multiview_get_doubled_size_modes</a> <span class="c_punctuation">()</span>
|
1039
1063
|
</td>
|
1040
1064
|
</tr>
|
1041
1065
|
<tr>
|
1042
|
-
<td class="function_type">const <a href="/
|
1066
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
1043
1067
|
</td>
|
1044
1068
|
<td class="function_name">
|
1045
1069
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-get-doubled-width-modes" title="gst_video_multiview_get_doubled_width_modes ()">gst_video_multiview_get_doubled_width_modes</a> <span class="c_punctuation">()</span>
|
@@ -1054,7 +1078,7 @@
|
|
1054
1078
|
</td>
|
1055
1079
|
</tr>
|
1056
1080
|
<tr>
|
1057
|
-
<td class="function_type">const <a href="/
|
1081
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1058
1082
|
</td>
|
1059
1083
|
<td class="function_name">
|
1060
1084
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-mode-to-caps-string" title="gst_video_multiview_mode_to_caps_string ()">gst_video_multiview_mode_to_caps_string</a> <span class="c_punctuation">()</span>
|
@@ -1062,7 +1086,7 @@
|
|
1062
1086
|
</tr>
|
1063
1087
|
<tr>
|
1064
1088
|
<td class="function_type">
|
1065
|
-
<a href="/
|
1089
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1066
1090
|
</td>
|
1067
1091
|
<td class="function_name">
|
1068
1092
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-multiview-guess-half-aspect" title="gst_video_multiview_guess_half_aspect ()">gst_video_multiview_guess_half_aspect</a> <span class="c_punctuation">()</span>
|
@@ -1081,7 +1105,7 @@
|
|
1081
1105
|
</div>
|
1082
1106
|
<div class="refsect1">
|
1083
1107
|
<a name="gst-plugins-base-libs-gstvideo.other"></a><h2>Types and Values</h2>
|
1084
|
-
<div class="informaltable"><table width="100%" border="0">
|
1108
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1085
1109
|
<colgroup>
|
1086
1110
|
<col width="150px" class="name">
|
1087
1111
|
<col class="description">
|
@@ -1232,21 +1256,21 @@ videosink and videofilter base classes.
|
|
1232
1256
|
<a name="gst-plugins-base-libs-gstvideo.functions_details"></a><h2>Functions</h2>
|
1233
1257
|
<div class="refsect2">
|
1234
1258
|
<a name="gst-video-calculate-display-ratio"></a><h3>gst_video_calculate_display_ratio ()</h3>
|
1235
|
-
<pre class="programlisting"><a href="/
|
1236
|
-
gst_video_calculate_display_ratio (<em class="parameter"><code><a href="/
|
1237
|
-
<em class="parameter"><code><a href="/
|
1238
|
-
<em class="parameter"><code><a href="/
|
1239
|
-
<em class="parameter"><code><a href="/
|
1240
|
-
<em class="parameter"><code><a href="/
|
1241
|
-
<em class="parameter"><code><a href="/
|
1242
|
-
<em class="parameter"><code><a href="/
|
1243
|
-
<em class="parameter"><code><a href="/
|
1259
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1260
|
+
gst_video_calculate_display_ratio (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> *dar_n</code></em>,
|
1261
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> *dar_d</code></em>,
|
1262
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> video_width</code></em>,
|
1263
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> video_height</code></em>,
|
1264
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> video_par_n</code></em>,
|
1265
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> video_par_d</code></em>,
|
1266
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> display_par_n</code></em>,
|
1267
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> display_par_d</code></em>);</pre>
|
1244
1268
|
<p>Given the Pixel Aspect Ratio and size of an input video frame, and the
|
1245
1269
|
pixel aspect ratio of the intended display device, calculates the actual
|
1246
1270
|
display ratio the video will be rendered with.</p>
|
1247
1271
|
<div class="refsect3">
|
1248
|
-
<a name="
|
1249
|
-
<div class="informaltable"><table width="100%" border="0">
|
1272
|
+
<a name="gst-video-calculate-display-ratio.parameters"></a><h4>Parameters</h4>
|
1273
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1250
1274
|
<colgroup>
|
1251
1275
|
<col width="150px" class="parameters_name">
|
1252
1276
|
<col class="parameters_description">
|
@@ -1255,13 +1279,13 @@ display ratio the video will be rendered with.</p>
|
|
1255
1279
|
<tbody>
|
1256
1280
|
<tr>
|
1257
1281
|
<td class="parameter_name"><p>dar_n</p></td>
|
1258
|
-
<td class="parameter_description"><p>Numerator of the calculated display_ratio</p></td>
|
1259
|
-
<td class="parameter_annotations">
|
1282
|
+
<td class="parameter_description"><p> Numerator of the calculated display_ratio. </p></td>
|
1283
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
1260
1284
|
</tr>
|
1261
1285
|
<tr>
|
1262
1286
|
<td class="parameter_name"><p>dar_d</p></td>
|
1263
|
-
<td class="parameter_description"><p>Denominator of the calculated display_ratio</p></td>
|
1264
|
-
<td class="parameter_annotations">
|
1287
|
+
<td class="parameter_description"><p> Denominator of the calculated display_ratio. </p></td>
|
1288
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
1265
1289
|
</tr>
|
1266
1290
|
<tr>
|
1267
1291
|
<td class="parameter_name"><p>video_width</p></td>
|
@@ -1297,7 +1321,7 @@ display ratio the video will be rendered with.</p>
|
|
1297
1321
|
</table></div>
|
1298
1322
|
</div>
|
1299
1323
|
<div class="refsect3">
|
1300
|
-
<a name="
|
1324
|
+
<a name="gst-video-calculate-display-ratio.returns"></a><h4>Returns</h4>
|
1301
1325
|
<p> A boolean indicating success and a calculated Display Ratio in the
|
1302
1326
|
dar_n and dar_d parameters.
|
1303
1327
|
The return value is FALSE in the case of integer overflow or other error.</p>
|
@@ -1306,19 +1330,19 @@ The return value is FALSE in the case of integer overflow or other error.</p>
|
|
1306
1330
|
<hr>
|
1307
1331
|
<div class="refsect2">
|
1308
1332
|
<a name="gst-video-guess-framerate"></a><h3>gst_video_guess_framerate ()</h3>
|
1309
|
-
<pre class="programlisting"><a href="/
|
1310
|
-
gst_video_guess_framerate (<em class="parameter"><code><a href="
|
1311
|
-
<em class="parameter"><code><a href="/
|
1312
|
-
<em class="parameter"><code><a href="/
|
1333
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1334
|
+
gst_video_guess_framerate (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> duration</code></em>,
|
1335
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_n</code></em>,
|
1336
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *dest_d</code></em>);</pre>
|
1313
1337
|
<p>Given the nominal duration of one video frame,
|
1314
1338
|
this function will check some standard framerates for
|
1315
1339
|
a close match (within 0.1%) and return one if possible,</p>
|
1316
1340
|
<p>It will calculate an arbitrary framerate if no close
|
1317
|
-
match was found, and return <a href="/
|
1318
|
-
<p>It returns <a href="/
|
1341
|
+
match was found, and return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
1342
|
+
<p>It returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a duration of 0 is passed.</p>
|
1319
1343
|
<div class="refsect3">
|
1320
|
-
<a name="
|
1321
|
-
<div class="informaltable"><table width="100%" border="0">
|
1344
|
+
<a name="gst-video-guess-framerate.parameters"></a><h4>Parameters</h4>
|
1345
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1322
1346
|
<colgroup>
|
1323
1347
|
<col width="150px" class="parameters_name">
|
1324
1348
|
<col class="parameters_description">
|
@@ -1344,9 +1368,9 @@ match was found, and return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendo
|
|
1344
1368
|
</table></div>
|
1345
1369
|
</div>
|
1346
1370
|
<div class="refsect3">
|
1347
|
-
<a name="
|
1348
|
-
<p> <a href="/
|
1349
|
-
recognised, and <a href="/
|
1371
|
+
<a name="gst-video-guess-framerate.returns"></a><h4>Returns</h4>
|
1372
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a close "standard" framerate was
|
1373
|
+
recognised, and <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1350
1374
|
</div>
|
1351
1375
|
<p class="since">Since: 1.6</p>
|
1352
1376
|
</div>
|
@@ -1354,24 +1378,24 @@ recognised, and <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/shar
|
|
1354
1378
|
<div class="refsect2">
|
1355
1379
|
<a name="GstVideoConvertSampleCallback"></a><h3>GstVideoConvertSampleCallback ()</h3>
|
1356
1380
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1357
|
-
<span class="c_punctuation">(</span>*GstVideoConvertSampleCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="
|
1358
|
-
<em class="parameter"><code><a href="/
|
1359
|
-
<em class="parameter"><code><a href="/
|
1381
|
+
<span class="c_punctuation">(</span>*GstVideoConvertSampleCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstSample.html#GstSample-struct"><span class="type">GstSample</span></a> *sample</code></em>,
|
1382
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
|
1383
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1360
1384
|
</div>
|
1361
1385
|
<hr>
|
1362
1386
|
<div class="refsect2">
|
1363
1387
|
<a name="gst-video-convert-sample"></a><h3>gst_video_convert_sample ()</h3>
|
1364
|
-
<pre class="programlisting"><a href="
|
1365
|
-
gst_video_convert_sample (<em class="parameter"><code><a href="
|
1366
|
-
<em class="parameter"><code>const <a href="
|
1367
|
-
<em class="parameter"><code><a href="
|
1368
|
-
<em class="parameter"><code><a href="/
|
1388
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstSample.html#GstSample-struct"><span class="returnvalue">GstSample</span></a> *
|
1389
|
+
gst_video_convert_sample (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstSample.html#GstSample-struct"><span class="type">GstSample</span></a> *sample</code></em>,
|
1390
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a> *to_caps</code></em>,
|
1391
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> timeout</code></em>,
|
1392
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1369
1393
|
<p>Converts a raw video buffer into the specified output caps.</p>
|
1370
1394
|
<p>The output caps can be any raw video formats or any image formats (jpeg, png, ...).</p>
|
1371
1395
|
<p>The width, height and pixel-aspect-ratio can also be specified in the output caps.</p>
|
1372
1396
|
<div class="refsect3">
|
1373
|
-
<a name="
|
1374
|
-
<div class="informaltable"><table width="100%" border="0">
|
1397
|
+
<a name="gst-video-convert-sample.parameters"></a><h4>Parameters</h4>
|
1398
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1375
1399
|
<colgroup>
|
1376
1400
|
<col width="150px" class="parameters_name">
|
1377
1401
|
<col class="parameters_description">
|
@@ -1380,12 +1404,12 @@ gst_video_convert_sample (<em class="parameter"><code><a href="http://gstreamer.
|
|
1380
1404
|
<tbody>
|
1381
1405
|
<tr>
|
1382
1406
|
<td class="parameter_name"><p>sample</p></td>
|
1383
|
-
<td class="parameter_description"><p>a <a href="
|
1407
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstSample.html#GstSample-struct"><span class="type">GstSample</span></a></p></td>
|
1384
1408
|
<td class="parameter_annotations"> </td>
|
1385
1409
|
</tr>
|
1386
1410
|
<tr>
|
1387
1411
|
<td class="parameter_name"><p>to_caps</p></td>
|
1388
|
-
<td class="parameter_description"><p>the <a href="
|
1412
|
+
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a> to convert to</p></td>
|
1389
1413
|
<td class="parameter_annotations"> </td>
|
1390
1414
|
</tr>
|
1391
1415
|
<tr>
|
@@ -1395,28 +1419,28 @@ gst_video_convert_sample (<em class="parameter"><code><a href="http://gstreamer.
|
|
1395
1419
|
</tr>
|
1396
1420
|
<tr>
|
1397
1421
|
<td class="parameter_name"><p>error</p></td>
|
1398
|
-
<td class="parameter_description"><p>pointer to a <a href="/
|
1422
|
+
<td class="parameter_description"><p>pointer to a <a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a>. Can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
1399
1423
|
<td class="parameter_annotations"> </td>
|
1400
1424
|
</tr>
|
1401
1425
|
</tbody>
|
1402
1426
|
</table></div>
|
1403
1427
|
</div>
|
1404
1428
|
<div class="refsect3">
|
1405
|
-
<a name="
|
1406
|
-
<p> The converted <a href="
|
1407
|
-
will point to the <a href="/
|
1429
|
+
<a name="gst-video-convert-sample.returns"></a><h4>Returns</h4>
|
1430
|
+
<p> The converted <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstSample.html#GstSample-struct"><span class="type">GstSample</span></a>, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an error happened (in which case <em class="parameter"><code>err</code></em>
|
1431
|
+
will point to the <a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a>).</p>
|
1408
1432
|
</div>
|
1409
1433
|
</div>
|
1410
1434
|
<hr>
|
1411
1435
|
<div class="refsect2">
|
1412
1436
|
<a name="gst-video-convert-sample-async"></a><h3>gst_video_convert_sample_async ()</h3>
|
1413
1437
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1414
|
-
gst_video_convert_sample_async (<em class="parameter"><code><a href="
|
1415
|
-
<em class="parameter"><code>const <a href="
|
1416
|
-
<em class="parameter"><code><a href="
|
1438
|
+
gst_video_convert_sample_async (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstSample.html#GstSample-struct"><span class="type">GstSample</span></a> *sample</code></em>,
|
1439
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a> *to_caps</code></em>,
|
1440
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> timeout</code></em>,
|
1417
1441
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConvertSampleCallback" title="GstVideoConvertSampleCallback ()"><span class="type">GstVideoConvertSampleCallback</span></a> callback</code></em>,
|
1418
|
-
<em class="parameter"><code><a href="/
|
1419
|
-
<em class="parameter"><code><a href="/
|
1442
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
1443
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_notify</code></em>);</pre>
|
1420
1444
|
<p>Converts a raw video buffer into the specified output caps.</p>
|
1421
1445
|
<p>The output caps can be any raw video formats or any image formats (jpeg, png, ...).</p>
|
1422
1446
|
<p>The width, height and pixel-aspect-ratio can also be specified in the output caps.</p>
|
@@ -1425,15 +1449,15 @@ gst_video_convert_sample_async (<em class="parameter"><code><a href="http://gstr
|
|
1425
1449
|
finish after <em class="parameter"><code>timeout</code></em>
|
1426
1450
|
. <em class="parameter"><code>callback</code></em>
|
1427
1451
|
will always be called from the thread default
|
1428
|
-
<a href="/
|
1452
|
+
<a href="/usr/share/gtk-doc/html/glibglib-The-Main-Event-Loop.html#GMainContext"><code class="literal">GMainContext</code></a>, see <a href="/usr/share/gtk-doc/html/glibglib-The-Main-Event-Loop.html#g-main-context-get-thread-default"><code class="function">g_main_context_get_thread_default()</code></a>. If GLib before 2.22 is used,
|
1429
1453
|
this will always be the global default main context.</p>
|
1430
1454
|
<p><em class="parameter"><code>destroy_notify</code></em>
|
1431
1455
|
will be called after the callback was called and <em class="parameter"><code>user_data</code></em>
|
1432
1456
|
is not needed
|
1433
1457
|
anymore.</p>
|
1434
1458
|
<div class="refsect3">
|
1435
|
-
<a name="
|
1436
|
-
<div class="informaltable"><table width="100%" border="0">
|
1459
|
+
<a name="gst-video-convert-sample-async.parameters"></a><h4>Parameters</h4>
|
1460
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1437
1461
|
<colgroup>
|
1438
1462
|
<col width="150px" class="parameters_name">
|
1439
1463
|
<col class="parameters_description">
|
@@ -1442,12 +1466,12 @@ anymore.</p>
|
|
1442
1466
|
<tbody>
|
1443
1467
|
<tr>
|
1444
1468
|
<td class="parameter_name"><p>sample</p></td>
|
1445
|
-
<td class="parameter_description"><p>a <a href="
|
1469
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstSample.html#GstSample-struct"><span class="type">GstSample</span></a></p></td>
|
1446
1470
|
<td class="parameter_annotations"> </td>
|
1447
1471
|
</tr>
|
1448
1472
|
<tr>
|
1449
1473
|
<td class="parameter_name"><p>to_caps</p></td>
|
1450
|
-
<td class="parameter_description"><p>the <a href="
|
1474
|
+
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a> to convert to</p></td>
|
1451
1475
|
<td class="parameter_annotations"> </td>
|
1452
1476
|
</tr>
|
1453
1477
|
<tr>
|
@@ -1468,7 +1492,7 @@ anymore.</p>
|
|
1468
1492
|
</tr>
|
1469
1493
|
<tr>
|
1470
1494
|
<td class="parameter_name"><p>destroy_notify</p></td>
|
1471
|
-
<td class="parameter_description"><p><a href="/
|
1495
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Datasets.html#GDestroyNotify"><code class="literal">GDestroyNotify</code></a> to be called after <em class="parameter"><code>user_data</code></em>
|
1472
1496
|
is not needed anymore</p></td>
|
1473
1497
|
<td class="parameter_annotations"> </td>
|
1474
1498
|
</tr>
|
@@ -1484,8 +1508,8 @@ gst_video_alignment_reset (<em class="parameter"><code><a class="link" href="gst
|
|
1484
1508
|
<p>Set <em class="parameter"><code>align</code></em>
|
1485
1509
|
to its default values with no padding and no alignment.</p>
|
1486
1510
|
<div class="refsect3">
|
1487
|
-
<a name="
|
1488
|
-
<div class="informaltable"><table width="100%" border="0">
|
1511
|
+
<a name="gst-video-alignment-reset.parameters"></a><h4>Parameters</h4>
|
1512
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1489
1513
|
<colgroup>
|
1490
1514
|
<col width="150px" class="parameters_name">
|
1491
1515
|
<col class="parameters_description">
|
@@ -1502,17 +1526,17 @@ gst_video_alignment_reset (<em class="parameter"><code><a class="link" href="gst
|
|
1502
1526
|
<hr>
|
1503
1527
|
<div class="refsect2">
|
1504
1528
|
<a name="gst-video-event-new-still-frame"></a><h3>gst_video_event_new_still_frame ()</h3>
|
1505
|
-
<pre class="programlisting"><a href="
|
1506
|
-
gst_video_event_new_still_frame (<em class="parameter"><code><a href="/
|
1529
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="returnvalue">GstEvent</span></a> *
|
1530
|
+
gst_video_event_new_still_frame (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> in_still</code></em>);</pre>
|
1507
1531
|
<p>Creates a new Still Frame event. If <em class="parameter"><code>in_still</code></em>
|
1508
|
-
is <a href="/
|
1509
|
-
represents the start of a still frame sequence. If it is <a href="/
|
1532
|
+
is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then the event
|
1533
|
+
represents the start of a still frame sequence. If it is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then
|
1510
1534
|
the event ends a still frame sequence.</p>
|
1511
1535
|
<p>To parse an event created by <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-still-frame" title="gst_video_event_new_still_frame ()"><code class="function">gst_video_event_new_still_frame()</code></a> use
|
1512
1536
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-still-frame" title="gst_video_event_parse_still_frame ()"><code class="function">gst_video_event_parse_still_frame()</code></a>.</p>
|
1513
1537
|
<div class="refsect3">
|
1514
|
-
<a name="
|
1515
|
-
<div class="informaltable"><table width="100%" border="0">
|
1538
|
+
<a name="gst-video-event-new-still-frame.parameters"></a><h4>Parameters</h4>
|
1539
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1516
1540
|
<colgroup>
|
1517
1541
|
<col width="150px" class="parameters_name">
|
1518
1542
|
<col class="parameters_description">
|
@@ -1526,17 +1550,17 @@ the event ends a still frame sequence.</p>
|
|
1526
1550
|
</table></div>
|
1527
1551
|
</div>
|
1528
1552
|
<div class="refsect3">
|
1529
|
-
<a name="
|
1553
|
+
<a name="gst-video-event-new-still-frame.returns"></a><h4>Returns</h4>
|
1530
1554
|
<p> The new GstEvent</p>
|
1531
1555
|
</div>
|
1532
1556
|
</div>
|
1533
1557
|
<hr>
|
1534
1558
|
<div class="refsect2">
|
1535
1559
|
<a name="gst-video-event-parse-still-frame"></a><h3>gst_video_event_parse_still_frame ()</h3>
|
1536
|
-
<pre class="programlisting"><a href="/
|
1537
|
-
gst_video_event_parse_still_frame (<em class="parameter"><code><a href="
|
1538
|
-
<em class="parameter"><code><a href="/
|
1539
|
-
<p>Parse a <a href="
|
1560
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1561
|
+
gst_video_event_parse_still_frame (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> *event</code></em>,
|
1562
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *in_still</code></em>);</pre>
|
1563
|
+
<p>Parse a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a>, identify if it is a Still Frame event, and
|
1540
1564
|
return the still-frame state from the event if it is.
|
1541
1565
|
If the event represents the start of a still frame, the in_still
|
1542
1566
|
variable will be set to TRUE, otherwise FALSE. It is OK to pass NULL for the
|
@@ -1544,8 +1568,8 @@ in_still variable order to just check whether the event is a valid still-frame
|
|
1544
1568
|
event.</p>
|
1545
1569
|
<p>Create a still frame event using <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-still-frame" title="gst_video_event_new_still_frame ()"><code class="function">gst_video_event_new_still_frame()</code></a></p>
|
1546
1570
|
<div class="refsect3">
|
1547
|
-
<a name="
|
1548
|
-
<div class="informaltable"><table width="100%" border="0">
|
1571
|
+
<a name="gst-video-event-parse-still-frame.parameters"></a><h4>Parameters</h4>
|
1572
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1549
1573
|
<colgroup>
|
1550
1574
|
<col width="150px" class="parameters_name">
|
1551
1575
|
<col class="parameters_description">
|
@@ -1554,7 +1578,7 @@ event.</p>
|
|
1554
1578
|
<tbody>
|
1555
1579
|
<tr>
|
1556
1580
|
<td class="parameter_name"><p>event</p></td>
|
1557
|
-
<td class="parameter_description"><p>A <a href="
|
1581
|
+
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> to parse</p></td>
|
1558
1582
|
<td class="parameter_annotations"> </td>
|
1559
1583
|
</tr>
|
1560
1584
|
<tr>
|
@@ -1566,20 +1590,20 @@ event.</p>
|
|
1566
1590
|
</table></div>
|
1567
1591
|
</div>
|
1568
1592
|
<div class="refsect3">
|
1569
|
-
<a name="
|
1570
|
-
<p> <a href="/
|
1593
|
+
<a name="gst-video-event-parse-still-frame.returns"></a><h4>Returns</h4>
|
1594
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event is a valid still-frame event. <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</p>
|
1571
1595
|
</div>
|
1572
1596
|
</div>
|
1573
1597
|
<hr>
|
1574
1598
|
<div class="refsect2">
|
1575
1599
|
<a name="gst-video-event-new-downstream-force-key-unit"></a><h3>gst_video_event_new_downstream_force_key_unit ()</h3>
|
1576
|
-
<pre class="programlisting"><a href="
|
1600
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="returnvalue">GstEvent</span></a> *
|
1577
1601
|
gst_video_event_new_downstream_force_key_unit
|
1578
|
-
(<em class="parameter"><code><a href="
|
1579
|
-
<em class="parameter"><code><a href="
|
1580
|
-
<em class="parameter"><code><a href="
|
1581
|
-
<em class="parameter"><code><a href="/
|
1582
|
-
<em class="parameter"><code><a href="/
|
1602
|
+
(<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> timestamp</code></em>,
|
1603
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> stream_time</code></em>,
|
1604
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> running_time</code></em>,
|
1605
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> all_headers</code></em>,
|
1606
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> count</code></em>);</pre>
|
1583
1607
|
<p>Creates a new downstream force key unit event. A downstream force key unit
|
1584
1608
|
event can be sent down the pipeline to request downstream elements to produce
|
1585
1609
|
a key unit. A downstream force key unit event must also be sent when handling
|
@@ -1588,8 +1612,8 @@ handled.</p>
|
|
1588
1612
|
<p>To parse an event created by <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-downstream-force-key-unit" title="gst_video_event_new_downstream_force_key_unit ()"><code class="function">gst_video_event_new_downstream_force_key_unit()</code></a> use
|
1589
1613
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-downstream-force-key-unit" title="gst_video_event_parse_downstream_force_key_unit ()"><code class="function">gst_video_event_parse_downstream_force_key_unit()</code></a>.</p>
|
1590
1614
|
<div class="refsect3">
|
1591
|
-
<a name="
|
1592
|
-
<div class="informaltable"><table width="100%" border="0">
|
1615
|
+
<a name="gst-video-event-new-downstream-force-key-unit.parameters"></a><h4>Parameters</h4>
|
1616
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1593
1617
|
<colgroup>
|
1594
1618
|
<col width="150px" class="parameters_name">
|
1595
1619
|
<col class="parameters_description">
|
@@ -1613,7 +1637,7 @@ handled.</p>
|
|
1613
1637
|
</tr>
|
1614
1638
|
<tr>
|
1615
1639
|
<td class="parameter_name"><p>all_headers</p></td>
|
1616
|
-
<td class="parameter_description"><p><a href="/
|
1640
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to produce headers when starting a new key unit</p></td>
|
1617
1641
|
<td class="parameter_annotations"> </td>
|
1618
1642
|
</tr>
|
1619
1643
|
<tr>
|
@@ -1625,29 +1649,29 @@ handled.</p>
|
|
1625
1649
|
</table></div>
|
1626
1650
|
</div>
|
1627
1651
|
<div class="refsect3">
|
1628
|
-
<a name="
|
1652
|
+
<a name="gst-video-event-new-downstream-force-key-unit.returns"></a><h4>Returns</h4>
|
1629
1653
|
<p> The new GstEvent</p>
|
1630
1654
|
</div>
|
1631
1655
|
</div>
|
1632
1656
|
<hr>
|
1633
1657
|
<div class="refsect2">
|
1634
1658
|
<a name="gst-video-event-parse-downstream-force-key-unit"></a><h3>gst_video_event_parse_downstream_force_key_unit ()</h3>
|
1635
|
-
<pre class="programlisting"><a href="/
|
1659
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1636
1660
|
gst_video_event_parse_downstream_force_key_unit
|
1637
|
-
(<em class="parameter"><code><a href="
|
1638
|
-
<em class="parameter"><code><a href="
|
1639
|
-
<em class="parameter"><code><a href="
|
1640
|
-
<em class="parameter"><code><a href="
|
1641
|
-
<em class="parameter"><code><a href="/
|
1642
|
-
<em class="parameter"><code><a href="/
|
1661
|
+
(<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> *event</code></em>,
|
1662
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> *timestamp</code></em>,
|
1663
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> *stream_time</code></em>,
|
1664
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> *running_time</code></em>,
|
1665
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *all_headers</code></em>,
|
1666
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> *count</code></em>);</pre>
|
1643
1667
|
<p>Get timestamp, stream-time, running-time, all-headers and count in the force
|
1644
1668
|
key unit event. See <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-downstream-force-key-unit" title="gst_video_event_new_downstream_force_key_unit ()"><code class="function">gst_video_event_new_downstream_force_key_unit()</code></a> for a
|
1645
1669
|
full description of the downstream force key unit event.</p>
|
1646
1670
|
<p><em class="parameter"><code>running_time</code></em>
|
1647
1671
|
will be adjusted for any pad offsets of pads it was passing through.</p>
|
1648
1672
|
<div class="refsect3">
|
1649
|
-
<a name="
|
1650
|
-
<div class="informaltable"><table width="100%" border="0">
|
1673
|
+
<a name="gst-video-event-parse-downstream-force-key-unit.parameters"></a><h4>Parameters</h4>
|
1674
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1651
1675
|
<colgroup>
|
1652
1676
|
<col width="150px" class="parameters_name">
|
1653
1677
|
<col class="parameters_description">
|
@@ -1656,7 +1680,7 @@ full description of the downstream force key unit event.</p>
|
|
1656
1680
|
<tbody>
|
1657
1681
|
<tr>
|
1658
1682
|
<td class="parameter_name"><p>event</p></td>
|
1659
|
-
<td class="parameter_description"><p>A <a href="
|
1683
|
+
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> to parse</p></td>
|
1660
1684
|
<td class="parameter_annotations"> </td>
|
1661
1685
|
</tr>
|
1662
1686
|
<tr>
|
@@ -1688,18 +1712,18 @@ full description of the downstream force key unit event.</p>
|
|
1688
1712
|
</table></div>
|
1689
1713
|
</div>
|
1690
1714
|
<div class="refsect3">
|
1691
|
-
<a name="
|
1692
|
-
<p> <a href="/
|
1715
|
+
<a name="gst-video-event-parse-downstream-force-key-unit.returns"></a><h4>Returns</h4>
|
1716
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event is a valid downstream force key unit event.</p>
|
1693
1717
|
</div>
|
1694
1718
|
</div>
|
1695
1719
|
<hr>
|
1696
1720
|
<div class="refsect2">
|
1697
1721
|
<a name="gst-video-event-new-upstream-force-key-unit"></a><h3>gst_video_event_new_upstream_force_key_unit ()</h3>
|
1698
|
-
<pre class="programlisting"><a href="
|
1722
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="returnvalue">GstEvent</span></a> *
|
1699
1723
|
gst_video_event_new_upstream_force_key_unit
|
1700
|
-
(<em class="parameter"><code><a href="
|
1701
|
-
<em class="parameter"><code><a href="/
|
1702
|
-
<em class="parameter"><code><a href="/
|
1724
|
+
(<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> running_time</code></em>,
|
1725
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> all_headers</code></em>,
|
1726
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> count</code></em>);</pre>
|
1703
1727
|
<p>Creates a new upstream force key unit event. An upstream force key unit event
|
1704
1728
|
can be sent to request upstream elements to produce a key unit. </p>
|
1705
1729
|
<p><em class="parameter"><code>running_time</code></em>
|
@@ -1709,8 +1733,8 @@ new key unit as soon as possible.</p>
|
|
1709
1733
|
<p>To parse an event created by <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-downstream-force-key-unit" title="gst_video_event_new_downstream_force_key_unit ()"><code class="function">gst_video_event_new_downstream_force_key_unit()</code></a> use
|
1710
1734
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-parse-downstream-force-key-unit" title="gst_video_event_parse_downstream_force_key_unit ()"><code class="function">gst_video_event_parse_downstream_force_key_unit()</code></a>.</p>
|
1711
1735
|
<div class="refsect3">
|
1712
|
-
<a name="
|
1713
|
-
<div class="informaltable"><table width="100%" border="0">
|
1736
|
+
<a name="gst-video-event-new-upstream-force-key-unit.parameters"></a><h4>Parameters</h4>
|
1737
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1714
1738
|
<colgroup>
|
1715
1739
|
<col width="150px" class="parameters_name">
|
1716
1740
|
<col class="parameters_description">
|
@@ -1724,7 +1748,7 @@ new key unit as soon as possible.</p>
|
|
1724
1748
|
</tr>
|
1725
1749
|
<tr>
|
1726
1750
|
<td class="parameter_name"><p>all_headers</p></td>
|
1727
|
-
<td class="parameter_description"><p><a href="/
|
1751
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to produce headers when starting a new key unit</p></td>
|
1728
1752
|
<td class="parameter_annotations"> </td>
|
1729
1753
|
</tr>
|
1730
1754
|
<tr>
|
@@ -1736,19 +1760,19 @@ new key unit as soon as possible.</p>
|
|
1736
1760
|
</table></div>
|
1737
1761
|
</div>
|
1738
1762
|
<div class="refsect3">
|
1739
|
-
<a name="
|
1763
|
+
<a name="gst-video-event-new-upstream-force-key-unit.returns"></a><h4>Returns</h4>
|
1740
1764
|
<p> The new GstEvent</p>
|
1741
1765
|
</div>
|
1742
1766
|
</div>
|
1743
1767
|
<hr>
|
1744
1768
|
<div class="refsect2">
|
1745
1769
|
<a name="gst-video-event-parse-upstream-force-key-unit"></a><h3>gst_video_event_parse_upstream_force_key_unit ()</h3>
|
1746
|
-
<pre class="programlisting"><a href="/
|
1770
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1747
1771
|
gst_video_event_parse_upstream_force_key_unit
|
1748
|
-
(<em class="parameter"><code><a href="
|
1749
|
-
<em class="parameter"><code><a href="
|
1750
|
-
<em class="parameter"><code><a href="/
|
1751
|
-
<em class="parameter"><code><a href="/
|
1772
|
+
(<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> *event</code></em>,
|
1773
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> *running_time</code></em>,
|
1774
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *all_headers</code></em>,
|
1775
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> *count</code></em>);</pre>
|
1752
1776
|
<p>Get running-time, all-headers and count in the force key unit event. See
|
1753
1777
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-event-new-upstream-force-key-unit" title="gst_video_event_new_upstream_force_key_unit ()"><code class="function">gst_video_event_new_upstream_force_key_unit()</code></a> for a full description of the
|
1754
1778
|
upstream force key unit event.</p>
|
@@ -1756,8 +1780,8 @@ upstream force key unit event.</p>
|
|
1756
1780
|
<p><em class="parameter"><code>running_time</code></em>
|
1757
1781
|
will be adjusted for any pad offsets of pads it was passing through.</p>
|
1758
1782
|
<div class="refsect3">
|
1759
|
-
<a name="
|
1760
|
-
<div class="informaltable"><table width="100%" border="0">
|
1783
|
+
<a name="gst-video-event-parse-upstream-force-key-unit.parameters"></a><h4>Parameters</h4>
|
1784
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1761
1785
|
<colgroup>
|
1762
1786
|
<col width="150px" class="parameters_name">
|
1763
1787
|
<col class="parameters_description">
|
@@ -1766,7 +1790,7 @@ upstream force key unit event.</p>
|
|
1766
1790
|
<tbody>
|
1767
1791
|
<tr>
|
1768
1792
|
<td class="parameter_name"><p>event</p></td>
|
1769
|
-
<td class="parameter_description"><p>A <a href="
|
1793
|
+
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> to parse</p></td>
|
1770
1794
|
<td class="parameter_annotations"> </td>
|
1771
1795
|
</tr>
|
1772
1796
|
<tr>
|
@@ -1788,20 +1812,20 @@ upstream force key unit event.</p>
|
|
1788
1812
|
</table></div>
|
1789
1813
|
</div>
|
1790
1814
|
<div class="refsect3">
|
1791
|
-
<a name="
|
1792
|
-
<p> <a href="/
|
1815
|
+
<a name="gst-video-event-parse-upstream-force-key-unit.returns"></a><h4>Returns</h4>
|
1816
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event is a valid upstream force-key-unit event. <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</p>
|
1793
1817
|
</div>
|
1794
1818
|
</div>
|
1795
1819
|
<hr>
|
1796
1820
|
<div class="refsect2">
|
1797
1821
|
<a name="gst-video-event-is-force-key-unit"></a><h3>gst_video_event_is_force_key_unit ()</h3>
|
1798
|
-
<pre class="programlisting"><a href="/
|
1799
|
-
gst_video_event_is_force_key_unit (<em class="parameter"><code><a href="
|
1822
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1823
|
+
gst_video_event_is_force_key_unit (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> *event</code></em>);</pre>
|
1800
1824
|
<p>Checks if an event is a force key unit event. Returns true for both upstream
|
1801
1825
|
and downstream force key unit events.</p>
|
1802
1826
|
<div class="refsect3">
|
1803
|
-
<a name="
|
1804
|
-
<div class="informaltable"><table width="100%" border="0">
|
1827
|
+
<a name="gst-video-event-is-force-key-unit.parameters"></a><h4>Parameters</h4>
|
1828
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1805
1829
|
<colgroup>
|
1806
1830
|
<col width="150px" class="parameters_name">
|
1807
1831
|
<col class="parameters_description">
|
@@ -1809,14 +1833,14 @@ and downstream force key unit events.</p>
|
|
1809
1833
|
</colgroup>
|
1810
1834
|
<tbody><tr>
|
1811
1835
|
<td class="parameter_name"><p>event</p></td>
|
1812
|
-
<td class="parameter_description"><p>A <a href="
|
1836
|
+
<td class="parameter_description"><p>A <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> to check</p></td>
|
1813
1837
|
<td class="parameter_annotations"> </td>
|
1814
1838
|
</tr></tbody>
|
1815
1839
|
</table></div>
|
1816
1840
|
</div>
|
1817
1841
|
<div class="refsect3">
|
1818
|
-
<a name="
|
1819
|
-
<p> <a href="/
|
1842
|
+
<a name="gst-video-event-is-force-key-unit.returns"></a><h4>Returns</h4>
|
1843
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event is a valid force key unit event</p>
|
1820
1844
|
</div>
|
1821
1845
|
</div>
|
1822
1846
|
<hr>
|
@@ -1825,27 +1849,33 @@ and downstream force key unit events.</p>
|
|
1825
1849
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1826
1850
|
<span class="c_punctuation">(</span>*GstVideoFormatUnpack<span class="c_punctuation">)</span> (<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a> *info</code></em>,
|
1827
1851
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoPackFlags" title="enum GstVideoPackFlags"><span class="type">GstVideoPackFlags</span></a> flags</code></em>,
|
1828
|
-
<em class="parameter"><code><a href="/
|
1829
|
-
<em class="parameter"><code>const <a href="/
|
1830
|
-
<em class="parameter"><code>const <a href="/
|
1831
|
-
<em class="parameter"><code><a href="/
|
1832
|
-
<em class="parameter"><code><a href="/
|
1833
|
-
<em class="parameter"><code><a href="/
|
1852
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> dest</code></em>,
|
1853
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data[GST_VIDEO_MAX_PLANES]</code></em>,
|
1854
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> stride[GST_VIDEO_MAX_PLANES]</code></em>,
|
1855
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
1856
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1857
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
|
1834
1858
|
<p>Unpacks <em class="parameter"><code>width</code></em>
|
1835
1859
|
pixels from the given planes and strides containing data of
|
1836
1860
|
format <em class="parameter"><code>info</code></em>
|
1837
1861
|
. The pixels will be unpacked into <em class="parameter"><code>dest</code></em>
|
1838
|
-
|
1839
|
-
interleaved
|
1862
|
+
with each component
|
1863
|
+
interleaved as per <em class="parameter"><code>info</code></em>
|
1864
|
+
's unpack_format, which will usually be one of
|
1865
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-ARGB:CAPS"><span class="type">GST_VIDEO_FORMAT_ARGB</span></a>, <a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-AYUV:CAPS"><span class="type">GST_VIDEO_FORMAT_AYUV</span></a>, <a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-ARGB64:CAPS"><span class="type">GST_VIDEO_FORMAT_ARGB64</span></a> or
|
1866
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-AYUV64:CAPS"><span class="type">GST_VIDEO_FORMAT_AYUV64</span></a> depending on the format to unpack.
|
1867
|
+
<em class="parameter"><code>dest</code></em>
|
1840
1868
|
should at least be big enough to hold <em class="parameter"><code>width</code></em>
|
1841
|
-
*
|
1842
|
-
|
1869
|
+
* bytes_per_pixel bytes
|
1870
|
+
where bytes_per_pixel relates to the unpack format and will usually be
|
1871
|
+
either 4 or 8 depending on the unpack format. bytes_per_pixel will be
|
1872
|
+
the same as the pixel stride for plane 0 for the above formats.</p>
|
1843
1873
|
<p>For subsampled formats, the components will be duplicated in the destination
|
1844
1874
|
array. Reconstruction of the missing components can be performed in a
|
1845
1875
|
separate step after unpacking.</p>
|
1846
1876
|
<div class="refsect3">
|
1847
|
-
<a name="
|
1848
|
-
<div class="informaltable"><table width="100%" border="0">
|
1877
|
+
<a name="GstVideoFormatUnpack.parameters"></a><h4>Parameters</h4>
|
1878
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1849
1879
|
<colgroup>
|
1850
1880
|
<col width="150px" class="parameters_name">
|
1851
1881
|
<col class="parameters_description">
|
@@ -1902,13 +1932,13 @@ separate step after unpacking.</p>
|
|
1902
1932
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1903
1933
|
<span class="c_punctuation">(</span>*GstVideoFormatPack<span class="c_punctuation">)</span> (<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a> *info</code></em>,
|
1904
1934
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoPackFlags" title="enum GstVideoPackFlags"><span class="type">GstVideoPackFlags</span></a> flags</code></em>,
|
1905
|
-
<em class="parameter"><code>const <a href="/
|
1906
|
-
<em class="parameter"><code><a href="/
|
1907
|
-
<em class="parameter"><code><a href="/
|
1908
|
-
<em class="parameter"><code>const <a href="/
|
1935
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> src</code></em>,
|
1936
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> sstride</code></em>,
|
1937
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data[GST_VIDEO_MAX_PLANES]</code></em>,
|
1938
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> stride[GST_VIDEO_MAX_PLANES]</code></em>,
|
1909
1939
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-GstVideoChroma.html#GstVideoChromaSite" title="enum GstVideoChromaSite"><span class="type">GstVideoChromaSite</span></a> chroma_site</code></em>,
|
1910
|
-
<em class="parameter"><code><a href="/
|
1911
|
-
<em class="parameter"><code><a href="/
|
1940
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1941
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
|
1912
1942
|
<p>Packs <em class="parameter"><code>width</code></em>
|
1913
1943
|
pixels from <em class="parameter"><code>src</code></em>
|
1914
1944
|
to the given planes and strides in the
|
@@ -1930,8 +1960,8 @@ pack pixels starting from an unaligned position. For tiled images this
|
|
1930
1960
|
means that packing should start from a tile coordinate. For subsampled
|
1931
1961
|
formats this means that a complete pixel needs to be packed.</p>
|
1932
1962
|
<div class="refsect3">
|
1933
|
-
<a name="
|
1934
|
-
<div class="informaltable"><table width="100%" border="0">
|
1963
|
+
<a name="GstVideoFormatPack.parameters"></a><h4>Parameters</h4>
|
1964
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1935
1965
|
<colgroup>
|
1936
1966
|
<col width="150px" class="parameters_name">
|
1937
1967
|
<col class="parameters_description">
|
@@ -2083,6 +2113,28 @@ next. When bits < 8, the stride is expressed in bits.</p>
|
|
2083
2113
|
would be 4 bytes for RGBx or ARGB, and 8 bytes for ARGB64 or AYUV64.
|
2084
2114
|
For planar formats such as I420 the pixel stride is usually 1. For
|
2085
2115
|
YUY2 it would be 2 bytes.</p>
|
2116
|
+
<div class="refsect3">
|
2117
|
+
<a name="GST-VIDEO-FORMAT-INFO-PSTRIDE.parameters"></a><h4>Parameters</h4>
|
2118
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2119
|
+
<colgroup>
|
2120
|
+
<col width="150px" class="parameters_name">
|
2121
|
+
<col class="parameters_description">
|
2122
|
+
<col width="200px" class="parameters_annotations">
|
2123
|
+
</colgroup>
|
2124
|
+
<tbody>
|
2125
|
+
<tr>
|
2126
|
+
<td class="parameter_name"><p>info</p></td>
|
2127
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a></p></td>
|
2128
|
+
<td class="parameter_annotations"> </td>
|
2129
|
+
</tr>
|
2130
|
+
<tr>
|
2131
|
+
<td class="parameter_name"><p>c</p></td>
|
2132
|
+
<td class="parameter_description"><p>the component index</p></td>
|
2133
|
+
<td class="parameter_annotations"> </td>
|
2134
|
+
</tr>
|
2135
|
+
</tbody>
|
2136
|
+
</table></div>
|
2137
|
+
</div>
|
2086
2138
|
</div>
|
2087
2139
|
<hr>
|
2088
2140
|
<div class="refsect2">
|
@@ -2095,6 +2147,21 @@ number of components (e.g. Y,U,V,A or R, G, B, A) when multiple
|
|
2095
2147
|
components are packed into one plane.</p>
|
2096
2148
|
<p>Examples: RGB/RGBx/RGBA: 1 plane, 3/3/4 components;
|
2097
2149
|
I420: 3 planes, 3 components; NV21/NV12: 2 planes, 3 components.</p>
|
2150
|
+
<div class="refsect3">
|
2151
|
+
<a name="GST-VIDEO-FORMAT-INFO-N-PLANES.parameters"></a><h4>Parameters</h4>
|
2152
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2153
|
+
<colgroup>
|
2154
|
+
<col width="150px" class="parameters_name">
|
2155
|
+
<col class="parameters_description">
|
2156
|
+
<col width="200px" class="parameters_annotations">
|
2157
|
+
</colgroup>
|
2158
|
+
<tbody><tr>
|
2159
|
+
<td class="parameter_name"><p>info</p></td>
|
2160
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a></p></td>
|
2161
|
+
<td class="parameter_annotations"> </td>
|
2162
|
+
</tr></tbody>
|
2163
|
+
</table></div>
|
2164
|
+
</div>
|
2098
2165
|
</div>
|
2099
2166
|
<hr>
|
2100
2167
|
<div class="refsect2">
|
@@ -2103,6 +2170,28 @@ I420: 3 planes, 3 components; NV21/NV12: 2 planes, 3 components.</p>
|
|
2103
2170
|
</pre>
|
2104
2171
|
<p>Plane number where the given component can be found. A plane may
|
2105
2172
|
contain data for multiple components.</p>
|
2173
|
+
<div class="refsect3">
|
2174
|
+
<a name="GST-VIDEO-FORMAT-INFO-PLANE.parameters"></a><h4>Parameters</h4>
|
2175
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2176
|
+
<colgroup>
|
2177
|
+
<col width="150px" class="parameters_name">
|
2178
|
+
<col class="parameters_description">
|
2179
|
+
<col width="200px" class="parameters_annotations">
|
2180
|
+
</colgroup>
|
2181
|
+
<tbody>
|
2182
|
+
<tr>
|
2183
|
+
<td class="parameter_name"><p>info</p></td>
|
2184
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a></p></td>
|
2185
|
+
<td class="parameter_annotations"> </td>
|
2186
|
+
</tr>
|
2187
|
+
<tr>
|
2188
|
+
<td class="parameter_name"><p>c</p></td>
|
2189
|
+
<td class="parameter_description"><p>the component index</p></td>
|
2190
|
+
<td class="parameter_annotations"> </td>
|
2191
|
+
</tr>
|
2192
|
+
</tbody>
|
2193
|
+
</table></div>
|
2194
|
+
</div>
|
2106
2195
|
</div>
|
2107
2196
|
<hr>
|
2108
2197
|
<div class="refsect2">
|
@@ -2154,6 +2243,33 @@ contain data for multiple components.</p>
|
|
2154
2243
|
of a row to the first pixel component in the next row. This might include
|
2155
2244
|
some row padding (memory not actually used for anything, to make sure the
|
2156
2245
|
beginning of the next row is aligned in a particular way).</p>
|
2246
|
+
<div class="refsect3">
|
2247
|
+
<a name="GST-VIDEO-FORMAT-INFO-STRIDE.parameters"></a><h4>Parameters</h4>
|
2248
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2249
|
+
<colgroup>
|
2250
|
+
<col width="150px" class="parameters_name">
|
2251
|
+
<col class="parameters_description">
|
2252
|
+
<col width="200px" class="parameters_annotations">
|
2253
|
+
</colgroup>
|
2254
|
+
<tbody>
|
2255
|
+
<tr>
|
2256
|
+
<td class="parameter_name"><p>info</p></td>
|
2257
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a></p></td>
|
2258
|
+
<td class="parameter_annotations"> </td>
|
2259
|
+
</tr>
|
2260
|
+
<tr>
|
2261
|
+
<td class="parameter_name"><p>strides</p></td>
|
2262
|
+
<td class="parameter_description"><p>an array of strides</p></td>
|
2263
|
+
<td class="parameter_annotations"> </td>
|
2264
|
+
</tr>
|
2265
|
+
<tr>
|
2266
|
+
<td class="parameter_name"><p>comp</p></td>
|
2267
|
+
<td class="parameter_description"><p>the component index</p></td>
|
2268
|
+
<td class="parameter_annotations"> </td>
|
2269
|
+
</tr>
|
2270
|
+
</tbody>
|
2271
|
+
</table></div>
|
2272
|
+
</div>
|
2157
2273
|
</div>
|
2158
2274
|
<hr>
|
2159
2275
|
<div class="refsect2">
|
@@ -2182,17 +2298,17 @@ beginning of the next row is aligned in a particular way).</p>
|
|
2182
2298
|
<div class="refsect2">
|
2183
2299
|
<a name="gst-video-format-from-masks"></a><h3>gst_video_format_from_masks ()</h3>
|
2184
2300
|
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="returnvalue">GstVideoFormat</span></a>
|
2185
|
-
gst_video_format_from_masks (<em class="parameter"><code><a href="/
|
2186
|
-
<em class="parameter"><code><a href="/
|
2187
|
-
<em class="parameter"><code><a href="/
|
2188
|
-
<em class="parameter"><code><a href="/
|
2189
|
-
<em class="parameter"><code><a href="/
|
2190
|
-
<em class="parameter"><code><a href="/
|
2191
|
-
<em class="parameter"><code><a href="/
|
2301
|
+
gst_video_format_from_masks (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> depth</code></em>,
|
2302
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> bpp</code></em>,
|
2303
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> endianness</code></em>,
|
2304
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> red_mask</code></em>,
|
2305
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> green_mask</code></em>,
|
2306
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> blue_mask</code></em>,
|
2307
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> alpha_mask</code></em>);</pre>
|
2192
2308
|
<p>Find the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> for the given parameters.</p>
|
2193
2309
|
<div class="refsect3">
|
2194
|
-
<a name="
|
2195
|
-
<div class="informaltable"><table width="100%" border="0">
|
2310
|
+
<a name="gst-video-format-from-masks.parameters"></a><h4>Parameters</h4>
|
2311
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2196
2312
|
<colgroup>
|
2197
2313
|
<col width="150px" class="parameters_name">
|
2198
2314
|
<col class="parameters_description">
|
@@ -2213,7 +2329,7 @@ gst_video_format_from_masks (<em class="parameter"><code><a href="/home/vagrant/
|
|
2213
2329
|
</tr>
|
2214
2330
|
<tr>
|
2215
2331
|
<td class="parameter_name"><p>endianness</p></td>
|
2216
|
-
<td class="parameter_description"><p>the endianness of the masks, <a href="/
|
2332
|
+
<td class="parameter_description"><p>the endianness of the masks, <a href="/usr/share/gtk-doc/html/glibglib-Byte-Order-Macros.html#G-LITTLE-ENDIAN:CAPS"><span class="type">G_LITTLE_ENDIAN</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Byte-Order-Macros.html#G-BIG-ENDIAN:CAPS"><span class="type">G_BIG_ENDIAN</span></a></p></td>
|
2217
2333
|
<td class="parameter_annotations"> </td>
|
2218
2334
|
</tr>
|
2219
2335
|
<tr>
|
@@ -2240,7 +2356,7 @@ gst_video_format_from_masks (<em class="parameter"><code><a href="/home/vagrant/
|
|
2240
2356
|
</table></div>
|
2241
2357
|
</div>
|
2242
2358
|
<div class="refsect3">
|
2243
|
-
<a name="
|
2359
|
+
<a name="gst-video-format-from-masks.returns"></a><h4>Returns</h4>
|
2244
2360
|
<p> a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> or GST_VIDEO_FORMAT_UNKNOWN when the parameters to
|
2245
2361
|
not specify a known format.</p>
|
2246
2362
|
</div>
|
@@ -2249,13 +2365,13 @@ not specify a known format.</p>
|
|
2249
2365
|
<div class="refsect2">
|
2250
2366
|
<a name="gst-video-format-from-fourcc"></a><h3>gst_video_format_from_fourcc ()</h3>
|
2251
2367
|
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="returnvalue">GstVideoFormat</span></a>
|
2252
|
-
gst_video_format_from_fourcc (<em class="parameter"><code><span class="type">guint32</span> fourcc</code></em>);</pre>
|
2368
|
+
gst_video_format_from_fourcc (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> fourcc</code></em>);</pre>
|
2253
2369
|
<p>Converts a FOURCC value into the corresponding <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a>.
|
2254
2370
|
If the FOURCC cannot be represented by <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a>,
|
2255
2371
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FORMAT-UNKNOWN:CAPS"><span class="type">GST_VIDEO_FORMAT_UNKNOWN</span></a> is returned.</p>
|
2256
2372
|
<div class="refsect3">
|
2257
|
-
<a name="
|
2258
|
-
<div class="informaltable"><table width="100%" border="0">
|
2373
|
+
<a name="gst-video-format-from-fourcc.parameters"></a><h4>Parameters</h4>
|
2374
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2259
2375
|
<colgroup>
|
2260
2376
|
<col width="150px" class="parameters_name">
|
2261
2377
|
<col class="parameters_description">
|
@@ -2269,22 +2385,22 @@ If the FOURCC cannot be represented by <a class="link" href="gst-plugins-base-li
|
|
2269
2385
|
</table></div>
|
2270
2386
|
</div>
|
2271
2387
|
<div class="refsect3">
|
2272
|
-
<a name="
|
2388
|
+
<a name="gst-video-format-from-fourcc.returns"></a><h4>Returns</h4>
|
2273
2389
|
<p> the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> describing the FOURCC value</p>
|
2274
2390
|
</div>
|
2275
2391
|
</div>
|
2276
2392
|
<hr>
|
2277
2393
|
<div class="refsect2">
|
2278
2394
|
<a name="gst-video-format-to-fourcc"></a><h3>gst_video_format_to_fourcc ()</h3>
|
2279
|
-
<pre class="programlisting"><span class="returnvalue">guint32</span>
|
2395
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
2280
2396
|
gst_video_format_to_fourcc (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> format</code></em>);</pre>
|
2281
2397
|
<p>Converts a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> value into the corresponding FOURCC. Only
|
2282
2398
|
a few YUV formats have corresponding FOURCC values. If <em class="parameter"><code>format</code></em>
|
2283
2399
|
has
|
2284
2400
|
no corresponding FOURCC value, 0 is returned.</p>
|
2285
2401
|
<div class="refsect3">
|
2286
|
-
<a name="
|
2287
|
-
<div class="informaltable"><table width="100%" border="0">
|
2402
|
+
<a name="gst-video-format-to-fourcc.parameters"></a><h4>Parameters</h4>
|
2403
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2288
2404
|
<colgroup>
|
2289
2405
|
<col width="150px" class="parameters_name">
|
2290
2406
|
<col class="parameters_description">
|
@@ -2298,7 +2414,7 @@ no corresponding FOURCC value, 0 is returned.</p>
|
|
2298
2414
|
</table></div>
|
2299
2415
|
</div>
|
2300
2416
|
<div class="refsect3">
|
2301
|
-
<a name="
|
2417
|
+
<a name="gst-video-format-to-fourcc.returns"></a><h4>Returns</h4>
|
2302
2418
|
<p> the FOURCC corresponding to <em class="parameter"><code>format</code></em>
|
2303
2419
|
</p>
|
2304
2420
|
</div>
|
@@ -2307,12 +2423,12 @@ no corresponding FOURCC value, 0 is returned.</p>
|
|
2307
2423
|
<div class="refsect2">
|
2308
2424
|
<a name="gst-video-format-from-string"></a><h3>gst_video_format_from_string ()</h3>
|
2309
2425
|
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="returnvalue">GstVideoFormat</span></a>
|
2310
|
-
gst_video_format_from_string (<em class="parameter"><code>const <a href="/
|
2426
|
+
gst_video_format_from_string (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format</code></em>);</pre>
|
2311
2427
|
<p>Convert the <em class="parameter"><code>format</code></em>
|
2312
2428
|
string to its <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a>.</p>
|
2313
2429
|
<div class="refsect3">
|
2314
|
-
<a name="
|
2315
|
-
<div class="informaltable"><table width="100%" border="0">
|
2430
|
+
<a name="gst-video-format-from-string.parameters"></a><h4>Parameters</h4>
|
2431
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2316
2432
|
<colgroup>
|
2317
2433
|
<col width="150px" class="parameters_name">
|
2318
2434
|
<col class="parameters_description">
|
@@ -2326,7 +2442,7 @@ gst_video_format_from_string (<em class="parameter"><code>const <a href="/home/v
|
|
2326
2442
|
</table></div>
|
2327
2443
|
</div>
|
2328
2444
|
<div class="refsect3">
|
2329
|
-
<a name="
|
2445
|
+
<a name="gst-video-format-from-string.returns"></a><h4>Returns</h4>
|
2330
2446
|
<p> the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> for <em class="parameter"><code>format</code></em>
|
2331
2447
|
or GST_VIDEO_FORMAT_UNKNOWN when the
|
2332
2448
|
string is not a known format.</p>
|
@@ -2335,13 +2451,13 @@ string is not a known format.</p>
|
|
2335
2451
|
<hr>
|
2336
2452
|
<div class="refsect2">
|
2337
2453
|
<a name="gst-video-format-to-string"></a><h3>gst_video_format_to_string ()</h3>
|
2338
|
-
<pre class="programlisting">const <a href="/
|
2454
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
2339
2455
|
gst_video_format_to_string (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> format</code></em>);</pre>
|
2340
2456
|
<p>Returns a string containing a descriptive name for
|
2341
2457
|
the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> if there is one, or NULL otherwise.</p>
|
2342
2458
|
<div class="refsect3">
|
2343
|
-
<a name="
|
2344
|
-
<div class="informaltable"><table width="100%" border="0">
|
2459
|
+
<a name="gst-video-format-to-string.parameters"></a><h4>Parameters</h4>
|
2460
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2345
2461
|
<colgroup>
|
2346
2462
|
<col width="150px" class="parameters_name">
|
2347
2463
|
<col class="parameters_description">
|
@@ -2355,7 +2471,7 @@ the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" ti
|
|
2355
2471
|
</table></div>
|
2356
2472
|
</div>
|
2357
2473
|
<div class="refsect3">
|
2358
|
-
<a name="
|
2474
|
+
<a name="gst-video-format-to-string.returns"></a><h4>Returns</h4>
|
2359
2475
|
<p> the name corresponding to <em class="parameter"><code>format</code></em>
|
2360
2476
|
</p>
|
2361
2477
|
</div>
|
@@ -2368,8 +2484,8 @@ gst_video_format_get_info (<em class="parameter"><code><a class="link" href="gst
|
|
2368
2484
|
<p>Get the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a> for <em class="parameter"><code>format</code></em>
|
2369
2485
|
</p>
|
2370
2486
|
<div class="refsect3">
|
2371
|
-
<a name="
|
2372
|
-
<div class="informaltable"><table width="100%" border="0">
|
2487
|
+
<a name="gst-video-format-get-info.parameters"></a><h4>Parameters</h4>
|
2488
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2373
2489
|
<colgroup>
|
2374
2490
|
<col width="150px" class="parameters_name">
|
2375
2491
|
<col class="parameters_description">
|
@@ -2383,7 +2499,7 @@ gst_video_format_get_info (<em class="parameter"><code><a class="link" href="gst
|
|
2383
2499
|
</table></div>
|
2384
2500
|
</div>
|
2385
2501
|
<div class="refsect3">
|
2386
|
-
<a name="
|
2502
|
+
<a name="gst-video-format-get-info.returns"></a><h4>Returns</h4>
|
2387
2503
|
<p> The <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a> for <em class="parameter"><code>format</code></em>
|
2388
2504
|
.</p>
|
2389
2505
|
</div>
|
@@ -2394,8 +2510,8 @@ gst_video_format_get_info (<em class="parameter"><code><a class="link" href="gst
|
|
2394
2510
|
<pre class="programlisting">#define GST_VIDEO_CAPS_MAKE(format)</pre>
|
2395
2511
|
<p>Generic caps string for video, for use in pad templates.</p>
|
2396
2512
|
<div class="refsect3">
|
2397
|
-
<a name="
|
2398
|
-
<div class="informaltable"><table width="100%" border="0">
|
2513
|
+
<a name="GST-VIDEO-CAPS-MAKE.parameters"></a><h4>Parameters</h4>
|
2514
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2399
2515
|
<colgroup>
|
2400
2516
|
<col width="150px" class="parameters_name">
|
2401
2517
|
<col class="parameters_description">
|
@@ -2416,8 +2532,8 @@ gst_video_format_get_info (<em class="parameter"><code><a class="link" href="gst
|
|
2416
2532
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2417
2533
|
gst_video_color_range_offsets (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorRange" title="enum GstVideoColorRange"><span class="type">GstVideoColorRange</span></a> range</code></em>,
|
2418
2534
|
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormatInfo" title="struct GstVideoFormatInfo"><span class="type">GstVideoFormatInfo</span></a> *info</code></em>,
|
2419
|
-
<em class="parameter"><code><a href="/
|
2420
|
-
<em class="parameter"><code><a href="/
|
2535
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> offset[GST_VIDEO_MAX_COMPONENTS]</code></em>,
|
2536
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> scale[GST_VIDEO_MAX_COMPONENTS]</code></em>);</pre>
|
2421
2537
|
<p>Compute the offset and scale values for each component of <em class="parameter"><code>info</code></em>
|
2422
2538
|
. For each
|
2423
2539
|
component, (c[i] - offset[i]) / scale[i] will scale the component c[i] to the
|
@@ -2428,8 +2544,8 @@ the component values in range [0.0 .. 1.0] back to their representation in
|
|
2428
2544
|
and <em class="parameter"><code>range</code></em>
|
2429
2545
|
.</p>
|
2430
2546
|
<div class="refsect3">
|
2431
|
-
<a name="
|
2432
|
-
<div class="informaltable"><table width="100%" border="0">
|
2547
|
+
<a name="gst-video-color-range-offsets.parameters"></a><h4>Parameters</h4>
|
2548
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2433
2549
|
<colgroup>
|
2434
2550
|
<col width="150px" class="parameters_name">
|
2435
2551
|
<col class="parameters_description">
|
@@ -2463,10 +2579,10 @@ the component values in range [0.0 .. 1.0] back to their representation in
|
|
2463
2579
|
<hr>
|
2464
2580
|
<div class="refsect2">
|
2465
2581
|
<a name="gst-video-color-matrix-get-Kr-Kb"></a><h3>gst_video_color_matrix_get_Kr_Kb ()</h3>
|
2466
|
-
<pre class="programlisting"><a href="/
|
2582
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2467
2583
|
gst_video_color_matrix_get_Kr_Kb (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorMatrix" title="enum GstVideoColorMatrix"><span class="type">GstVideoColorMatrix</span></a> matrix</code></em>,
|
2468
|
-
<em class="parameter"><code><a href="/
|
2469
|
-
<em class="parameter"><code><a href="/
|
2584
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *Kr</code></em>,
|
2585
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *Kb</code></em>);</pre>
|
2470
2586
|
<p>Get the coefficients used to convert between Y'PbPr and R'G'B' using <em class="parameter"><code>matrix</code></em>
|
2471
2587
|
.</p>
|
2472
2588
|
<p>When:</p>
|
@@ -2519,8 +2635,8 @@ B<span class="string">' = Y'</span> <span class="gtkdoc opt">+</span> Cb<span cl
|
|
2519
2635
|
|
2520
2636
|
<p></p>
|
2521
2637
|
<div class="refsect3">
|
2522
|
-
<a name="
|
2523
|
-
<div class="informaltable"><table width="100%" border="0">
|
2638
|
+
<a name="gst-video-color-matrix-get-Kr-Kb.parameters"></a><h4>Parameters</h4>
|
2639
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2524
2640
|
<colgroup>
|
2525
2641
|
<col width="150px" class="parameters_name">
|
2526
2642
|
<col class="parameters_description">
|
@@ -2546,7 +2662,7 @@ B<span class="string">' = Y'</span> <span class="gtkdoc opt">+</span> Cb<span cl
|
|
2546
2662
|
</table></div>
|
2547
2663
|
</div>
|
2548
2664
|
<div class="refsect3">
|
2549
|
-
<a name="
|
2665
|
+
<a name="gst-video-color-matrix-get-Kr-Kb.returns"></a><h4>Returns</h4>
|
2550
2666
|
<p> TRUE if <em class="parameter"><code>matrix</code></em>
|
2551
2667
|
was a YUV color format and <em class="parameter"><code>Kr</code></em>
|
2552
2668
|
and <em class="parameter"><code>Kb</code></em>
|
@@ -2558,9 +2674,9 @@ values.</p>
|
|
2558
2674
|
<hr>
|
2559
2675
|
<div class="refsect2">
|
2560
2676
|
<a name="gst-video-color-transfer-decode"></a><h3>gst_video_color_transfer_decode ()</h3>
|
2561
|
-
<pre class="programlisting"><a href="/
|
2677
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
2562
2678
|
gst_video_color_transfer_decode (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTransferFunction" title="enum GstVideoTransferFunction"><span class="type">GstVideoTransferFunction</span></a> func</code></em>,
|
2563
|
-
<em class="parameter"><code><a href="/
|
2679
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> val</code></em>);</pre>
|
2564
2680
|
<p>Convert <em class="parameter"><code>val</code></em>
|
2565
2681
|
to its gamma decoded value. This is the inverse operation of
|
2566
2682
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-color-transfer-encode" title="gst_video_color_transfer_encode ()"><code class="function">gst_video_color_transfer_encode()</code></a></code></em>
|
@@ -2583,8 +2699,8 @@ L is in general performed with a power function like:</p>
|
|
2583
2699
|
, different formulas might be applied. Some formulas
|
2584
2700
|
encode a linear segment in the lower range.</p>
|
2585
2701
|
<div class="refsect3">
|
2586
|
-
<a name="
|
2587
|
-
<div class="informaltable"><table width="100%" border="0">
|
2702
|
+
<a name="gst-video-color-transfer-decode.parameters"></a><h4>Parameters</h4>
|
2703
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2588
2704
|
<colgroup>
|
2589
2705
|
<col width="150px" class="parameters_name">
|
2590
2706
|
<col class="parameters_description">
|
@@ -2605,7 +2721,7 @@ encode a linear segment in the lower range.</p>
|
|
2605
2721
|
</table></div>
|
2606
2722
|
</div>
|
2607
2723
|
<div class="refsect3">
|
2608
|
-
<a name="
|
2724
|
+
<a name="gst-video-color-transfer-decode.returns"></a><h4>Returns</h4>
|
2609
2725
|
<p> the gamme decoded value of <em class="parameter"><code>val</code></em>
|
2610
2726
|
</p>
|
2611
2727
|
</div>
|
@@ -2614,9 +2730,9 @@ encode a linear segment in the lower range.</p>
|
|
2614
2730
|
<hr>
|
2615
2731
|
<div class="refsect2">
|
2616
2732
|
<a name="gst-video-color-transfer-encode"></a><h3>gst_video_color_transfer_encode ()</h3>
|
2617
|
-
<pre class="programlisting"><a href="/
|
2733
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
2618
2734
|
gst_video_color_transfer_encode (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTransferFunction" title="enum GstVideoTransferFunction"><span class="type">GstVideoTransferFunction</span></a> func</code></em>,
|
2619
|
-
<em class="parameter"><code><a href="/
|
2735
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> val</code></em>);</pre>
|
2620
2736
|
<p>Convert <em class="parameter"><code>val</code></em>
|
2621
2737
|
to its gamma encoded value.</p>
|
2622
2738
|
<p>For a linear value L in the range [0..1], conversion to the non-linear
|
@@ -2637,8 +2753,8 @@ gst_video_color_transfer_encode (<em class="parameter"><code><a class="link" hre
|
|
2637
2753
|
, different formulas might be applied. Some formulas
|
2638
2754
|
encode a linear segment in the lower range.</p>
|
2639
2755
|
<div class="refsect3">
|
2640
|
-
<a name="
|
2641
|
-
<div class="informaltable"><table width="100%" border="0">
|
2756
|
+
<a name="gst-video-color-transfer-encode.parameters"></a><h4>Parameters</h4>
|
2757
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2642
2758
|
<colgroup>
|
2643
2759
|
<col width="150px" class="parameters_name">
|
2644
2760
|
<col class="parameters_description">
|
@@ -2659,7 +2775,7 @@ encode a linear segment in the lower range.</p>
|
|
2659
2775
|
</table></div>
|
2660
2776
|
</div>
|
2661
2777
|
<div class="refsect3">
|
2662
|
-
<a name="
|
2778
|
+
<a name="gst-video-color-transfer-encode.returns"></a><h4>Returns</h4>
|
2663
2779
|
<p> the gamme encoded value of <em class="parameter"><code>val</code></em>
|
2664
2780
|
</p>
|
2665
2781
|
</div>
|
@@ -2668,16 +2784,16 @@ encode a linear segment in the lower range.</p>
|
|
2668
2784
|
<hr>
|
2669
2785
|
<div class="refsect2">
|
2670
2786
|
<a name="gst-video-colorimetry-matches"></a><h3>gst_video_colorimetry_matches ()</h3>
|
2671
|
-
<pre class="programlisting"><a href="/
|
2787
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2672
2788
|
gst_video_colorimetry_matches (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a> *cinfo</code></em>,
|
2673
|
-
<em class="parameter"><code>const <a href="/
|
2789
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *color</code></em>);</pre>
|
2674
2790
|
<p>Check if the colorimetry information in <em class="parameter"><code>info</code></em>
|
2675
2791
|
matches that of the
|
2676
2792
|
string <em class="parameter"><code>color</code></em>
|
2677
2793
|
.</p>
|
2678
2794
|
<div class="refsect3">
|
2679
|
-
<a name="
|
2680
|
-
<div class="informaltable"><table width="100%" border="0">
|
2795
|
+
<a name="gst-video-colorimetry-matches.parameters"></a><h4>Parameters</h4>
|
2796
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2681
2797
|
<colgroup>
|
2682
2798
|
<col width="150px" class="parameters_name">
|
2683
2799
|
<col class="parameters_description">
|
@@ -2698,8 +2814,8 @@ string <em class="parameter"><code>color</code></em>
|
|
2698
2814
|
</table></div>
|
2699
2815
|
</div>
|
2700
2816
|
<div class="refsect3">
|
2701
|
-
<a name="
|
2702
|
-
<p> <a href="/
|
2817
|
+
<a name="gst-video-colorimetry-matches.returns"></a><h4>Returns</h4>
|
2818
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>color</code></em>
|
2703
2819
|
conveys the same colorimetry info as the color
|
2704
2820
|
information in <em class="parameter"><code>info</code></em>
|
2705
2821
|
.</p>
|
@@ -2708,13 +2824,13 @@ information in <em class="parameter"><code>info</code></em>
|
|
2708
2824
|
<hr>
|
2709
2825
|
<div class="refsect2">
|
2710
2826
|
<a name="gst-video-colorimetry-is-equal"></a><h3>gst_video_colorimetry_is_equal ()</h3>
|
2711
|
-
<pre class="programlisting"><a href="/
|
2827
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2712
2828
|
gst_video_colorimetry_is_equal (<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a> *cinfo</code></em>,
|
2713
2829
|
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a> *other</code></em>);</pre>
|
2714
2830
|
<p>Compare the 2 colorimetry sets for equality</p>
|
2715
2831
|
<div class="refsect3">
|
2716
|
-
<a name="
|
2717
|
-
<div class="informaltable"><table width="100%" border="0">
|
2832
|
+
<a name="gst-video-colorimetry-is-equal.parameters"></a><h4>Parameters</h4>
|
2833
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2718
2834
|
<colgroup>
|
2719
2835
|
<col width="150px" class="parameters_name">
|
2720
2836
|
<col class="parameters_description">
|
@@ -2735,8 +2851,8 @@ gst_video_colorimetry_is_equal (<em class="parameter"><code>const <a class="link
|
|
2735
2851
|
</table></div>
|
2736
2852
|
</div>
|
2737
2853
|
<div class="refsect3">
|
2738
|
-
<a name="
|
2739
|
-
<p> <a href="/
|
2854
|
+
<a name="gst-video-colorimetry-is-equal.returns"></a><h4>Returns</h4>
|
2855
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>cinfo</code></em>
|
2740
2856
|
and <em class="parameter"><code>other</code></em>
|
2741
2857
|
are equal.</p>
|
2742
2858
|
</div>
|
@@ -2745,15 +2861,15 @@ are equal.</p>
|
|
2745
2861
|
<hr>
|
2746
2862
|
<div class="refsect2">
|
2747
2863
|
<a name="gst-video-colorimetry-from-string"></a><h3>gst_video_colorimetry_from_string ()</h3>
|
2748
|
-
<pre class="programlisting"><a href="/
|
2864
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2749
2865
|
gst_video_colorimetry_from_string (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a> *cinfo</code></em>,
|
2750
|
-
<em class="parameter"><code>const <a href="/
|
2866
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *color</code></em>);</pre>
|
2751
2867
|
<p>Parse the colorimetry string and update <em class="parameter"><code>cinfo</code></em>
|
2752
2868
|
with the parsed
|
2753
2869
|
values.</p>
|
2754
2870
|
<div class="refsect3">
|
2755
|
-
<a name="
|
2756
|
-
<div class="informaltable"><table width="100%" border="0">
|
2871
|
+
<a name="gst-video-colorimetry-from-string.parameters"></a><h4>Parameters</h4>
|
2872
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2757
2873
|
<colgroup>
|
2758
2874
|
<col width="150px" class="parameters_name">
|
2759
2875
|
<col class="parameters_description">
|
@@ -2774,21 +2890,21 @@ values.</p>
|
|
2774
2890
|
</table></div>
|
2775
2891
|
</div>
|
2776
2892
|
<div class="refsect3">
|
2777
|
-
<a name="
|
2778
|
-
<p> <a href="/
|
2893
|
+
<a name="gst-video-colorimetry-from-string.returns"></a><h4>Returns</h4>
|
2894
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>color</code></em>
|
2779
2895
|
points to valid colorimetry info.</p>
|
2780
2896
|
</div>
|
2781
2897
|
</div>
|
2782
2898
|
<hr>
|
2783
2899
|
<div class="refsect2">
|
2784
2900
|
<a name="gst-video-colorimetry-to-string"></a><h3>gst_video_colorimetry_to_string ()</h3>
|
2785
|
-
<pre class="programlisting"><a href="/
|
2901
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
2786
2902
|
gst_video_colorimetry_to_string (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoColorimetry" title="GstVideoColorimetry"><span class="type">GstVideoColorimetry</span></a> *cinfo</code></em>);</pre>
|
2787
2903
|
<p>Make a string representation of <em class="parameter"><code>cinfo</code></em>
|
2788
2904
|
.</p>
|
2789
2905
|
<div class="refsect3">
|
2790
|
-
<a name="
|
2791
|
-
<div class="informaltable"><table width="100%" border="0">
|
2906
|
+
<a name="gst-video-colorimetry-to-string.parameters"></a><h4>Parameters</h4>
|
2907
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2792
2908
|
<colgroup>
|
2793
2909
|
<col width="150px" class="parameters_name">
|
2794
2910
|
<col class="parameters_description">
|
@@ -2802,7 +2918,7 @@ gst_video_colorimetry_to_string (<em class="parameter"><code><a class="link" hre
|
|
2802
2918
|
</table></div>
|
2803
2919
|
</div>
|
2804
2920
|
<div class="refsect3">
|
2805
|
-
<a name="
|
2921
|
+
<a name="gst-video-colorimetry-to-string.returns"></a><h4>Returns</h4>
|
2806
2922
|
<p> a string representation of <em class="parameter"><code>cinfo</code></em>
|
2807
2923
|
.</p>
|
2808
2924
|
</div>
|
@@ -3037,8 +3153,43 @@ gst_video_info_init (<em class="parameter"><code><a class="link" href="gst-plugi
|
|
3037
3153
|
<p>Initialize <em class="parameter"><code>info</code></em>
|
3038
3154
|
with default values.</p>
|
3039
3155
|
<div class="refsect3">
|
3040
|
-
<a name="
|
3041
|
-
<div class="informaltable"><table width="100%" border="0">
|
3156
|
+
<a name="gst-video-info-init.parameters"></a><h4>Parameters</h4>
|
3157
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3158
|
+
<colgroup>
|
3159
|
+
<col width="150px" class="parameters_name">
|
3160
|
+
<col class="parameters_description">
|
3161
|
+
<col width="200px" class="parameters_annotations">
|
3162
|
+
</colgroup>
|
3163
|
+
<tbody><tr>
|
3164
|
+
<td class="parameter_name"><p>info</p></td>
|
3165
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a></p></td>
|
3166
|
+
<td class="parameter_annotations"> </td>
|
3167
|
+
</tr></tbody>
|
3168
|
+
</table></div>
|
3169
|
+
</div>
|
3170
|
+
</div>
|
3171
|
+
<hr>
|
3172
|
+
<div class="refsect2">
|
3173
|
+
<a name="gst-video-info-new"></a><h3>gst_video_info_new ()</h3>
|
3174
|
+
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="returnvalue">GstVideoInfo</span></a> *
|
3175
|
+
gst_video_info_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
3176
|
+
<p>Allocate a new <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> that is also initialized with
|
3177
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-init" title="gst_video_info_init ()"><code class="function">gst_video_info_init()</code></a>.</p>
|
3178
|
+
<div class="refsect3">
|
3179
|
+
<a name="gst-video-info-new.returns"></a><h4>Returns</h4>
|
3180
|
+
<p> a new <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a>. free with <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-free" title="gst_video_info_free ()"><code class="function">gst_video_info_free()</code></a>.</p>
|
3181
|
+
</div>
|
3182
|
+
<p class="since">Since: 1.6</p>
|
3183
|
+
</div>
|
3184
|
+
<hr>
|
3185
|
+
<div class="refsect2">
|
3186
|
+
<a name="gst-video-info-copy"></a><h3>gst_video_info_copy ()</h3>
|
3187
|
+
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="returnvalue">GstVideoInfo</span></a> *
|
3188
|
+
gst_video_info_copy (<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>);</pre>
|
3189
|
+
<p>Copy a GstVideoInfo structure.</p>
|
3190
|
+
<div class="refsect3">
|
3191
|
+
<a name="gst-video-info-copy.parameters"></a><h4>Parameters</h4>
|
3192
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3042
3193
|
<colgroup>
|
3043
3194
|
<col width="150px" class="parameters_name">
|
3044
3195
|
<col class="parameters_description">
|
@@ -3051,6 +3202,35 @@ gst_video_info_init (<em class="parameter"><code><a class="link" href="gst-plugi
|
|
3051
3202
|
</tr></tbody>
|
3052
3203
|
</table></div>
|
3053
3204
|
</div>
|
3205
|
+
<div class="refsect3">
|
3206
|
+
<a name="gst-video-info-copy.returns"></a><h4>Returns</h4>
|
3207
|
+
<p> a new <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a>. free with gst_video_info_free.</p>
|
3208
|
+
</div>
|
3209
|
+
<p class="since">Since: 1.6</p>
|
3210
|
+
</div>
|
3211
|
+
<hr>
|
3212
|
+
<div class="refsect2">
|
3213
|
+
<a name="gst-video-info-free"></a><h3>gst_video_info_free ()</h3>
|
3214
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
3215
|
+
gst_video_info_free (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>);</pre>
|
3216
|
+
<p>Free a GstVideoInfo structure previously allocated with <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-new" title="gst_video_info_new ()"><code class="function">gst_video_info_new()</code></a>
|
3217
|
+
or <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-info-copy" title="gst_video_info_copy ()"><code class="function">gst_video_info_copy()</code></a>.</p>
|
3218
|
+
<div class="refsect3">
|
3219
|
+
<a name="gst-video-info-free.parameters"></a><h4>Parameters</h4>
|
3220
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3221
|
+
<colgroup>
|
3222
|
+
<col width="150px" class="parameters_name">
|
3223
|
+
<col class="parameters_description">
|
3224
|
+
<col width="200px" class="parameters_annotations">
|
3225
|
+
</colgroup>
|
3226
|
+
<tbody><tr>
|
3227
|
+
<td class="parameter_name"><p>info</p></td>
|
3228
|
+
<td class="parameter_description"><p>a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a></p></td>
|
3229
|
+
<td class="parameter_annotations"> </td>
|
3230
|
+
</tr></tbody>
|
3231
|
+
</table></div>
|
3232
|
+
</div>
|
3233
|
+
<p class="since">Since: 1.6</p>
|
3054
3234
|
</div>
|
3055
3235
|
<hr>
|
3056
3236
|
<div class="refsect2">
|
@@ -3058,8 +3238,8 @@ gst_video_info_init (<em class="parameter"><code><a class="link" href="gst-plugi
|
|
3058
3238
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3059
3239
|
gst_video_info_set_format (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>,
|
3060
3240
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFormat" title="enum GstVideoFormat"><span class="type">GstVideoFormat</span></a> format</code></em>,
|
3061
|
-
<em class="parameter"><code><a href="/
|
3062
|
-
<em class="parameter"><code><a href="/
|
3241
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>,
|
3242
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>);</pre>
|
3063
3243
|
<p>Set the default info for a video frame of <em class="parameter"><code>format</code></em>
|
3064
3244
|
and <em class="parameter"><code>width</code></em>
|
3065
3245
|
and <em class="parameter"><code>height</code></em>
|
@@ -3069,8 +3249,8 @@ gst_video_info_set_format (<em class="parameter"><code><a class="link" href="gst
|
|
3069
3249
|
does not set the offsets correctly for interlaced vertically
|
3070
3250
|
subsampled formats.</p>
|
3071
3251
|
<div class="refsect3">
|
3072
|
-
<a name="
|
3073
|
-
<div class="informaltable"><table width="100%" border="0">
|
3252
|
+
<a name="gst-video-info-set-format.parameters"></a><h4>Parameters</h4>
|
3253
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3074
3254
|
<colgroup>
|
3075
3255
|
<col width="150px" class="parameters_name">
|
3076
3256
|
<col class="parameters_description">
|
@@ -3104,15 +3284,15 @@ subsampled formats.</p>
|
|
3104
3284
|
<hr>
|
3105
3285
|
<div class="refsect2">
|
3106
3286
|
<a name="gst-video-info-from-caps"></a><h3>gst_video_info_from_caps ()</h3>
|
3107
|
-
<pre class="programlisting"><a href="/
|
3287
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3108
3288
|
gst_video_info_from_caps (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>,
|
3109
|
-
<em class="parameter"><code>const <a href="
|
3289
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a> *caps</code></em>);</pre>
|
3110
3290
|
<p>Parse <em class="parameter"><code>caps</code></em>
|
3111
3291
|
and update <em class="parameter"><code>info</code></em>
|
3112
3292
|
.</p>
|
3113
3293
|
<div class="refsect3">
|
3114
|
-
<a name="
|
3115
|
-
<div class="informaltable"><table width="100%" border="0">
|
3294
|
+
<a name="gst-video-info-from-caps.parameters"></a><h4>Parameters</h4>
|
3295
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3116
3296
|
<colgroup>
|
3117
3297
|
<col width="150px" class="parameters_name">
|
3118
3298
|
<col class="parameters_description">
|
@@ -3126,14 +3306,14 @@ gst_video_info_from_caps (<em class="parameter"><code><a class="link" href="gst-
|
|
3126
3306
|
</tr>
|
3127
3307
|
<tr>
|
3128
3308
|
<td class="parameter_name"><p>caps</p></td>
|
3129
|
-
<td class="parameter_description"><p>a <a href="
|
3309
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a></p></td>
|
3130
3310
|
<td class="parameter_annotations"> </td>
|
3131
3311
|
</tr>
|
3132
3312
|
</tbody>
|
3133
3313
|
</table></div>
|
3134
3314
|
</div>
|
3135
3315
|
<div class="refsect3">
|
3136
|
-
<a name="
|
3316
|
+
<a name="gst-video-info-from-caps.returns"></a><h4>Returns</h4>
|
3137
3317
|
<p> TRUE if <em class="parameter"><code>caps</code></em>
|
3138
3318
|
could be parsed</p>
|
3139
3319
|
</div>
|
@@ -3141,13 +3321,13 @@ could be parsed</p>
|
|
3141
3321
|
<hr>
|
3142
3322
|
<div class="refsect2">
|
3143
3323
|
<a name="gst-video-info-to-caps"></a><h3>gst_video_info_to_caps ()</h3>
|
3144
|
-
<pre class="programlisting"><a href="
|
3324
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="returnvalue">GstCaps</span></a> *
|
3145
3325
|
gst_video_info_to_caps (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>);</pre>
|
3146
3326
|
<p>Convert the values of <em class="parameter"><code>info</code></em>
|
3147
|
-
into a <a href="
|
3327
|
+
into a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a>.</p>
|
3148
3328
|
<div class="refsect3">
|
3149
|
-
<a name="
|
3150
|
-
<div class="informaltable"><table width="100%" border="0">
|
3329
|
+
<a name="gst-video-info-to-caps.parameters"></a><h4>Parameters</h4>
|
3330
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3151
3331
|
<colgroup>
|
3152
3332
|
<col width="150px" class="parameters_name">
|
3153
3333
|
<col class="parameters_description">
|
@@ -3161,27 +3341,27 @@ gst_video_info_to_caps (<em class="parameter"><code><a class="link" href="gst-pl
|
|
3161
3341
|
</table></div>
|
3162
3342
|
</div>
|
3163
3343
|
<div class="refsect3">
|
3164
|
-
<a name="
|
3165
|
-
<p> a new <a href="
|
3344
|
+
<a name="gst-video-info-to-caps.returns"></a><h4>Returns</h4>
|
3345
|
+
<p> a new <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a> containing the info of <em class="parameter"><code>info</code></em>
|
3166
3346
|
.</p>
|
3167
3347
|
</div>
|
3168
3348
|
</div>
|
3169
3349
|
<hr>
|
3170
3350
|
<div class="refsect2">
|
3171
3351
|
<a name="gst-video-info-convert"></a><h3>gst_video_info_convert ()</h3>
|
3172
|
-
<pre class="programlisting"><a href="/
|
3352
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3173
3353
|
gst_video_info_convert (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>,
|
3174
|
-
<em class="parameter"><code><a href="
|
3175
|
-
<em class="parameter"><code><span class="type">gint64</span> src_value</code></em>,
|
3176
|
-
<em class="parameter"><code><a href="
|
3177
|
-
<em class="parameter"><code><span class="type">gint64</span> *dest_value</code></em>);</pre>
|
3178
|
-
<p>Converts among various <a href="
|
3354
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0gstreamer-GstFormat.html#GstFormat"><span class="type">GstFormat</span></a> src_format</code></em>,
|
3355
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> src_value</code></em>,
|
3356
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0gstreamer-GstFormat.html#GstFormat"><span class="type">GstFormat</span></a> dest_format</code></em>,
|
3357
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> *dest_value</code></em>);</pre>
|
3358
|
+
<p>Converts among various <a href="/usr/share/gtk-doc/html/gstreamer-1.0gstreamer-GstFormat.html#GstFormat"><span class="type">GstFormat</span></a> types. This function handles
|
3179
3359
|
GST_FORMAT_BYTES, GST_FORMAT_TIME, and GST_FORMAT_DEFAULT. For
|
3180
3360
|
raw video, GST_FORMAT_DEFAULT corresponds to video frames. This
|
3181
3361
|
function can be used to handle pad queries of the type GST_QUERY_CONVERT.</p>
|
3182
3362
|
<div class="refsect3">
|
3183
|
-
<a name="
|
3184
|
-
<div class="informaltable"><table width="100%" border="0">
|
3363
|
+
<a name="gst-video-info-convert.parameters"></a><h4>Parameters</h4>
|
3364
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3185
3365
|
<colgroup>
|
3186
3366
|
<col width="150px" class="parameters_name">
|
3187
3367
|
<col class="parameters_description">
|
@@ -3195,7 +3375,7 @@ function can be used to handle pad queries of the type GST_QUERY_CONVERT.</p>
|
|
3195
3375
|
</tr>
|
3196
3376
|
<tr>
|
3197
3377
|
<td class="parameter_name"><p>src_format</p></td>
|
3198
|
-
<td class="parameter_description"><p><a href="
|
3378
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/gstreamer-1.0gstreamer-GstFormat.html#GstFormat"><span class="type">GstFormat</span></a> of the <em class="parameter"><code>src_value</code></em>
|
3199
3379
|
</p></td>
|
3200
3380
|
<td class="parameter_annotations"> </td>
|
3201
3381
|
</tr>
|
@@ -3206,7 +3386,7 @@ function can be used to handle pad queries of the type GST_QUERY_CONVERT.</p>
|
|
3206
3386
|
</tr>
|
3207
3387
|
<tr>
|
3208
3388
|
<td class="parameter_name"><p>dest_format</p></td>
|
3209
|
-
<td class="parameter_description"><p><a href="
|
3389
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/gstreamer-1.0gstreamer-GstFormat.html#GstFormat"><span class="type">GstFormat</span></a> of the <em class="parameter"><code>dest_value</code></em>
|
3210
3390
|
</p></td>
|
3211
3391
|
<td class="parameter_annotations"> </td>
|
3212
3392
|
</tr>
|
@@ -3219,20 +3399,20 @@ function can be used to handle pad queries of the type GST_QUERY_CONVERT.</p>
|
|
3219
3399
|
</table></div>
|
3220
3400
|
</div>
|
3221
3401
|
<div class="refsect3">
|
3222
|
-
<a name="
|
3402
|
+
<a name="gst-video-info-convert.returns"></a><h4>Returns</h4>
|
3223
3403
|
<p> TRUE if the conversion was successful.</p>
|
3224
3404
|
</div>
|
3225
3405
|
</div>
|
3226
3406
|
<hr>
|
3227
3407
|
<div class="refsect2">
|
3228
3408
|
<a name="gst-video-info-is-equal"></a><h3>gst_video_info_is_equal ()</h3>
|
3229
|
-
<pre class="programlisting"><a href="/
|
3409
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3230
3410
|
gst_video_info_is_equal (<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>,
|
3231
3411
|
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *other</code></em>);</pre>
|
3232
3412
|
<p>Compares two <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> and returns whether they are equal or not</p>
|
3233
3413
|
<div class="refsect3">
|
3234
|
-
<a name="
|
3235
|
-
<div class="informaltable"><table width="100%" border="0">
|
3414
|
+
<a name="gst-video-info-is-equal.parameters"></a><h4>Parameters</h4>
|
3415
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3236
3416
|
<colgroup>
|
3237
3417
|
<col width="150px" class="parameters_name">
|
3238
3418
|
<col class="parameters_description">
|
@@ -3253,10 +3433,10 @@ gst_video_info_is_equal (<em class="parameter"><code>const <a class="link" href=
|
|
3253
3433
|
</table></div>
|
3254
3434
|
</div>
|
3255
3435
|
<div class="refsect3">
|
3256
|
-
<a name="
|
3257
|
-
<p> <a href="/
|
3436
|
+
<a name="gst-video-info-is-equal.returns"></a><h4>Returns</h4>
|
3437
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>info</code></em>
|
3258
3438
|
and <em class="parameter"><code>other</code></em>
|
3259
|
-
are equal, else <a href="/
|
3439
|
+
are equal, else <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
3260
3440
|
</div>
|
3261
3441
|
</div>
|
3262
3442
|
<hr>
|
@@ -3273,8 +3453,8 @@ stride alignment in <em class="parameter"><code>align</code></em>
|
|
3273
3453
|
is required and <em class="parameter"><code>align</code></em>
|
3274
3454
|
will be updated with the new padding values.</p>
|
3275
3455
|
<div class="refsect3">
|
3276
|
-
<a name="
|
3277
|
-
<div class="informaltable"><table width="100%" border="0">
|
3456
|
+
<a name="gst-video-info-align.parameters"></a><h4>Parameters</h4>
|
3457
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3278
3458
|
<colgroup>
|
3279
3459
|
<col width="150px" class="parameters_name">
|
3280
3460
|
<col class="parameters_description">
|
@@ -3298,12 +3478,12 @@ is required and <em class="parameter"><code>align</code></em>
|
|
3298
3478
|
<hr>
|
3299
3479
|
<div class="refsect2">
|
3300
3480
|
<a name="gst-video-frame-map-id"></a><h3>gst_video_frame_map_id ()</h3>
|
3301
|
-
<pre class="programlisting"><a href="/
|
3481
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3302
3482
|
gst_video_frame_map_id (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *frame</code></em>,
|
3303
3483
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>,
|
3304
|
-
<em class="parameter"><code><a href="
|
3305
|
-
<em class="parameter"><code><a href="/
|
3306
|
-
<em class="parameter"><code><a href="
|
3484
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> *buffer</code></em>,
|
3485
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
|
3486
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstMemory.html#GstMapFlags"><span class="type">GstMapFlags</span></a> flags</code></em>);</pre>
|
3307
3487
|
<p>Use <em class="parameter"><code>info</code></em>
|
3308
3488
|
and <em class="parameter"><code>buffer</code></em>
|
3309
3489
|
to fill in the values of <em class="parameter"><code>frame</code></em>
|
@@ -3313,14 +3493,14 @@ information of frame <em class="parameter"><code>id</code></em>
|
|
3313
3493
|
<p>When <em class="parameter"><code>id</code></em>
|
3314
3494
|
is -1, the default frame is mapped. When <em class="parameter"><code>id</code></em>
|
3315
3495
|
!= -1, this function
|
3316
|
-
will return <a href="/
|
3496
|
+
will return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> when there is no GstVideoMeta with that id.</p>
|
3317
3497
|
<p>All video planes of <em class="parameter"><code>buffer</code></em>
|
3318
3498
|
will be mapped and the pointers will be set in
|
3319
3499
|
<em class="parameter"><code>frame->data</code></em>
|
3320
3500
|
.</p>
|
3321
3501
|
<div class="refsect3">
|
3322
|
-
<a name="id
|
3323
|
-
<div class="informaltable"><table width="100%" border="0">
|
3502
|
+
<a name="gst-video-frame-map-id.parameters"></a><h4>Parameters</h4>
|
3503
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3324
3504
|
<colgroup>
|
3325
3505
|
<col width="150px" class="parameters_name">
|
3326
3506
|
<col class="parameters_description">
|
@@ -3349,36 +3529,97 @@ will return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gt
|
|
3349
3529
|
</tr>
|
3350
3530
|
<tr>
|
3351
3531
|
<td class="parameter_name"><p>flags</p></td>
|
3352
|
-
<td class="parameter_description"><p><a href="
|
3532
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstMemory.html#GstMapFlags"><span class="type">GstMapFlags</span></a></p></td>
|
3353
3533
|
<td class="parameter_annotations"> </td>
|
3354
3534
|
</tr>
|
3355
3535
|
</tbody>
|
3356
3536
|
</table></div>
|
3357
3537
|
</div>
|
3358
3538
|
<div class="refsect3">
|
3359
|
-
<a name="id
|
3360
|
-
<p> <a href="/
|
3539
|
+
<a name="gst-video-frame-map-id.returns"></a><h4>Returns</h4>
|
3540
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3361
3541
|
</div>
|
3362
3542
|
</div>
|
3363
3543
|
<hr>
|
3364
3544
|
<div class="refsect2">
|
3365
3545
|
<a name="gst-video-frame-map"></a><h3>gst_video_frame_map ()</h3>
|
3366
|
-
<pre class="programlisting"><a href="/
|
3546
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3367
3547
|
gst_video_frame_map (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *frame</code></em>,
|
3368
3548
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *info</code></em>,
|
3369
|
-
<em class="parameter"><code><a href="
|
3370
|
-
<em class="parameter"><code><a href="
|
3549
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> *buffer</code></em>,
|
3550
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstMemory.html#GstMapFlags"><span class="type">GstMapFlags</span></a> flags</code></em>);</pre>
|
3371
3551
|
<p>Use <em class="parameter"><code>info</code></em>
|
3372
3552
|
and <em class="parameter"><code>buffer</code></em>
|
3373
3553
|
to fill in the values of <em class="parameter"><code>frame</code></em>
|
3374
|
-
|
3554
|
+
. <em class="parameter"><code>frame</code></em>
|
3555
|
+
is usually
|
3556
|
+
allocated on the stack, and you will pass the address to the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a>
|
3557
|
+
structure allocated on the stack; <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-map" title="gst_video_frame_map ()"><code class="function">gst_video_frame_map()</code></a> will then fill in
|
3558
|
+
the structures with the various video-specific information you need to access
|
3559
|
+
the pixels of the video buffer. You can then use accessor macros such as
|
3560
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-COMP-DATA:CAPS" title="GST_VIDEO_FRAME_COMP_DATA()"><code class="function">GST_VIDEO_FRAME_COMP_DATA()</code></a>, <a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-PLANE-DATA:CAPS" title="GST_VIDEO_FRAME_PLANE_DATA()"><code class="function">GST_VIDEO_FRAME_PLANE_DATA()</code></a>,
|
3561
|
+
<a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-COMP-STRIDE:CAPS" title="GST_VIDEO_FRAME_COMP_STRIDE()"><code class="function">GST_VIDEO_FRAME_COMP_STRIDE()</code></a>, <a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-PLANE-STRIDE:CAPS" title="GST_VIDEO_FRAME_PLANE_STRIDE()"><code class="function">GST_VIDEO_FRAME_PLANE_STRIDE()</code></a> etc.
|
3562
|
+
to get to the pixels.</p>
|
3563
|
+
<div class="informalexample">
|
3564
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
3565
|
+
<tbody>
|
3566
|
+
<tr>
|
3567
|
+
<td class="listing_lines" align="right"><pre>1
|
3568
|
+
2
|
3569
|
+
3
|
3570
|
+
4
|
3571
|
+
5
|
3572
|
+
6
|
3573
|
+
7
|
3574
|
+
8
|
3575
|
+
9
|
3576
|
+
10
|
3577
|
+
11
|
3578
|
+
12
|
3579
|
+
13
|
3580
|
+
14
|
3581
|
+
15
|
3582
|
+
16
|
3583
|
+
17</pre></td>
|
3584
|
+
<td class="listing_code"><pre class="programlisting">GstVideoFrame vframe<span class="gtkdoc opt">;</span>
|
3585
|
+
<span class="gtkdoc opt">...</span>
|
3586
|
+
<span class="gtkdoc slc">// set RGB pixels to black one at a time</span>
|
3587
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-map">gst_video_frame_map</a></span> <span class="gtkdoc opt">(&</span>vframe<span class="gtkdoc opt">,</span> video_info<span class="gtkdoc opt">,</span> video_buffer<span class="gtkdoc opt">)) {</span>
|
3588
|
+
guint8 <span class="gtkdoc opt">*</span>pixels <span class="gtkdoc opt">=</span> <span class="function"><a href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-PLANE-DATA:CAPS">GST_VIDEO_FRAME_PLANE_DATA</a></span> <span class="gtkdoc opt">(</span>vframe<span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">);</span>
|
3589
|
+
guint stride <span class="gtkdoc opt">=</span> <span class="function"><a href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-FRAME-PLANE-STRIDE:CAPS">GST_VIDEO_FRAME_PLANE_STRIDE</a></span> <span class="gtkdoc opt">(</span>vframe<span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">);</span>
|
3590
|
+
guint pixel_stride <span class="gtkdoc opt">=</span> <span class="function">GST_VIDEO_FRAME_PLANE_PSTRIDE</span> <span class="gtkdoc opt">(</span>vframe<span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">);</span>
|
3591
|
+
|
3592
|
+
<span class="keyword">for</span> <span class="gtkdoc opt">(</span>h <span class="gtkdoc opt">=</span> <span class="number">0</span><span class="gtkdoc opt">;</span> h <span class="gtkdoc opt"><</span> height<span class="gtkdoc opt">; ++</span>h<span class="gtkdoc opt">) {</span>
|
3593
|
+
<span class="keyword">for</span> <span class="gtkdoc opt">(</span>w <span class="gtkdoc opt">=</span> <span class="number">0</span><span class="gtkdoc opt">;</span> w <span class="gtkdoc opt"><</span> width<span class="gtkdoc opt">; ++</span>w<span class="gtkdoc opt">) {</span>
|
3594
|
+
guint8 <span class="gtkdoc opt">*</span>pixel <span class="gtkdoc opt">=</span> pixels <span class="gtkdoc opt">+</span> h <span class="gtkdoc opt">*</span> stride <span class="gtkdoc opt">+</span> w <span class="gtkdoc opt">*</span> pixel_stride<span class="gtkdoc opt">;</span>
|
3595
|
+
|
3596
|
+
<span class="function">memset</span> <span class="gtkdoc opt">(</span>pixel<span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">,</span> pixel_stride<span class="gtkdoc opt">);</span>
|
3597
|
+
<span class="gtkdoc opt">}</span>
|
3598
|
+
<span class="gtkdoc opt">}</span>
|
3599
|
+
<span class="gtkdoc opt">}</span>
|
3600
|
+
<span class="gtkdoc opt">...</span></pre></td>
|
3601
|
+
</tr>
|
3602
|
+
</tbody>
|
3603
|
+
</table>
|
3604
|
+
</div>
|
3605
|
+
|
3606
|
+
<p></p>
|
3375
3607
|
<p>All video planes of <em class="parameter"><code>buffer</code></em>
|
3376
3608
|
will be mapped and the pointers will be set in
|
3377
3609
|
<em class="parameter"><code>frame->data</code></em>
|
3378
3610
|
.</p>
|
3611
|
+
<p>The purpose of this function is to make it easy for you to get to the video
|
3612
|
+
pixels in a generic way, without you having to worry too much about details
|
3613
|
+
such as whether the video data is allocated in one contiguous memory chunk
|
3614
|
+
or multiple memory chunks (e.g. one for each plane); or if custom strides
|
3615
|
+
and custom plane offsets are used or not (as signalled by GstVideoMeta on
|
3616
|
+
each buffer). This function will just fill the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> structure
|
3617
|
+
with the right values and if you use the accessor macros everything will
|
3618
|
+
just work and you can access the data easily. It also maps the underlying
|
3619
|
+
memory chunks for you.</p>
|
3379
3620
|
<div class="refsect3">
|
3380
|
-
<a name="
|
3381
|
-
<div class="informaltable"><table width="100%" border="0">
|
3621
|
+
<a name="gst-video-frame-map.parameters"></a><h4>Parameters</h4>
|
3622
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3382
3623
|
<colgroup>
|
3383
3624
|
<col width="150px" class="parameters_name">
|
3384
3625
|
<col class="parameters_description">
|
@@ -3402,15 +3643,15 @@ gst_video_frame_map (<em class="parameter"><code><a class="link" href="gst-plugi
|
|
3402
3643
|
</tr>
|
3403
3644
|
<tr>
|
3404
3645
|
<td class="parameter_name"><p>flags</p></td>
|
3405
|
-
<td class="parameter_description"><p><a href="
|
3646
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstMemory.html#GstMapFlags"><span class="type">GstMapFlags</span></a></p></td>
|
3406
3647
|
<td class="parameter_annotations"> </td>
|
3407
3648
|
</tr>
|
3408
3649
|
</tbody>
|
3409
3650
|
</table></div>
|
3410
3651
|
</div>
|
3411
3652
|
<div class="refsect3">
|
3412
|
-
<a name="
|
3413
|
-
<p> <a href="/
|
3653
|
+
<a name="gst-video-frame-map.returns"></a><h4>Returns</h4>
|
3654
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</p>
|
3414
3655
|
</div>
|
3415
3656
|
</div>
|
3416
3657
|
<hr>
|
@@ -3420,8 +3661,8 @@ gst_video_frame_map (<em class="parameter"><code><a class="link" href="gst-plugi
|
|
3420
3661
|
gst_video_frame_unmap (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *frame</code></em>);</pre>
|
3421
3662
|
<p>Unmap the memory previously mapped with gst_video_frame_map.</p>
|
3422
3663
|
<div class="refsect3">
|
3423
|
-
<a name="
|
3424
|
-
<div class="informaltable"><table width="100%" border="0">
|
3664
|
+
<a name="gst-video-frame-unmap.parameters"></a><h4>Parameters</h4>
|
3665
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3425
3666
|
<colgroup>
|
3426
3667
|
<col width="150px" class="parameters_name">
|
3427
3668
|
<col class="parameters_description">
|
@@ -3438,15 +3679,15 @@ gst_video_frame_unmap (<em class="parameter"><code><a class="link" href="gst-plu
|
|
3438
3679
|
<hr>
|
3439
3680
|
<div class="refsect2">
|
3440
3681
|
<a name="gst-video-frame-copy"></a><h3>gst_video_frame_copy ()</h3>
|
3441
|
-
<pre class="programlisting"><a href="/
|
3682
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3442
3683
|
gst_video_frame_copy (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *dest</code></em>,
|
3443
3684
|
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *src</code></em>);</pre>
|
3444
3685
|
<p>Copy the contents from <em class="parameter"><code>src</code></em>
|
3445
3686
|
to <em class="parameter"><code>dest</code></em>
|
3446
3687
|
.</p>
|
3447
3688
|
<div class="refsect3">
|
3448
|
-
<a name="
|
3449
|
-
<div class="informaltable"><table width="100%" border="0">
|
3689
|
+
<a name="gst-video-frame-copy.parameters"></a><h4>Parameters</h4>
|
3690
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3450
3691
|
<colgroup>
|
3451
3692
|
<col width="150px" class="parameters_name">
|
3452
3693
|
<col class="parameters_description">
|
@@ -3467,24 +3708,24 @@ gst_video_frame_copy (<em class="parameter"><code><a class="link" href="gst-plug
|
|
3467
3708
|
</table></div>
|
3468
3709
|
</div>
|
3469
3710
|
<div class="refsect3">
|
3470
|
-
<a name="
|
3711
|
+
<a name="gst-video-frame-copy.returns"></a><h4>Returns</h4>
|
3471
3712
|
<p> TRUE if the contents could be copied.</p>
|
3472
3713
|
</div>
|
3473
3714
|
</div>
|
3474
3715
|
<hr>
|
3475
3716
|
<div class="refsect2">
|
3476
3717
|
<a name="gst-video-frame-copy-plane"></a><h3>gst_video_frame_copy_plane ()</h3>
|
3477
|
-
<pre class="programlisting"><a href="/
|
3718
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3478
3719
|
gst_video_frame_copy_plane (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *dest</code></em>,
|
3479
3720
|
<em class="parameter"><code>const <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *src</code></em>,
|
3480
|
-
<em class="parameter"><code><a href="/
|
3721
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> plane</code></em>);</pre>
|
3481
3722
|
<p>Copy the plane with index <em class="parameter"><code>plane</code></em>
|
3482
3723
|
from <em class="parameter"><code>src</code></em>
|
3483
3724
|
to <em class="parameter"><code>dest</code></em>
|
3484
3725
|
.</p>
|
3485
3726
|
<div class="refsect3">
|
3486
|
-
<a name="
|
3487
|
-
<div class="informaltable"><table width="100%" border="0">
|
3727
|
+
<a name="gst-video-frame-copy-plane.parameters"></a><h4>Parameters</h4>
|
3728
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3488
3729
|
<colgroup>
|
3489
3730
|
<col width="150px" class="parameters_name">
|
3490
3731
|
<col class="parameters_description">
|
@@ -3510,7 +3751,7 @@ gst_video_frame_copy_plane (<em class="parameter"><code><a class="link" href="gs
|
|
3510
3751
|
</table></div>
|
3511
3752
|
</div>
|
3512
3753
|
<div class="refsect3">
|
3513
|
-
<a name="
|
3754
|
+
<a name="gst-video-frame-copy-plane.returns"></a><h4>Returns</h4>
|
3514
3755
|
<p> TRUE if the contents could be copied.</p>
|
3515
3756
|
</div>
|
3516
3757
|
</div>
|
@@ -3661,12 +3902,12 @@ gst_video_frame_copy_plane (<em class="parameter"><code><a class="link" href="gs
|
|
3661
3902
|
<hr>
|
3662
3903
|
<div class="refsect2">
|
3663
3904
|
<a name="gst-video-tile-get-index"></a><h3>gst_video_tile_get_index ()</h3>
|
3664
|
-
<pre class="programlisting"><a href="/
|
3905
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
3665
3906
|
gst_video_tile_get_index (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTileMode" title="enum GstVideoTileMode"><span class="type">GstVideoTileMode</span></a> mode</code></em>,
|
3666
|
-
<em class="parameter"><code><a href="/
|
3667
|
-
<em class="parameter"><code><a href="/
|
3668
|
-
<em class="parameter"><code><a href="/
|
3669
|
-
<em class="parameter"><code><a href="/
|
3907
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
3908
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
3909
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> x_tiles</code></em>,
|
3910
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> y_tiles</code></em>);</pre>
|
3670
3911
|
<p>Get the tile index of the tile at coordinates <em class="parameter"><code>x</code></em>
|
3671
3912
|
and <em class="parameter"><code>y</code></em>
|
3672
3913
|
in the tiled
|
@@ -3676,8 +3917,8 @@ image of <em class="parameter"><code>x_tiles</code></em>
|
|
3676
3917
|
<p>Use this method when <em class="parameter"><code>mode</code></em>
|
3677
3918
|
is of type <code class="literal">GST_VIDEO_TILE_MODE_INDEXED</code>.</p>
|
3678
3919
|
<div class="refsect3">
|
3679
|
-
<a name="
|
3680
|
-
<div class="informaltable"><table width="100%" border="0">
|
3920
|
+
<a name="gst-video-tile-get-index.parameters"></a><h4>Parameters</h4>
|
3921
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3681
3922
|
<colgroup>
|
3682
3923
|
<col width="150px" class="parameters_name">
|
3683
3924
|
<col class="parameters_description">
|
@@ -3713,7 +3954,7 @@ image of <em class="parameter"><code>x_tiles</code></em>
|
|
3713
3954
|
</table></div>
|
3714
3955
|
</div>
|
3715
3956
|
<div class="refsect3">
|
3716
|
-
<a name="
|
3957
|
+
<a name="gst-video-tile-get-index.returns"></a><h4>Returns</h4>
|
3717
3958
|
<p> the index of the tile at <em class="parameter"><code>x</code></em>
|
3718
3959
|
and <em class="parameter"><code>y</code></em>
|
3719
3960
|
in the tiled image of
|
@@ -3729,8 +3970,8 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3729
3970
|
<pre class="programlisting">#define GST_VIDEO_TILE_MAKE_MODE(num, type)</pre>
|
3730
3971
|
<p>use this macro to create new tile modes.</p>
|
3731
3972
|
<div class="refsect3">
|
3732
|
-
<a name="
|
3733
|
-
<div class="informaltable"><table width="100%" border="0">
|
3973
|
+
<a name="GST-VIDEO-TILE-MAKE-MODE.parameters"></a><h4>Parameters</h4>
|
3974
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3734
3975
|
<colgroup>
|
3735
3976
|
<col width="150px" class="parameters_name">
|
3736
3977
|
<col class="parameters_description">
|
@@ -3759,8 +4000,8 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3759
4000
|
<p>Get the tile mode type of <em class="parameter"><code>mode</code></em>
|
3760
4001
|
</p>
|
3761
4002
|
<div class="refsect3">
|
3762
|
-
<a name="
|
3763
|
-
<div class="informaltable"><table width="100%" border="0">
|
4003
|
+
<a name="GST-VIDEO-TILE-MODE-TYPE.parameters"></a><h4>Parameters</h4>
|
4004
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3764
4005
|
<colgroup>
|
3765
4006
|
<col width="150px" class="parameters_name">
|
3766
4007
|
<col class="parameters_description">
|
@@ -3782,8 +4023,8 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3782
4023
|
<p>Check if <em class="parameter"><code>mode</code></em>
|
3783
4024
|
is an indexed tile type</p>
|
3784
4025
|
<div class="refsect3">
|
3785
|
-
<a name="
|
3786
|
-
<div class="informaltable"><table width="100%" border="0">
|
4026
|
+
<a name="GST-VIDEO-TILE-MODE-IS-INDEXED.parameters"></a><h4>Parameters</h4>
|
4027
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3787
4028
|
<colgroup>
|
3788
4029
|
<col width="150px" class="parameters_name">
|
3789
4030
|
<col class="parameters_description">
|
@@ -3803,8 +4044,8 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3803
4044
|
<pre class="programlisting">#define GST_VIDEO_TILE_MAKE_STRIDE(x_tiles, y_tiles)</pre>
|
3804
4045
|
<p>Encode the number of tile in X and Y into the stride.</p>
|
3805
4046
|
<div class="refsect3">
|
3806
|
-
<a name="
|
3807
|
-
<div class="informaltable"><table width="100%" border="0">
|
4047
|
+
<a name="GST-VIDEO-TILE-MAKE-STRIDE.parameters"></a><h4>Parameters</h4>
|
4048
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3808
4049
|
<colgroup>
|
3809
4050
|
<col width="150px" class="parameters_name">
|
3810
4051
|
<col class="parameters_description">
|
@@ -3832,8 +4073,8 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3832
4073
|
</pre>
|
3833
4074
|
<p>Extract the number of tiles in X from the stride value.</p>
|
3834
4075
|
<div class="refsect3">
|
3835
|
-
<a name="
|
3836
|
-
<div class="informaltable"><table width="100%" border="0">
|
4076
|
+
<a name="GST-VIDEO-TILE-X-TILES.parameters"></a><h4>Parameters</h4>
|
4077
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3837
4078
|
<colgroup>
|
3838
4079
|
<col width="150px" class="parameters_name">
|
3839
4080
|
<col class="parameters_description">
|
@@ -3854,8 +4095,8 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3854
4095
|
</pre>
|
3855
4096
|
<p>Extract the number of tiles in Y from the stride value.</p>
|
3856
4097
|
<div class="refsect3">
|
3857
|
-
<a name="
|
3858
|
-
<div class="informaltable"><table width="100%" border="0">
|
4098
|
+
<a name="GST-VIDEO-TILE-Y-TILES.parameters"></a><h4>Parameters</h4>
|
4099
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3859
4100
|
<colgroup>
|
3860
4101
|
<col width="150px" class="parameters_name">
|
3861
4102
|
<col class="parameters_description">
|
@@ -3872,18 +4113,18 @@ by <em class="parameter"><code>y_tiles</code></em>
|
|
3872
4113
|
<hr>
|
3873
4114
|
<div class="refsect2">
|
3874
4115
|
<a name="gst-video-blend"></a><h3>gst_video_blend ()</h3>
|
3875
|
-
<pre class="programlisting"><a href="/
|
4116
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3876
4117
|
gst_video_blend (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *dest</code></em>,
|
3877
4118
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoFrame" title="struct GstVideoFrame"><span class="type">GstVideoFrame</span></a> *src</code></em>,
|
3878
|
-
<em class="parameter"><code><a href="/
|
3879
|
-
<em class="parameter"><code><a href="/
|
3880
|
-
<em class="parameter"><code><a href="/
|
4119
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
4120
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
4121
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> global_alpha</code></em>);</pre>
|
3881
4122
|
<p>Lets you blend the <em class="parameter"><code>src</code></em>
|
3882
4123
|
image into the <em class="parameter"><code>dest</code></em>
|
3883
4124
|
image</p>
|
3884
4125
|
<div class="refsect3">
|
3885
|
-
<a name="
|
3886
|
-
<div class="informaltable"><table width="100%" border="0">
|
4126
|
+
<a name="gst-video-blend.parameters"></a><h4>Parameters</h4>
|
4127
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3887
4128
|
<colgroup>
|
3888
4129
|
<col width="150px" class="parameters_name">
|
3889
4130
|
<col class="parameters_description">
|
@@ -3928,18 +4169,18 @@ with</p></td>
|
|
3928
4169
|
<a name="gst-video-blend-scale-linear-RGBA"></a><h3>gst_video_blend_scale_linear_RGBA ()</h3>
|
3929
4170
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3930
4171
|
gst_video_blend_scale_linear_RGBA (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *src</code></em>,
|
3931
|
-
<em class="parameter"><code><a href="
|
3932
|
-
<em class="parameter"><code><a href="/
|
3933
|
-
<em class="parameter"><code><a href="/
|
4172
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> *src_buffer</code></em>,
|
4173
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_height</code></em>,
|
4174
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> dest_width</code></em>,
|
3934
4175
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *dest</code></em>,
|
3935
|
-
<em class="parameter"><code><a href="
|
4176
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> **dest_buffer</code></em>);</pre>
|
3936
4177
|
<p>Scales a buffer containing RGBA (or AYUV) video. This is an internal
|
3937
4178
|
helper function which is used to scale subtitle overlays, and may be
|
3938
4179
|
deprecated in the near future. Use <a class="link" href="gst-plugins-base-libs-GstVideoScaler.html#GstVideoScaler" title="GstVideoScaler"><span class="type">GstVideoScaler</span></a> to scale video buffers
|
3939
4180
|
instead.</p>
|
3940
4181
|
<div class="refsect3">
|
3941
|
-
<a name="
|
3942
|
-
<div class="informaltable"><table width="100%" border="0">
|
4182
|
+
<a name="gst-video-blend-scale-linear-RGBA.parameters"></a><h4>Parameters</h4>
|
4183
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3943
4184
|
<colgroup>
|
3944
4185
|
<col width="150px" class="parameters_name">
|
3945
4186
|
<col class="parameters_description">
|
@@ -3978,7 +4219,7 @@ with the details for <em class="parameter"><code>dest_buffer</code></em>
|
|
3978
4219
|
</tr>
|
3979
4220
|
<tr>
|
3980
4221
|
<td class="parameter_name"><p>dest_buffer</p></td>
|
3981
|
-
<td class="parameter_description"><p> a pointer to a <a href="
|
4222
|
+
<td class="parameter_description"><p> a pointer to a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> variable, which will be
|
3982
4223
|
set to a newly-allocated buffer containing the scaled pixels. </p></td>
|
3983
4224
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
3984
4225
|
</tr>
|
@@ -3992,7 +4233,7 @@ set to a newly-allocated buffer containing the scaled pixels. </p></td>
|
|
3992
4233
|
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="returnvalue">GstVideoConverter</span></a> *
|
3993
4234
|
gst_video_converter_new (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *in_info</code></em>,
|
3994
4235
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> *out_info</code></em>,
|
3995
|
-
<em class="parameter"><code><a href="
|
4236
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstStructure.html#GstStructure-struct"><span class="type">GstStructure</span></a> *config</code></em>);</pre>
|
3996
4237
|
<p>Create a new converter object to convert between <em class="parameter"><code>in_info</code></em>
|
3997
4238
|
and <em class="parameter"><code>out_info</code></em>
|
3998
4239
|
|
@@ -4000,8 +4241,8 @@ with <em class="parameter"><code>config</code></em>
|
|
4000
4241
|
.</p>
|
4001
4242
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4002
4243
|
<div class="refsect3">
|
4003
|
-
<a name="
|
4004
|
-
<div class="informaltable"><table width="100%" border="0">
|
4244
|
+
<a name="gst-video-converter-new.parameters"></a><h4>Parameters</h4>
|
4245
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4005
4246
|
<colgroup>
|
4006
4247
|
<col width="150px" class="parameters_name">
|
4007
4248
|
<col class="parameters_description">
|
@@ -4020,15 +4261,15 @@ with <em class="parameter"><code>config</code></em>
|
|
4020
4261
|
</tr>
|
4021
4262
|
<tr>
|
4022
4263
|
<td class="parameter_name"><p>config</p></td>
|
4023
|
-
<td class="parameter_description"><p> a <a href="
|
4264
|
+
<td class="parameter_description"><p> a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstStructure.html#GstStructure-struct"><span class="type">GstStructure</span></a> with configuration options. </p></td>
|
4024
4265
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
4025
4266
|
</tr>
|
4026
4267
|
</tbody>
|
4027
4268
|
</table></div>
|
4028
4269
|
</div>
|
4029
4270
|
<div class="refsect3">
|
4030
|
-
<a name="
|
4031
|
-
<p> a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a> or <a href="/
|
4271
|
+
<a name="gst-video-converter-new.returns"></a><h4>Returns</h4>
|
4272
|
+
<p> a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if conversion is not possible.</p>
|
4032
4273
|
</div>
|
4033
4274
|
<p class="since">Since: 1.6</p>
|
4034
4275
|
</div>
|
@@ -4040,8 +4281,8 @@ gst_video_converter_free (<em class="parameter"><code><a class="link" href="gst-
|
|
4040
4281
|
<p>Free <em class="parameter"><code>convert</code></em>
|
4041
4282
|
</p>
|
4042
4283
|
<div class="refsect3">
|
4043
|
-
<a name="
|
4044
|
-
<div class="informaltable"><table width="100%" border="0">
|
4284
|
+
<a name="gst-video-converter-free.parameters"></a><h4>Parameters</h4>
|
4285
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4045
4286
|
<colgroup>
|
4046
4287
|
<col width="150px" class="parameters_name">
|
4047
4288
|
<col class="parameters_description">
|
@@ -4059,13 +4300,13 @@ gst_video_converter_free (<em class="parameter"><code><a class="link" href="gst-
|
|
4059
4300
|
<hr>
|
4060
4301
|
<div class="refsect2">
|
4061
4302
|
<a name="gst-video-converter-get-config"></a><h3>gst_video_converter_get_config ()</h3>
|
4062
|
-
<pre class="programlisting">const <a href="
|
4303
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstStructure.html#GstStructure-struct"><span class="returnvalue">GstStructure</span></a> *
|
4063
4304
|
gst_video_converter_get_config (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a> *convert</code></em>);</pre>
|
4064
4305
|
<p>Get the current configuration of <em class="parameter"><code>convert</code></em>
|
4065
4306
|
.</p>
|
4066
4307
|
<div class="refsect3">
|
4067
|
-
<a name="
|
4068
|
-
<div class="informaltable"><table width="100%" border="0">
|
4308
|
+
<a name="gst-video-converter-get-config.parameters"></a><h4>Parameters</h4>
|
4309
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4069
4310
|
<colgroup>
|
4070
4311
|
<col width="150px" class="parameters_name">
|
4071
4312
|
<col class="parameters_description">
|
@@ -4079,8 +4320,8 @@ gst_video_converter_get_config (<em class="parameter"><code><a class="link" href
|
|
4079
4320
|
</table></div>
|
4080
4321
|
</div>
|
4081
4322
|
<div class="refsect3">
|
4082
|
-
<a name="
|
4083
|
-
<p> a <a href="
|
4323
|
+
<a name="gst-video-converter-get-config.returns"></a><h4>Returns</h4>
|
4324
|
+
<p> a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstStructure.html#GstStructure-struct"><span class="type">GstStructure</span></a> that remains valid for as long as <em class="parameter"><code>convert</code></em>
|
4084
4325
|
is valid
|
4085
4326
|
or until <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-set-config" title="gst_video_converter_set_config ()"><code class="function">gst_video_converter_set_config()</code></a> is called.</p>
|
4086
4327
|
</div>
|
@@ -4088,21 +4329,21 @@ or until <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-con
|
|
4088
4329
|
<hr>
|
4089
4330
|
<div class="refsect2">
|
4090
4331
|
<a name="gst-video-converter-set-config"></a><h3>gst_video_converter_set_config ()</h3>
|
4091
|
-
<pre class="programlisting"><a href="/
|
4332
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4092
4333
|
gst_video_converter_set_config (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoConverter" title="GstVideoConverter"><span class="type">GstVideoConverter</span></a> *convert</code></em>,
|
4093
|
-
<em class="parameter"><code><a href="
|
4334
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstStructure.html#GstStructure-struct"><span class="type">GstStructure</span></a> *config</code></em>);</pre>
|
4094
4335
|
<p>Set <em class="parameter"><code>config</code></em>
|
4095
4336
|
as extra configuraion for <em class="parameter"><code>convert</code></em>
|
4096
4337
|
.</p>
|
4097
4338
|
<p>If the parameters in <em class="parameter"><code>config</code></em>
|
4098
4339
|
can not be set exactly, this function returns
|
4099
|
-
<a href="/
|
4340
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> and will try to update as much state as possible. The new state can
|
4100
4341
|
then be retrieved and refined with <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-converter-get-config" title="gst_video_converter_get_config ()"><code class="function">gst_video_converter_get_config()</code></a>.</p>
|
4101
4342
|
<p>Look at the <span class="type">GST_VIDEO_CONVERTER_OPT_</span>* fields to check valid configuration
|
4102
4343
|
option and values.</p>
|
4103
4344
|
<div class="refsect3">
|
4104
|
-
<a name="
|
4105
|
-
<div class="informaltable"><table width="100%" border="0">
|
4345
|
+
<a name="gst-video-converter-set-config.parameters"></a><h4>Parameters</h4>
|
4346
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4106
4347
|
<colgroup>
|
4107
4348
|
<col width="150px" class="parameters_name">
|
4108
4349
|
<col class="parameters_description">
|
@@ -4116,15 +4357,15 @@ option and values.</p>
|
|
4116
4357
|
</tr>
|
4117
4358
|
<tr>
|
4118
4359
|
<td class="parameter_name"><p>config</p></td>
|
4119
|
-
<td class="parameter_description"><p> a <a href="
|
4360
|
+
<td class="parameter_description"><p> a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstStructure.html#GstStructure-struct"><span class="type">GstStructure</span></a>. </p></td>
|
4120
4361
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
4121
4362
|
</tr>
|
4122
4363
|
</tbody>
|
4123
4364
|
</table></div>
|
4124
4365
|
</div>
|
4125
4366
|
<div class="refsect3">
|
4126
|
-
<a name="
|
4127
|
-
<p> <a href="/
|
4367
|
+
<a name="gst-video-converter-set-config.returns"></a><h4>Returns</h4>
|
4368
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when <em class="parameter"><code>config</code></em>
|
4128
4369
|
could be set.</p>
|
4129
4370
|
</div>
|
4130
4371
|
<p class="since">Since: 1.6</p>
|
@@ -4141,8 +4382,8 @@ gst_video_converter_frame (<em class="parameter"><code><a class="link" href="gst
|
|
4141
4382
|
using <em class="parameter"><code>convert</code></em>
|
4142
4383
|
.</p>
|
4143
4384
|
<div class="refsect3">
|
4144
|
-
<a name="
|
4145
|
-
<div class="informaltable"><table width="100%" border="0">
|
4385
|
+
<a name="gst-video-converter-frame.parameters"></a><h4>Parameters</h4>
|
4386
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4146
4387
|
<colgroup>
|
4147
4388
|
<col width="150px" class="parameters_name">
|
4148
4389
|
<col class="parameters_description">
|
@@ -4172,12 +4413,12 @@ gst_video_converter_frame (<em class="parameter"><code><a class="link" href="gst
|
|
4172
4413
|
<hr>
|
4173
4414
|
<div class="refsect2">
|
4174
4415
|
<a name="gst-video-multiview-get-mono-modes"></a><h3>gst_video_multiview_get_mono_modes ()</h3>
|
4175
|
-
<pre class="programlisting">const <a href="/
|
4416
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4176
4417
|
gst_video_multiview_get_mono_modes (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4177
4418
|
<div class="refsect3">
|
4178
|
-
<a name="
|
4179
|
-
<p> A const <a href="/
|
4180
|
-
<p>Utility function that returns a <a href="/
|
4419
|
+
<a name="gst-video-multiview-get-mono-modes.returns"></a><h4>Returns</h4>
|
4420
|
+
<p> A const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of mono video modes</p>
|
4421
|
+
<p>Utility function that returns a <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of mono video
|
4181
4422
|
modes (mono/left/right) for use in caps negotiations.</p>
|
4182
4423
|
</div>
|
4183
4424
|
<p class="since">Since: 1.6</p>
|
@@ -4185,13 +4426,13 @@ modes (mono/left/right) for use in caps negotiations.</p>
|
|
4185
4426
|
<hr>
|
4186
4427
|
<div class="refsect2">
|
4187
4428
|
<a name="gst-video-multiview-get-unpacked-modes"></a><h3>gst_video_multiview_get_unpacked_modes ()</h3>
|
4188
|
-
<pre class="programlisting">const <a href="/
|
4429
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4189
4430
|
gst_video_multiview_get_unpacked_modes
|
4190
4431
|
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4191
4432
|
<div class="refsect3">
|
4192
|
-
<a name="
|
4193
|
-
<p> A const <a href="/
|
4194
|
-
<p>Utility function that returns a <a href="/
|
4433
|
+
<a name="gst-video-multiview-get-unpacked-modes.returns"></a><h4>Returns</h4>
|
4434
|
+
<p> A const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of 'unpacked' stereo video modes</p>
|
4435
|
+
<p>Utility function that returns a <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of unpacked
|
4195
4436
|
stereo video modes (separated/frame-by-frame/frame-by-frame-multiview)
|
4196
4437
|
for use in caps negotiations.</p>
|
4197
4438
|
</div>
|
@@ -4200,13 +4441,13 @@ for use in caps negotiations.</p>
|
|
4200
4441
|
<hr>
|
4201
4442
|
<div class="refsect2">
|
4202
4443
|
<a name="gst-video-multiview-get-doubled-height-modes"></a><h3>gst_video_multiview_get_doubled_height_modes ()</h3>
|
4203
|
-
<pre class="programlisting">const <a href="/
|
4444
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4204
4445
|
gst_video_multiview_get_doubled_height_modes
|
4205
4446
|
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4206
4447
|
<div class="refsect3">
|
4207
|
-
<a name="
|
4208
|
-
<p> A const <a href="/
|
4209
|
-
<p>Utility function that returns a <a href="/
|
4448
|
+
<a name="gst-video-multiview-get-doubled-height-modes.returns"></a><h4>Returns</h4>
|
4449
|
+
<p> A const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of stereo video modes</p>
|
4450
|
+
<p>Utility function that returns a <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of packed stereo
|
4210
4451
|
video modes with double the height of a single view for use in
|
4211
4452
|
caps negotiations. Currently this is top-bottom and row-interleaved.</p>
|
4212
4453
|
</div>
|
@@ -4215,13 +4456,13 @@ caps negotiations. Currently this is top-bottom and row-interleaved.</p>
|
|
4215
4456
|
<hr>
|
4216
4457
|
<div class="refsect2">
|
4217
4458
|
<a name="gst-video-multiview-get-doubled-size-modes"></a><h3>gst_video_multiview_get_doubled_size_modes ()</h3>
|
4218
|
-
<pre class="programlisting">const <a href="/
|
4459
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4219
4460
|
gst_video_multiview_get_doubled_size_modes
|
4220
4461
|
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4221
4462
|
<div class="refsect3">
|
4222
|
-
<a name="
|
4223
|
-
<p> A const <a href="/
|
4224
|
-
<p>Utility function that returns a <a href="/
|
4463
|
+
<a name="gst-video-multiview-get-doubled-size-modes.returns"></a><h4>Returns</h4>
|
4464
|
+
<p> A const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of stereo video modes</p>
|
4465
|
+
<p>Utility function that returns a <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of packed
|
4225
4466
|
stereo video modes that have double the width/height of a single
|
4226
4467
|
view for use in caps negotiation. Currently this is just
|
4227
4468
|
'checkerboard' layout.</p>
|
@@ -4231,13 +4472,13 @@ view for use in caps negotiation. Currently this is just
|
|
4231
4472
|
<hr>
|
4232
4473
|
<div class="refsect2">
|
4233
4474
|
<a name="gst-video-multiview-get-doubled-width-modes"></a><h3>gst_video_multiview_get_doubled_width_modes ()</h3>
|
4234
|
-
<pre class="programlisting">const <a href="/
|
4475
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> *
|
4235
4476
|
gst_video_multiview_get_doubled_width_modes
|
4236
4477
|
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4237
4478
|
<div class="refsect3">
|
4238
|
-
<a name="
|
4239
|
-
<p> A const <a href="/
|
4240
|
-
<p>Utility function that returns a <a href="/
|
4479
|
+
<a name="gst-video-multiview-get-doubled-width-modes.returns"></a><h4>Returns</h4>
|
4480
|
+
<p> A const <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> containing a list of stereo video modes</p>
|
4481
|
+
<p>Utility function that returns a <a href="/usr/share/gtk-doc/html/gobjectgobject-Generic-values.html#GValue"><span class="type">GValue</span></a> with a GstList of packed stereo
|
4241
4482
|
video modes with double the width of a single view for use in
|
4242
4483
|
caps negotiations. Currently this is side-by-side, side-by-side-quincunx
|
4243
4484
|
and column-interleaved.</p>
|
@@ -4249,10 +4490,10 @@ and column-interleaved.</p>
|
|
4249
4490
|
<a name="gst-video-multiview-mode-from-caps-string"></a><h3>gst_video_multiview_mode_from_caps_string ()</h3>
|
4250
4491
|
<pre class="programlisting"><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="returnvalue">GstVideoMultiviewMode</span></a>
|
4251
4492
|
gst_video_multiview_mode_from_caps_string
|
4252
|
-
(<em class="parameter"><code>const <a href="/
|
4493
|
+
(<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *caps_mview_mode</code></em>);</pre>
|
4253
4494
|
<div class="refsect3">
|
4254
|
-
<a name="
|
4255
|
-
<div class="informaltable"><table width="100%" border="0">
|
4495
|
+
<a name="gst-video-multiview-mode-from-caps-string.parameters"></a><h4>Parameters</h4>
|
4496
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4256
4497
|
<colgroup>
|
4257
4498
|
<col width="150px" class="parameters_name">
|
4258
4499
|
<col class="parameters_description">
|
@@ -4266,7 +4507,7 @@ gst_video_multiview_mode_from_caps_string
|
|
4266
4507
|
</table></div>
|
4267
4508
|
</div>
|
4268
4509
|
<div class="refsect3">
|
4269
|
-
<a name="
|
4510
|
+
<a name="gst-video-multiview-mode-from-caps-string.returns"></a><h4>Returns</h4>
|
4270
4511
|
<p> The <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> value</p>
|
4271
4512
|
<p>Given a string from a caps multiview-mode field,
|
4272
4513
|
output the corresponding <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a>
|
@@ -4277,12 +4518,12 @@ or <a class="link" href="gst-plugins-base-libs-gstvideo.html#GST-VIDEO-MULTIVIEW
|
|
4277
4518
|
<hr>
|
4278
4519
|
<div class="refsect2">
|
4279
4520
|
<a name="gst-video-multiview-mode-to-caps-string"></a><h3>gst_video_multiview_mode_to_caps_string ()</h3>
|
4280
|
-
<pre class="programlisting">const <a href="/
|
4521
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
4281
4522
|
gst_video_multiview_mode_to_caps_string
|
4282
4523
|
(<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> mview_mode</code></em>);</pre>
|
4283
4524
|
<div class="refsect3">
|
4284
|
-
<a name="
|
4285
|
-
<div class="informaltable"><table width="100%" border="0">
|
4525
|
+
<a name="gst-video-multiview-mode-to-caps-string.parameters"></a><h4>Parameters</h4>
|
4526
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4286
4527
|
<colgroup>
|
4287
4528
|
<col width="150px" class="parameters_name">
|
4288
4529
|
<col class="parameters_description">
|
@@ -4296,7 +4537,7 @@ gst_video_multiview_mode_to_caps_string
|
|
4296
4537
|
</table></div>
|
4297
4538
|
</div>
|
4298
4539
|
<div class="refsect3">
|
4299
|
-
<a name="
|
4540
|
+
<a name="gst-video-multiview-mode-to-caps-string.returns"></a><h4>Returns</h4>
|
4300
4541
|
<p> The caps string representation of the mode, or NULL if invalid.</p>
|
4301
4542
|
<p>Given a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> returns the multiview-mode caps string
|
4302
4543
|
for insertion into a caps structure</p>
|
@@ -4306,15 +4547,15 @@ for insertion into a caps structure</p>
|
|
4306
4547
|
<hr>
|
4307
4548
|
<div class="refsect2">
|
4308
4549
|
<a name="gst-video-multiview-guess-half-aspect"></a><h3>gst_video_multiview_guess_half_aspect ()</h3>
|
4309
|
-
<pre class="programlisting"><a href="/
|
4550
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4310
4551
|
gst_video_multiview_guess_half_aspect (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a> mv_mode</code></em>,
|
4311
|
-
<em class="parameter"><code><a href="/
|
4312
|
-
<em class="parameter"><code><a href="/
|
4313
|
-
<em class="parameter"><code><a href="/
|
4314
|
-
<em class="parameter"><code><a href="/
|
4552
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>,
|
4553
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>,
|
4554
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> par_n</code></em>,
|
4555
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> par_d</code></em>);</pre>
|
4315
4556
|
<div class="refsect3">
|
4316
|
-
<a name="
|
4317
|
-
<div class="informaltable"><table width="100%" border="0">
|
4557
|
+
<a name="gst-video-multiview-guess-half-aspect.parameters"></a><h4>Parameters</h4>
|
4558
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4318
4559
|
<colgroup>
|
4319
4560
|
<col width="150px" class="parameters_name">
|
4320
4561
|
<col class="parameters_description">
|
@@ -4350,7 +4591,7 @@ gst_video_multiview_guess_half_aspect (<em class="parameter"><code><a class="lin
|
|
4350
4591
|
</table></div>
|
4351
4592
|
</div>
|
4352
4593
|
<div class="refsect3">
|
4353
|
-
<a name="
|
4594
|
+
<a name="gst-video-multiview-guess-half-aspect.returns"></a><h4>Returns</h4>
|
4354
4595
|
<p> A boolean indicating whether the
|
4355
4596
|
<span class="type">GST_VIDEO_MULTIVIEW_FLAG_HALF_ASPECT</span> flag should be set.</p>
|
4356
4597
|
<p>Utility function that heuristically guess whether a
|
@@ -4372,8 +4613,8 @@ gst_video_multiview_video_info_change_mode
|
|
4372
4613
|
and multiview mode and flags of a <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInfo" title="struct GstVideoInfo"><span class="type">GstVideoInfo</span></a> into
|
4373
4614
|
the requested mode.</p>
|
4374
4615
|
<div class="refsect3">
|
4375
|
-
<a name="
|
4376
|
-
<div class="informaltable"><table width="100%" border="0">
|
4616
|
+
<a name="gst-video-multiview-video-info-change-mode.parameters"></a><h4>Parameters</h4>
|
4617
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4377
4618
|
<colgroup>
|
4378
4619
|
<col width="150px" class="parameters_name">
|
4379
4620
|
<col class="parameters_description">
|
@@ -4417,8 +4658,8 @@ the requested mode.</p>
|
|
4417
4658
|
structure is usually used to configure the bufferpool if it supports the
|
4418
4659
|
<a class="link" href="gst-plugins-base-libs-GstVideoPool.html#GST-BUFFER-POOL-OPTION-VIDEO-ALIGNMENT:CAPS" title="GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT"><span class="type">GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT</span></a>.</p>
|
4419
4660
|
<div class="refsect3">
|
4420
|
-
<a name="
|
4421
|
-
<div class="informaltable"><table width="100%" border="0">
|
4661
|
+
<a name="GstVideoAlignment.members"></a><h4>Members</h4>
|
4662
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4422
4663
|
<colgroup>
|
4423
4664
|
<col width="300px" class="struct_members_name">
|
4424
4665
|
<col class="struct_members_description">
|
@@ -4426,27 +4667,27 @@ structure is usually used to configure the bufferpool if it supports the
|
|
4426
4667
|
</colgroup>
|
4427
4668
|
<tbody>
|
4428
4669
|
<tr>
|
4429
|
-
<td class="struct_member_name"><p><a href="/
|
4670
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.padding-top"></a>padding_top</code></em>;</p></td>
|
4430
4671
|
<td class="struct_member_description"><p>extra pixels on the top</p></td>
|
4431
4672
|
<td class="struct_member_annotations"> </td>
|
4432
4673
|
</tr>
|
4433
4674
|
<tr>
|
4434
|
-
<td class="struct_member_name"><p><a href="/
|
4675
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.padding-bottom"></a>padding_bottom</code></em>;</p></td>
|
4435
4676
|
<td class="struct_member_description"><p>extra pixels on the bottom</p></td>
|
4436
4677
|
<td class="struct_member_annotations"> </td>
|
4437
4678
|
</tr>
|
4438
4679
|
<tr>
|
4439
|
-
<td class="struct_member_name"><p><a href="/
|
4680
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.padding-left"></a>padding_left</code></em>;</p></td>
|
4440
4681
|
<td class="struct_member_description"><p>extra pixels on the left side</p></td>
|
4441
4682
|
<td class="struct_member_annotations"> </td>
|
4442
4683
|
</tr>
|
4443
4684
|
<tr>
|
4444
|
-
<td class="struct_member_name"><p><a href="/
|
4685
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.padding-right"></a>padding_right</code></em>;</p></td>
|
4445
4686
|
<td class="struct_member_description"><p>extra pixels on the right side</p></td>
|
4446
4687
|
<td class="struct_member_annotations"> </td>
|
4447
4688
|
</tr>
|
4448
4689
|
<tr>
|
4449
|
-
<td class="struct_member_name"><p><a href="/
|
4690
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoAlignment.stride-align"></a>stride_align</code></em>[GST_VIDEO_MAX_PLANES];</p></td>
|
4450
4691
|
<td class="struct_member_description"><p>array with extra alignment requirements for the strides</p></td>
|
4451
4692
|
<td class="struct_member_annotations"> </td>
|
4452
4693
|
</tr>
|
@@ -4491,8 +4732,8 @@ structure is usually used to configure the bufferpool if it supports the
|
|
4491
4732
|
<a name="GstVideoFormat"></a><h3>enum GstVideoFormat</h3>
|
4492
4733
|
<p>Enum value describing the most common video formats.</p>
|
4493
4734
|
<div class="refsect3">
|
4494
|
-
<a name="
|
4495
|
-
<div class="informaltable"><table width="100%" border="0">
|
4735
|
+
<a name="GstVideoFormat.members"></a><h4>Members</h4>
|
4736
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4496
4737
|
<colgroup>
|
4497
4738
|
<col width="300px" class="enum_members_name">
|
4498
4739
|
<col class="enum_members_description">
|
@@ -4972,14 +5213,12 @@ structure is usually used to configure the bufferpool if it supports the
|
|
4972
5213
|
GstVideoTileMode tile_mode;
|
4973
5214
|
guint tile_ws;
|
4974
5215
|
guint tile_hs;
|
4975
|
-
|
4976
|
-
gpointer _gst_reserved[GST_PADDING];
|
4977
5216
|
};
|
4978
5217
|
</pre>
|
4979
5218
|
<p>Information for a video format.</p>
|
4980
5219
|
<div class="refsect3">
|
4981
|
-
<a name="
|
4982
|
-
<div class="informaltable"><table width="100%" border="0">
|
5220
|
+
<a name="GstVideoFormatInfo.members"></a><h4>Members</h4>
|
5221
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4983
5222
|
<colgroup>
|
4984
5223
|
<col width="300px" class="struct_members_name">
|
4985
5224
|
<col class="struct_members_description">
|
@@ -4992,12 +5231,12 @@ structure is usually used to configure the bufferpool if it supports the
|
|
4992
5231
|
<td class="struct_member_annotations"> </td>
|
4993
5232
|
</tr>
|
4994
5233
|
<tr>
|
4995
|
-
<td class="struct_member_name"><p>const <a href="/
|
5234
|
+
<td class="struct_member_name"><p>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GstVideoFormatInfo.name"></a>name</code></em>;</p></td>
|
4996
5235
|
<td class="struct_member_description"><p>string representation of the format</p></td>
|
4997
5236
|
<td class="struct_member_annotations"> </td>
|
4998
5237
|
</tr>
|
4999
5238
|
<tr>
|
5000
|
-
<td class="struct_member_name"><p>const <a href="/
|
5239
|
+
<td class="struct_member_name"><p>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GstVideoFormatInfo.description"></a>description</code></em>;</p></td>
|
5001
5240
|
<td class="struct_member_description"><p>use readable description of the format</p></td>
|
5002
5241
|
<td class="struct_member_annotations"> </td>
|
5003
5242
|
</tr>
|
@@ -5007,7 +5246,7 @@ structure is usually used to configure the bufferpool if it supports the
|
|
5007
5246
|
<td class="struct_member_annotations"> </td>
|
5008
5247
|
</tr>
|
5009
5248
|
<tr>
|
5010
|
-
<td class="struct_member_name"><p><a href="/
|
5249
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.bits"></a>bits</code></em>;</p></td>
|
5011
5250
|
<td class="struct_member_description"><p>The number of bits used to pack data items. This can be less than 8
|
5012
5251
|
when multiple pixels are stored in a byte. for values > 8 multiple bytes
|
5013
5252
|
should be read according to the endianness flag before applying the shift
|
@@ -5015,22 +5254,22 @@ and mask.</p></td>
|
|
5015
5254
|
<td class="struct_member_annotations"> </td>
|
5016
5255
|
</tr>
|
5017
5256
|
<tr>
|
5018
|
-
<td class="struct_member_name"><p><a href="/
|
5257
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.n-components"></a>n_components</code></em>;</p></td>
|
5019
5258
|
<td class="struct_member_description"><p>the number of components in the video format.</p></td>
|
5020
5259
|
<td class="struct_member_annotations"> </td>
|
5021
5260
|
</tr>
|
5022
5261
|
<tr>
|
5023
|
-
<td class="struct_member_name"><p><a href="/
|
5262
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.shift"></a>shift</code></em>[GST_VIDEO_MAX_COMPONENTS];</p></td>
|
5024
5263
|
<td class="struct_member_description"><p>the number of bits to shift away to get the component data</p></td>
|
5025
5264
|
<td class="struct_member_annotations"> </td>
|
5026
5265
|
</tr>
|
5027
5266
|
<tr>
|
5028
|
-
<td class="struct_member_name"><p><a href="/
|
5267
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.depth"></a>depth</code></em>[GST_VIDEO_MAX_COMPONENTS];</p></td>
|
5029
5268
|
<td class="struct_member_description"><p>the depth in bits for each component</p></td>
|
5030
5269
|
<td class="struct_member_annotations"> </td>
|
5031
5270
|
</tr>
|
5032
5271
|
<tr>
|
5033
|
-
<td class="struct_member_name"><p><a href="/
|
5272
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.pixel-stride"></a>pixel_stride</code></em>[GST_VIDEO_MAX_COMPONENTS];</p></td>
|
5034
5273
|
<td class="struct_member_description"><p>the pixel stride of each component. This is the amount of
|
5035
5274
|
bytes to the pixel immediately to the right. When bits < 8, the stride is
|
5036
5275
|
expressed in bits. For 24-bit RGB, this would be 3 bytes, for example,
|
@@ -5038,31 +5277,31 @@ while it would be 4 bytes for RGBx or ARGB.</p></td>
|
|
5038
5277
|
<td class="struct_member_annotations"> </td>
|
5039
5278
|
</tr>
|
5040
5279
|
<tr>
|
5041
|
-
<td class="struct_member_name"><p><a href="/
|
5280
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.n-planes"></a>n_planes</code></em>;</p></td>
|
5042
5281
|
<td class="struct_member_description"><p>the number of planes for this format. The number of planes can be
|
5043
5282
|
less than the amount of components when multiple components are packed into
|
5044
5283
|
one plane.</p></td>
|
5045
5284
|
<td class="struct_member_annotations"> </td>
|
5046
5285
|
</tr>
|
5047
5286
|
<tr>
|
5048
|
-
<td class="struct_member_name"><p><a href="/
|
5287
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.plane"></a>plane</code></em>[GST_VIDEO_MAX_COMPONENTS];</p></td>
|
5049
5288
|
<td class="struct_member_description"><p>the plane number where a component can be found</p></td>
|
5050
5289
|
<td class="struct_member_annotations"> </td>
|
5051
5290
|
</tr>
|
5052
5291
|
<tr>
|
5053
|
-
<td class="struct_member_name"><p><a href="/
|
5292
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.poffset"></a>poffset</code></em>[GST_VIDEO_MAX_COMPONENTS];</p></td>
|
5054
5293
|
<td class="struct_member_description"><p>the offset in the plane where the first pixel of the components
|
5055
5294
|
can be found.</p></td>
|
5056
5295
|
<td class="struct_member_annotations"> </td>
|
5057
5296
|
</tr>
|
5058
5297
|
<tr>
|
5059
|
-
<td class="struct_member_name"><p><a href="/
|
5298
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.w-sub"></a>w_sub</code></em>[GST_VIDEO_MAX_COMPONENTS];</p></td>
|
5060
5299
|
<td class="struct_member_description"><p>subsampling factor of the width for the component. Use
|
5061
5300
|
GST_VIDEO_SUB_SCALE to scale a width.</p></td>
|
5062
5301
|
<td class="struct_member_annotations"> </td>
|
5063
5302
|
</tr>
|
5064
5303
|
<tr>
|
5065
|
-
<td class="struct_member_name"><p><a href="/
|
5304
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.h-sub"></a>h_sub</code></em>[GST_VIDEO_MAX_COMPONENTS];</p></td>
|
5066
5305
|
<td class="struct_member_description"><p>subsampling factor of the height for the component. Use
|
5067
5306
|
GST_VIDEO_SUB_SCALE to scale a height.</p></td>
|
5068
5307
|
<td class="struct_member_annotations"> </td>
|
@@ -5079,7 +5318,7 @@ GST_VIDEO_SUB_SCALE to scale a height.</p></td>
|
|
5079
5318
|
<td class="struct_member_annotations"> </td>
|
5080
5319
|
</tr>
|
5081
5320
|
<tr>
|
5082
|
-
<td class="struct_member_name"><p><a href="/
|
5321
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.pack-lines"></a>pack_lines</code></em>;</p></td>
|
5083
5322
|
<td class="struct_member_description"><p>the amount of lines that will be packed</p></td>
|
5084
5323
|
<td class="struct_member_annotations"> </td>
|
5085
5324
|
</tr>
|
@@ -5090,27 +5329,18 @@ GST_VIDEO_SUB_SCALE to scale a height.</p></td>
|
|
5090
5329
|
</tr>
|
5091
5330
|
<tr>
|
5092
5331
|
<td class="struct_member_name"><p><a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoTileMode" title="enum GstVideoTileMode"><span class="type">GstVideoTileMode</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.tile-mode"></a>tile_mode</code></em>;</p></td>
|
5093
|
-
<td class="struct_member_description"><p>The tiling mode
|
5094
|
-
<em class="parameter"><code>tile_ws</code></em>
|
5095
|
-
The width of a tile, in bytes, represented as a shift
|
5096
|
-
<em class="parameter"><code>tile_hs</code></em>
|
5097
|
-
The height of a tile, in bytes, represented as a shift</p></td>
|
5332
|
+
<td class="struct_member_description"><p>The tiling mode</p></td>
|
5098
5333
|
<td class="struct_member_annotations"> </td>
|
5099
5334
|
</tr>
|
5100
5335
|
<tr>
|
5101
|
-
<td class="struct_member_name"><p><a href="/
|
5102
|
-
<td>
|
5103
|
-
<td> </td>
|
5104
|
-
</tr>
|
5105
|
-
<tr>
|
5106
|
-
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.tile-hs"></a>tile_hs</code></em>;</p></td>
|
5107
|
-
<td> </td>
|
5108
|
-
<td> </td>
|
5336
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.tile-ws"></a>tile_ws</code></em>;</p></td>
|
5337
|
+
<td class="struct_member_description"><p>The width of a tile, in bytes, represented as a shift</p></td>
|
5338
|
+
<td class="struct_member_annotations"> </td>
|
5109
5339
|
</tr>
|
5110
5340
|
<tr>
|
5111
|
-
<td class="struct_member_name"><p><a href="/
|
5112
|
-
<td>
|
5113
|
-
<td> </td>
|
5341
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GstVideoFormatInfo.tile-hs"></a>tile_hs</code></em>;</p></td>
|
5342
|
+
<td class="struct_member_description"><p>The height of a tile, in bytes, represented as a shift</p></td>
|
5343
|
+
<td class="struct_member_annotations"> </td>
|
5114
5344
|
</tr>
|
5115
5345
|
</tbody>
|
5116
5346
|
</table></div>
|
@@ -5121,8 +5351,8 @@ The height of a tile, in bytes, represented as a shift</p></td>
|
|
5121
5351
|
<a name="GstVideoFormatFlags"></a><h3>enum GstVideoFormatFlags</h3>
|
5122
5352
|
<p>The different video flags that a format info can have.</p>
|
5123
5353
|
<div class="refsect3">
|
5124
|
-
<a name="
|
5125
|
-
<div class="informaltable"><table width="100%" border="0">
|
5354
|
+
<a name="GstVideoFormatFlags.members"></a><h4>Members</h4>
|
5355
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5126
5356
|
<colgroup>
|
5127
5357
|
<col width="300px" class="enum_members_name">
|
5128
5358
|
<col class="enum_members_description">
|
@@ -5210,8 +5440,8 @@ The height of a tile, in bytes, represented as a shift</p></td>
|
|
5210
5440
|
<a name="GstVideoPackFlags"></a><h3>enum GstVideoPackFlags</h3>
|
5211
5441
|
<p>The different flags that can be used when packing and unpacking.</p>
|
5212
5442
|
<div class="refsect3">
|
5213
|
-
<a name="
|
5214
|
-
<div class="informaltable"><table width="100%" border="0">
|
5443
|
+
<a name="GstVideoPackFlags.members"></a><h4>Members</h4>
|
5444
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5215
5445
|
<colgroup>
|
5216
5446
|
<col width="300px" class="enum_members_name">
|
5217
5447
|
<col class="enum_members_description">
|
@@ -5272,8 +5502,8 @@ The height of a tile, in bytes, represented as a shift</p></td>
|
|
5272
5502
|
<p>Possible color range values. These constants are defined for 8 bit color
|
5273
5503
|
values and can be scaled for other bit depths.</p>
|
5274
5504
|
<div class="refsect3">
|
5275
|
-
<a name="
|
5276
|
-
<div class="informaltable"><table width="100%" border="0">
|
5505
|
+
<a name="GstVideoColorRange.members"></a><h4>Members</h4>
|
5506
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5277
5507
|
<colgroup>
|
5278
5508
|
<col width="300px" class="enum_members_name">
|
5279
5509
|
<col class="enum_members_description">
|
@@ -5312,8 +5542,8 @@ values and can be scaled for other bit depths.</p>
|
|
5312
5542
|
<p>The color matrix is used to convert between Y'PbPr and
|
5313
5543
|
non-linear RGB (R'G'B')</p>
|
5314
5544
|
<div class="refsect3">
|
5315
|
-
<a name="
|
5316
|
-
<div class="informaltable"><table width="100%" border="0">
|
5545
|
+
<a name="GstVideoColorMatrix.members"></a><h4>Members</h4>
|
5546
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5317
5547
|
<colgroup>
|
5318
5548
|
<col width="300px" class="enum_members_name">
|
5319
5549
|
<col class="enum_members_description">
|
@@ -5379,8 +5609,8 @@ non-linear RGB (R'G'B')</p>
|
|
5379
5609
|
<p>The color primaries define the how to transform linear RGB values to and from
|
5380
5610
|
the CIE XYZ colorspace.</p>
|
5381
5611
|
<div class="refsect3">
|
5382
|
-
<a name="
|
5383
|
-
<div class="informaltable"><table width="100%" border="0">
|
5612
|
+
<a name="GstVideoColorPrimaries.members"></a><h4>Members</h4>
|
5613
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5384
5614
|
<colgroup>
|
5385
5615
|
<col width="300px" class="enum_members_name">
|
5386
5616
|
<col class="enum_members_description">
|
@@ -5443,6 +5673,13 @@ the CIE XYZ colorspace.</p>
|
|
5443
5673
|
</td>
|
5444
5674
|
<td class="enum_member_annotations"> </td>
|
5445
5675
|
</tr>
|
5676
|
+
<tr>
|
5677
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-COLOR-PRIMARIES-ADOBERGB:CAPS"></a>GST_VIDEO_COLOR_PRIMARIES_ADOBERGB</p></td>
|
5678
|
+
<td class="enum_member_description">
|
5679
|
+
<p>Adobe RGB primaries. Since: 1.8</p>
|
5680
|
+
</td>
|
5681
|
+
<td class="enum_member_annotations"> </td>
|
5682
|
+
</tr>
|
5446
5683
|
</tbody>
|
5447
5684
|
</table></div>
|
5448
5685
|
</div>
|
@@ -5453,8 +5690,8 @@ the CIE XYZ colorspace.</p>
|
|
5453
5690
|
<p>The video transfer function defines the formula for converting between
|
5454
5691
|
non-linear RGB (R'G'B') and linear RGB</p>
|
5455
5692
|
<div class="refsect3">
|
5456
|
-
<a name="
|
5457
|
-
<div class="informaltable"><table width="100%" border="0">
|
5693
|
+
<a name="GstVideoTransferFunction.members"></a><h4>Members</h4>
|
5694
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5458
5695
|
<colgroup>
|
5459
5696
|
<col width="300px" class="enum_members_name">
|
5460
5697
|
<col class="enum_members_description">
|
@@ -5552,6 +5789,13 @@ non-linear RGB (R'G'B') and linear RGB</p>
|
|
5552
5789
|
</td>
|
5553
5790
|
<td class="enum_member_annotations"> </td>
|
5554
5791
|
</tr>
|
5792
|
+
<tr>
|
5793
|
+
<td class="enum_member_name"><p><a name="GST-VIDEO-TRANSFER-ADOBERGB:CAPS"></a>GST_VIDEO_TRANSFER_ADOBERGB</p></td>
|
5794
|
+
<td class="enum_member_description">
|
5795
|
+
<p>Gamma 2.19921875. Since: 1.8</p>
|
5796
|
+
</td>
|
5797
|
+
<td class="enum_member_annotations"> </td>
|
5798
|
+
</tr>
|
5555
5799
|
</tbody>
|
5556
5800
|
</table></div>
|
5557
5801
|
</div>
|
@@ -5568,8 +5812,8 @@ non-linear RGB (R'G'B') and linear RGB</p>
|
|
5568
5812
|
</pre>
|
5569
5813
|
<p>Structure describing the color info.</p>
|
5570
5814
|
<div class="refsect3">
|
5571
|
-
<a name="
|
5572
|
-
<div class="informaltable"><table width="100%" border="0">
|
5815
|
+
<a name="GstVideoColorimetry.members"></a><h4>Members</h4>
|
5816
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5573
5817
|
<colgroup>
|
5574
5818
|
<col width="300px" class="struct_members_name">
|
5575
5819
|
<col class="struct_members_description">
|
@@ -5641,8 +5885,8 @@ to store the specific video info when mapping a video frame with
|
|
5641
5885
|
<a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-map" title="gst_video_frame_map ()"><code class="function">gst_video_frame_map()</code></a>.</p>
|
5642
5886
|
<p>Use the provided macros to access the info in this structure.</p>
|
5643
5887
|
<div class="refsect3">
|
5644
|
-
<a name="
|
5645
|
-
<div class="informaltable"><table width="100%" border="0">
|
5888
|
+
<a name="GstVideoInfo.members"></a><h4>Members</h4>
|
5889
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5646
5890
|
<colgroup>
|
5647
5891
|
<col width="300px" class="struct_members_name">
|
5648
5892
|
<col class="struct_members_description">
|
@@ -5665,22 +5909,22 @@ to store the specific video info when mapping a video frame with
|
|
5665
5909
|
<td class="struct_member_annotations"> </td>
|
5666
5910
|
</tr>
|
5667
5911
|
<tr>
|
5668
|
-
<td class="struct_member_name"><p><a href="/
|
5912
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoInfo.width"></a>width</code></em>;</p></td>
|
5669
5913
|
<td class="struct_member_description"><p>the width of the video</p></td>
|
5670
5914
|
<td class="struct_member_annotations"> </td>
|
5671
5915
|
</tr>
|
5672
5916
|
<tr>
|
5673
|
-
<td class="struct_member_name"><p><a href="/
|
5917
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoInfo.height"></a>height</code></em>;</p></td>
|
5674
5918
|
<td class="struct_member_description"><p>the height of the video</p></td>
|
5675
5919
|
<td class="struct_member_annotations"> </td>
|
5676
5920
|
</tr>
|
5677
5921
|
<tr>
|
5678
|
-
<td class="struct_member_name"><p><span class="type">gsize</span> <em class="structfield"><code><a name="GstVideoInfo.size"></a>size</code></em>;</p></td>
|
5922
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gsize"><span class="type">gsize</span></a> <em class="structfield"><code><a name="GstVideoInfo.size"></a>size</code></em>;</p></td>
|
5679
5923
|
<td class="struct_member_description"><p>the default size of one frame</p></td>
|
5680
5924
|
<td class="struct_member_annotations"> </td>
|
5681
5925
|
</tr>
|
5682
5926
|
<tr>
|
5683
|
-
<td class="struct_member_name"><p><a href="/
|
5927
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoInfo.views"></a>views</code></em>;</p></td>
|
5684
5928
|
<td class="struct_member_description"><p>the number of views for multiview video</p></td>
|
5685
5929
|
<td class="struct_member_annotations"> </td>
|
5686
5930
|
</tr>
|
@@ -5695,32 +5939,32 @@ to store the specific video info when mapping a video frame with
|
|
5695
5939
|
<td class="struct_member_annotations"> </td>
|
5696
5940
|
</tr>
|
5697
5941
|
<tr>
|
5698
|
-
<td class="struct_member_name"><p><a href="/
|
5942
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoInfo.par-n"></a>par_n</code></em>;</p></td>
|
5699
5943
|
<td class="struct_member_description"><p>the pixel-aspect-ratio numerator</p></td>
|
5700
5944
|
<td class="struct_member_annotations"> </td>
|
5701
5945
|
</tr>
|
5702
5946
|
<tr>
|
5703
|
-
<td class="struct_member_name"><p><a href="/
|
5947
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoInfo.par-d"></a>par_d</code></em>;</p></td>
|
5704
5948
|
<td class="struct_member_description"><p>the pixel-aspect-ratio demnominator</p></td>
|
5705
5949
|
<td class="struct_member_annotations"> </td>
|
5706
5950
|
</tr>
|
5707
5951
|
<tr>
|
5708
|
-
<td class="struct_member_name"><p><a href="/
|
5952
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoInfo.fps-n"></a>fps_n</code></em>;</p></td>
|
5709
5953
|
<td class="struct_member_description"><p>the framerate numerator</p></td>
|
5710
5954
|
<td class="struct_member_annotations"> </td>
|
5711
5955
|
</tr>
|
5712
5956
|
<tr>
|
5713
|
-
<td class="struct_member_name"><p><a href="/
|
5957
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoInfo.fps-d"></a>fps_d</code></em>;</p></td>
|
5714
5958
|
<td class="struct_member_description"><p>the framerate demnominator</p></td>
|
5715
5959
|
<td class="struct_member_annotations"> </td>
|
5716
5960
|
</tr>
|
5717
5961
|
<tr>
|
5718
|
-
<td class="struct_member_name"><p><span class="type">gsize</span> <em class="structfield"><code><a name="GstVideoInfo.offset"></a>offset</code></em>[GST_VIDEO_MAX_PLANES];</p></td>
|
5962
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gsize"><span class="type">gsize</span></a> <em class="structfield"><code><a name="GstVideoInfo.offset"></a>offset</code></em>[GST_VIDEO_MAX_PLANES];</p></td>
|
5719
5963
|
<td class="struct_member_description"><p>offsets of the planes</p></td>
|
5720
5964
|
<td class="struct_member_annotations"> </td>
|
5721
5965
|
</tr>
|
5722
5966
|
<tr>
|
5723
|
-
<td class="struct_member_name"><p><a href="/
|
5967
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoInfo.stride"></a>stride</code></em>[GST_VIDEO_MAX_PLANES];</p></td>
|
5724
5968
|
<td class="struct_member_description"><p>strides of the planes</p></td>
|
5725
5969
|
<td class="struct_member_annotations"> </td>
|
5726
5970
|
</tr>
|
@@ -5734,8 +5978,8 @@ to store the specific video info when mapping a video frame with
|
|
5734
5978
|
<p>The possible values of the <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoInterlaceMode" title="enum GstVideoInterlaceMode"><span class="type">GstVideoInterlaceMode</span></a> describing the interlace
|
5735
5979
|
mode of the stream.</p>
|
5736
5980
|
<div class="refsect3">
|
5737
|
-
<a name="
|
5738
|
-
<div class="informaltable"><table width="100%" border="0">
|
5981
|
+
<a name="GstVideoInterlaceMode.members"></a><h4>Members</h4>
|
5982
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5739
5983
|
<colgroup>
|
5740
5984
|
<col width="300px" class="enum_members_name">
|
5741
5985
|
<col class="enum_members_description">
|
@@ -5789,8 +6033,8 @@ mode of the stream.</p>
|
|
5789
6033
|
In conjunction with <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewFlags" title="enum GstVideoMultiviewFlags"><span class="type">GstVideoMultiviewFlags</span></a>, describes how
|
5790
6034
|
multiview content is being transported in the stream.</p>
|
5791
6035
|
<div class="refsect3">
|
5792
|
-
<a name="
|
5793
|
-
<div class="informaltable"><table width="100%" border="0">
|
6036
|
+
<a name="GstVideoMultiviewMode.members"></a><h4>Members</h4>
|
6037
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5794
6038
|
<colgroup>
|
5795
6039
|
<col width="300px" class="enum_members_name">
|
5796
6040
|
<col class="enum_members_description">
|
@@ -5902,8 +6146,8 @@ and <a class="link" href="gst-plugins-base-libs-gstvideometa.html#GstVideoMeta"
|
|
5902
6146
|
<td class="enum_member_name"><p><a name="GST-VIDEO-MULTIVIEW-MODE-SEPARATED:CAPS"></a>GST_VIDEO_MULTIVIEW_MODE_SEPARATED</p></td>
|
5903
6147
|
<td class="enum_member_description">
|
5904
6148
|
<p>Multiple views are
|
5905
|
-
provided as separate <a href="
|
5906
|
-
<a href="
|
6149
|
+
provided as separate <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstMemory.html#GstMemory-struct"><span class="type">GstMemory</span></a> framebuffers attached to each
|
6150
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a>, described by the <span class="type">GstVideoMultiviewMeta</span>
|
5907
6151
|
and <a class="link" href="gst-plugins-base-libs-gstvideometa.html#GstVideoMeta" title="struct GstVideoMeta"><span class="type">GstVideoMeta</span></a>(s)</p>
|
5908
6152
|
</td>
|
5909
6153
|
<td class="enum_member_annotations"> </td>
|
@@ -5924,8 +6168,8 @@ any markers.</p>
|
|
5924
6168
|
video stream as a stereoscopic video. The individual enum values are
|
5925
6169
|
equivalent to and have the same value as the matching <a class="link" href="gst-plugins-base-libs-gstvideo.html#GstVideoMultiviewMode" title="enum GstVideoMultiviewMode"><span class="type">GstVideoMultiviewMode</span></a>.</p>
|
5926
6170
|
<div class="refsect3">
|
5927
|
-
<a name="
|
5928
|
-
<div class="informaltable"><table width="100%" border="0">
|
6171
|
+
<a name="GstVideoMultiviewFramePacking.members"></a><h4>Members</h4>
|
6172
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
5929
6173
|
<colgroup>
|
5930
6174
|
<col width="300px" class="enum_members_name">
|
5931
6175
|
<col class="enum_members_description">
|
@@ -6023,8 +6267,8 @@ checkerboard fashion.</p>
|
|
6023
6267
|
stereo/multiview stream beyond the frame layout and buffer mapping
|
6024
6268
|
that is conveyed in the <span class="type">GstMultiviewMode</span>.</p>
|
6025
6269
|
<div class="refsect3">
|
6026
|
-
<a name="
|
6027
|
-
<div class="informaltable"><table width="100%" border="0">
|
6270
|
+
<a name="GstVideoMultiviewFlags.members"></a><h4>Members</h4>
|
6271
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6028
6272
|
<colgroup>
|
6029
6273
|
<col width="300px" class="enum_members_name">
|
6030
6274
|
<col class="enum_members_description">
|
@@ -6113,8 +6357,8 @@ that is conveyed in the <span class="type">GstMultiviewMode</span>.</p>
|
|
6113
6357
|
<a name="GstVideoFlags"></a><h3>enum GstVideoFlags</h3>
|
6114
6358
|
<p>Extra video flags</p>
|
6115
6359
|
<div class="refsect3">
|
6116
|
-
<a name="
|
6117
|
-
<div class="informaltable"><table width="100%" border="0">
|
6360
|
+
<a name="GstVideoFlags.members"></a><h4>Members</h4>
|
6361
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6118
6362
|
<colgroup>
|
6119
6363
|
<col width="300px" class="enum_members_name">
|
6120
6364
|
<col class="enum_members_description">
|
@@ -6165,8 +6409,8 @@ that is conveyed in the <span class="type">GstMultiviewMode</span>.</p>
|
|
6165
6409
|
</pre>
|
6166
6410
|
<p>A video frame obtained from <a class="link" href="gst-plugins-base-libs-gstvideo.html#gst-video-frame-map" title="gst_video_frame_map ()"><code class="function">gst_video_frame_map()</code></a></p>
|
6167
6411
|
<div class="refsect3">
|
6168
|
-
<a name="
|
6169
|
-
<div class="informaltable"><table width="100%" border="0">
|
6412
|
+
<a name="GstVideoFrame.members"></a><h4>Members</h4>
|
6413
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6170
6414
|
<colgroup>
|
6171
6415
|
<col width="300px" class="struct_members_name">
|
6172
6416
|
<col class="struct_members_description">
|
@@ -6184,28 +6428,28 @@ that is conveyed in the <span class="type">GstMultiviewMode</span>.</p>
|
|
6184
6428
|
<td class="struct_member_annotations"> </td>
|
6185
6429
|
</tr>
|
6186
6430
|
<tr>
|
6187
|
-
<td class="struct_member_name"><p><a href="
|
6431
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> *<em class="structfield"><code><a name="GstVideoFrame.buffer"></a>buffer</code></em>;</p></td>
|
6188
6432
|
<td class="struct_member_description"><p>the mapped buffer</p></td>
|
6189
6433
|
<td class="struct_member_annotations"> </td>
|
6190
6434
|
</tr>
|
6191
6435
|
<tr>
|
6192
|
-
<td class="struct_member_name"><p><a href="/
|
6436
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> <em class="structfield"><code><a name="GstVideoFrame.meta"></a>meta</code></em>;</p></td>
|
6193
6437
|
<td class="struct_member_description"><p>pointer to metadata if any</p></td>
|
6194
6438
|
<td class="struct_member_annotations"> </td>
|
6195
6439
|
</tr>
|
6196
6440
|
<tr>
|
6197
|
-
<td class="struct_member_name"><p><a href="/
|
6441
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoFrame.id"></a>id</code></em>;</p></td>
|
6198
6442
|
<td class="struct_member_description"><p>id of the mapped frame. the id can for example be used to
|
6199
6443
|
indentify the frame in case of multiview video.</p></td>
|
6200
6444
|
<td class="struct_member_annotations"> </td>
|
6201
6445
|
</tr>
|
6202
6446
|
<tr>
|
6203
|
-
<td class="struct_member_name"><p><a href="/
|
6447
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> <em class="structfield"><code><a name="GstVideoFrame.data"></a>data</code></em>[GST_VIDEO_MAX_PLANES];</p></td>
|
6204
6448
|
<td class="struct_member_description"><p>pointers to the plane data</p></td>
|
6205
6449
|
<td class="struct_member_annotations"> </td>
|
6206
6450
|
</tr>
|
6207
6451
|
<tr>
|
6208
|
-
<td class="struct_member_name"><p><a href="
|
6452
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstMemory.html#GstMapInfo"><span class="type">GstMapInfo</span></a> <em class="structfield"><code><a name="GstVideoFrame.map"></a>map</code></em>[GST_VIDEO_MAX_PLANES];</p></td>
|
6209
6453
|
<td class="struct_member_description"><p>mappings of the planes</p></td>
|
6210
6454
|
<td class="struct_member_annotations"> </td>
|
6211
6455
|
</tr>
|
@@ -6218,8 +6462,8 @@ indentify the frame in case of multiview video.</p></td>
|
|
6218
6462
|
<a name="GstVideoFrameFlags"></a><h3>enum GstVideoFrameFlags</h3>
|
6219
6463
|
<p>Extra video frame flags</p>
|
6220
6464
|
<div class="refsect3">
|
6221
|
-
<a name="
|
6222
|
-
<div class="informaltable"><table width="100%" border="0">
|
6465
|
+
<a name="GstVideoFrameFlags.members"></a><h4>Members</h4>
|
6466
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6223
6467
|
<colgroup>
|
6224
6468
|
<col width="300px" class="enum_members_name">
|
6225
6469
|
<col class="enum_members_description">
|
@@ -6237,7 +6481,7 @@ indentify the frame in case of multiview video.</p></td>
|
|
6237
6481
|
<td class="enum_member_name"><p><a name="GST-VIDEO-FRAME-FLAG-INTERLACED:CAPS"></a>GST_VIDEO_FRAME_FLAG_INTERLACED</p></td>
|
6238
6482
|
<td class="enum_member_description">
|
6239
6483
|
<p>The video frame is interlaced. In mixed
|
6240
|
-
interlace-mode, this
|
6484
|
+
interlace-mode, this flag specifies if the frame is interlaced or
|
6241
6485
|
progressive.</p>
|
6242
6486
|
</td>
|
6243
6487
|
<td class="enum_member_annotations"> </td>
|
@@ -6289,8 +6533,8 @@ indentify the frame in case of multiview video.</p></td>
|
|
6289
6533
|
<p>Additional video buffer flags. These flags can potentially be used on any
|
6290
6534
|
buffers carrying video data - even encoded data.</p>
|
6291
6535
|
<div class="refsect3">
|
6292
|
-
<a name="
|
6293
|
-
<div class="informaltable"><table width="100%" border="0">
|
6536
|
+
<a name="GstVideoBufferFlags.members"></a><h4>Members</h4>
|
6537
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6294
6538
|
<colgroup>
|
6295
6539
|
<col width="300px" class="enum_members_name">
|
6296
6540
|
<col class="enum_members_description">
|
@@ -6300,7 +6544,7 @@ buffers carrying video data - even encoded data.</p>
|
|
6300
6544
|
<tr>
|
6301
6545
|
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-INTERLACED:CAPS"></a>GST_VIDEO_BUFFER_FLAG_INTERLACED</p></td>
|
6302
6546
|
<td class="enum_member_description">
|
6303
|
-
<p>If the <a href="
|
6547
|
+
<p>If the <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> is interlaced. In mixed
|
6304
6548
|
interlace-mode, this flags specifies if the frame is
|
6305
6549
|
interlaced or progressive.</p>
|
6306
6550
|
</td>
|
@@ -6309,7 +6553,7 @@ buffers carrying video data - even encoded data.</p>
|
|
6309
6553
|
<tr>
|
6310
6554
|
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-TFF:CAPS"></a>GST_VIDEO_BUFFER_FLAG_TFF</p></td>
|
6311
6555
|
<td class="enum_member_description">
|
6312
|
-
<p>If the <a href="
|
6556
|
+
<p>If the <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> is interlaced, then the first field
|
6313
6557
|
in the video frame is the top field. If unset, the
|
6314
6558
|
bottom field is first.</p>
|
6315
6559
|
</td>
|
@@ -6318,7 +6562,7 @@ buffers carrying video data - even encoded data.</p>
|
|
6318
6562
|
<tr>
|
6319
6563
|
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-RFF:CAPS"></a>GST_VIDEO_BUFFER_FLAG_RFF</p></td>
|
6320
6564
|
<td class="enum_member_description">
|
6321
|
-
<p>If the <a href="
|
6565
|
+
<p>If the <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> is interlaced, then the first field
|
6322
6566
|
(as defined by the <code class="literal">GST_VIDEO_BUFFER_TFF</code> flag setting)
|
6323
6567
|
is repeated.</p>
|
6324
6568
|
</td>
|
@@ -6327,7 +6571,7 @@ buffers carrying video data - even encoded data.</p>
|
|
6327
6571
|
<tr>
|
6328
6572
|
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-ONEFIELD:CAPS"></a>GST_VIDEO_BUFFER_FLAG_ONEFIELD</p></td>
|
6329
6573
|
<td class="enum_member_description">
|
6330
|
-
<p>If the <a href="
|
6574
|
+
<p>If the <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> is interlaced, then only the
|
6331
6575
|
first field (as defined by the <code class="literal">GST_VIDEO_BUFFER_TFF</code>
|
6332
6576
|
flag setting) is to be displayed.</p>
|
6333
6577
|
</td>
|
@@ -6336,7 +6580,7 @@ buffers carrying video data - even encoded data.</p>
|
|
6336
6580
|
<tr>
|
6337
6581
|
<td class="enum_member_name"><p><a name="GST-VIDEO-BUFFER-FLAG-MULTIPLE-VIEW:CAPS"></a>GST_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW</p></td>
|
6338
6582
|
<td class="enum_member_description">
|
6339
|
-
<p>The <a href="
|
6583
|
+
<p>The <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> contains one or more specific views,
|
6340
6584
|
such as left or right eye view. This flags is set on
|
6341
6585
|
any buffer that contains non-mono content - even for
|
6342
6586
|
streams that contain only a single viewpoint. In mixed
|
@@ -6370,8 +6614,8 @@ buffers carrying video data - even encoded data.</p>
|
|
6370
6614
|
<a name="GstVideoTileType"></a><h3>enum GstVideoTileType</h3>
|
6371
6615
|
<p>Enum value describing the most common tiling types.</p>
|
6372
6616
|
<div class="refsect3">
|
6373
|
-
<a name="
|
6374
|
-
<div class="informaltable"><table width="100%" border="0">
|
6617
|
+
<a name="GstVideoTileType.members"></a><h4>Members</h4>
|
6618
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6375
6619
|
<colgroup>
|
6376
6620
|
<col width="300px" class="enum_members_name">
|
6377
6621
|
<col class="enum_members_description">
|
@@ -6394,8 +6638,8 @@ buffers carrying video data - even encoded data.</p>
|
|
6394
6638
|
<a name="GstVideoTileMode"></a><h3>enum GstVideoTileMode</h3>
|
6395
6639
|
<p>Enum value describing the available tiling modes.</p>
|
6396
6640
|
<div class="refsect3">
|
6397
|
-
<a name="
|
6398
|
-
<div class="informaltable"><table width="100%" border="0">
|
6641
|
+
<a name="GstVideoTileMode.members"></a><h4>Members</h4>
|
6642
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
6399
6643
|
<colgroup>
|
6400
6644
|
<col width="300px" class="enum_members_name">
|
6401
6645
|
<col class="enum_members_description">
|
@@ -6431,6 +6675,6 @@ buffers carrying video data - even encoded data.</p>
|
|
6431
6675
|
</div>
|
6432
6676
|
</div>
|
6433
6677
|
<div class="footer">
|
6434
|
-
<hr>Generated by GTK-Doc V1.
|
6678
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
6435
6679
|
</body>
|
6436
6680
|
</html>
|