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>gstrtpbuffer: 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-rtp.html" title="RTP Library">
|
9
9
|
<link rel="prev" href="gst-plugins-base-libs-gstrtpbasepayload.html" title="gstrtpbasepayload">
|
10
10
|
<link rel="next" href="gst-plugins-base-libs-gstrtcpbuffer.html" title="gstrtcpbuffer">
|
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-gstrtpbuffer.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">
|
@@ -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/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
53
53
|
</td>
|
54
54
|
<td class="function_name">
|
55
55
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-new-take-data" title="gst_rtp_buffer_new_take_data ()">gst_rtp_buffer_new_take_data</a> <span class="c_punctuation">()</span>
|
@@ -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/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
61
61
|
</td>
|
62
62
|
<td class="function_name">
|
63
63
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-new-copy-data" title="gst_rtp_buffer_new_copy_data ()">gst_rtp_buffer_new_copy_data</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.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
69
69
|
</td>
|
70
70
|
<td class="function_name">
|
71
71
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-new-allocate" title="gst_rtp_buffer_new_allocate ()">gst_rtp_buffer_new_allocate</a> <span class="c_punctuation">()</span>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
</tr>
|
74
74
|
<tr>
|
75
75
|
<td class="function_type">
|
76
|
-
<a href="
|
76
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
77
77
|
</td>
|
78
78
|
<td class="function_name">
|
79
79
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-new-allocate-len" title="gst_rtp_buffer_new_allocate_len ()">gst_rtp_buffer_new_allocate_len</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/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
85
85
|
</td>
|
86
86
|
<td class="function_name">
|
87
87
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-map" title="gst_rtp_buffer_map ()">gst_rtp_buffer_map</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#guint"><span class="returnvalue">guint</span></a>
|
101
101
|
</td>
|
102
102
|
<td class="function_name">
|
103
103
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-calc-header-len" title="gst_rtp_buffer_calc_header_len ()">gst_rtp_buffer_calc_header_len</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/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
109
109
|
</td>
|
110
110
|
<td class="function_name">
|
111
111
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-calc-packet-len" title="gst_rtp_buffer_calc_packet_len ()">gst_rtp_buffer_calc_packet_len</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#guint"><span class="returnvalue">guint</span></a>
|
117
117
|
</td>
|
118
118
|
<td class="function_name">
|
119
119
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-calc-payload-len" title="gst_rtp_buffer_calc_payload_len ()">gst_rtp_buffer_calc_payload_len</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#guint"><span class="returnvalue">guint</span></a>
|
133
133
|
</td>
|
134
134
|
<td class="function_name">
|
135
135
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-packet-len" title="gst_rtp_buffer_get_packet_len ()">gst_rtp_buffer_get_packet_len</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#guint"><span class="returnvalue">guint</span></a>
|
141
141
|
</td>
|
142
142
|
<td class="function_name">
|
143
143
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-header-len" title="gst_rtp_buffer_get_header_len ()">gst_rtp_buffer_get_header_len</a> <span class="c_punctuation">()</span>
|
@@ -145,7 +145,7 @@
|
|
145
145
|
</tr>
|
146
146
|
<tr>
|
147
147
|
<td class="function_type">
|
148
|
-
<span class="returnvalue">guint8</span>
|
148
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a>
|
149
149
|
</td>
|
150
150
|
<td class="function_name">
|
151
151
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-version" title="gst_rtp_buffer_get_version ()">gst_rtp_buffer_get_version</a> <span class="c_punctuation">()</span>
|
@@ -161,7 +161,7 @@
|
|
161
161
|
</tr>
|
162
162
|
<tr>
|
163
163
|
<td class="function_type">
|
164
|
-
<a href="/
|
164
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
165
165
|
</td>
|
166
166
|
<td class="function_name">
|
167
167
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-padding" title="gst_rtp_buffer_get_padding ()">gst_rtp_buffer_get_padding</a> <span class="c_punctuation">()</span>
|
@@ -185,7 +185,7 @@
|
|
185
185
|
</tr>
|
186
186
|
<tr>
|
187
187
|
<td class="function_type">
|
188
|
-
<a href="/
|
188
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
189
189
|
</td>
|
190
190
|
<td class="function_name">
|
191
191
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-extension" title="gst_rtp_buffer_get_extension ()">gst_rtp_buffer_get_extension</a> <span class="c_punctuation">()</span>
|
@@ -201,7 +201,7 @@
|
|
201
201
|
</tr>
|
202
202
|
<tr>
|
203
203
|
<td class="function_type">
|
204
|
-
<a href="/
|
204
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
205
205
|
</td>
|
206
206
|
<td class="function_name">
|
207
207
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-extension-data" title="gst_rtp_buffer_get_extension_data ()">gst_rtp_buffer_get_extension_data</a> <span class="c_punctuation">()</span>
|
@@ -209,7 +209,7 @@
|
|
209
209
|
</tr>
|
210
210
|
<tr>
|
211
211
|
<td class="function_type">
|
212
|
-
<a href="/
|
212
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="returnvalue">GBytes</span></a> *
|
213
213
|
</td>
|
214
214
|
<td class="function_name">
|
215
215
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-extension-bytes" title="gst_rtp_buffer_get_extension_bytes ()">gst_rtp_buffer_get_extension_bytes</a> <span class="c_punctuation">()</span>
|
@@ -217,7 +217,7 @@
|
|
217
217
|
</tr>
|
218
218
|
<tr>
|
219
219
|
<td class="function_type">
|
220
|
-
<span class="returnvalue">guint32</span>
|
220
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
221
221
|
</td>
|
222
222
|
<td class="function_name">
|
223
223
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-ssrc" title="gst_rtp_buffer_get_ssrc ()">gst_rtp_buffer_get_ssrc</a> <span class="c_punctuation">()</span>
|
@@ -233,7 +233,7 @@
|
|
233
233
|
</tr>
|
234
234
|
<tr>
|
235
235
|
<td class="function_type">
|
236
|
-
<span class="returnvalue">guint8</span>
|
236
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a>
|
237
237
|
</td>
|
238
238
|
<td class="function_name">
|
239
239
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-csrc-count" title="gst_rtp_buffer_get_csrc_count ()">gst_rtp_buffer_get_csrc_count</a> <span class="c_punctuation">()</span>
|
@@ -241,7 +241,7 @@
|
|
241
241
|
</tr>
|
242
242
|
<tr>
|
243
243
|
<td class="function_type">
|
244
|
-
<span class="returnvalue">guint32</span>
|
244
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
245
245
|
</td>
|
246
246
|
<td class="function_name">
|
247
247
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-csrc" title="gst_rtp_buffer_get_csrc ()">gst_rtp_buffer_get_csrc</a> <span class="c_punctuation">()</span>
|
@@ -257,7 +257,7 @@
|
|
257
257
|
</tr>
|
258
258
|
<tr>
|
259
259
|
<td class="function_type">
|
260
|
-
<a href="/
|
260
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
261
261
|
</td>
|
262
262
|
<td class="function_name">
|
263
263
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-marker" title="gst_rtp_buffer_get_marker ()">gst_rtp_buffer_get_marker</a> <span class="c_punctuation">()</span>
|
@@ -273,7 +273,7 @@
|
|
273
273
|
</tr>
|
274
274
|
<tr>
|
275
275
|
<td class="function_type">
|
276
|
-
<span class="returnvalue">guint8</span>
|
276
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a>
|
277
277
|
</td>
|
278
278
|
<td class="function_name">
|
279
279
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload-type" title="gst_rtp_buffer_get_payload_type ()">gst_rtp_buffer_get_payload_type</a> <span class="c_punctuation">()</span>
|
@@ -289,7 +289,7 @@
|
|
289
289
|
</tr>
|
290
290
|
<tr>
|
291
291
|
<td class="function_type">
|
292
|
-
<span class="returnvalue">guint16</span>
|
292
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
|
293
293
|
</td>
|
294
294
|
<td class="function_name">
|
295
295
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-seq" title="gst_rtp_buffer_get_seq ()">gst_rtp_buffer_get_seq</a> <span class="c_punctuation">()</span>
|
@@ -305,7 +305,7 @@
|
|
305
305
|
</tr>
|
306
306
|
<tr>
|
307
307
|
<td class="function_type">
|
308
|
-
<span class="returnvalue">guint32</span>
|
308
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
309
309
|
</td>
|
310
310
|
<td class="function_name">
|
311
311
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-timestamp" title="gst_rtp_buffer_get_timestamp ()">gst_rtp_buffer_get_timestamp</a> <span class="c_punctuation">()</span>
|
@@ -321,7 +321,7 @@
|
|
321
321
|
</tr>
|
322
322
|
<tr>
|
323
323
|
<td class="function_type">
|
324
|
-
<a href="
|
324
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
325
325
|
</td>
|
326
326
|
<td class="function_name">
|
327
327
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload-buffer" title="gst_rtp_buffer_get_payload_buffer ()">gst_rtp_buffer_get_payload_buffer</a> <span class="c_punctuation">()</span>
|
@@ -329,7 +329,7 @@
|
|
329
329
|
</tr>
|
330
330
|
<tr>
|
331
331
|
<td class="function_type">
|
332
|
-
<a href="
|
332
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
333
333
|
</td>
|
334
334
|
<td class="function_name">
|
335
335
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload-subbuffer" title="gst_rtp_buffer_get_payload_subbuffer ()">gst_rtp_buffer_get_payload_subbuffer</a> <span class="c_punctuation">()</span>
|
@@ -337,7 +337,7 @@
|
|
337
337
|
</tr>
|
338
338
|
<tr>
|
339
339
|
<td class="function_type">
|
340
|
-
<a href="/
|
340
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
341
341
|
</td>
|
342
342
|
<td class="function_name">
|
343
343
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload-len" title="gst_rtp_buffer_get_payload_len ()">gst_rtp_buffer_get_payload_len</a> <span class="c_punctuation">()</span>
|
@@ -345,7 +345,7 @@
|
|
345
345
|
</tr>
|
346
346
|
<tr>
|
347
347
|
<td class="function_type">
|
348
|
-
<a href="/
|
348
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="returnvalue">GBytes</span></a> *
|
349
349
|
</td>
|
350
350
|
<td class="function_name">
|
351
351
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload-bytes" title="gst_rtp_buffer_get_payload_bytes ()">gst_rtp_buffer_get_payload_bytes</a> <span class="c_punctuation">()</span>
|
@@ -353,7 +353,7 @@
|
|
353
353
|
</tr>
|
354
354
|
<tr>
|
355
355
|
<td class="function_type">
|
356
|
-
<a href="/
|
356
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
|
357
357
|
</td>
|
358
358
|
<td class="function_name">
|
359
359
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-payload" title="gst_rtp_buffer_get_payload ()">gst_rtp_buffer_get_payload</a> <span class="c_punctuation">()</span>
|
@@ -361,7 +361,7 @@
|
|
361
361
|
</tr>
|
362
362
|
<tr>
|
363
363
|
<td class="function_type">
|
364
|
-
<span class="returnvalue">guint32</span>
|
364
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
365
365
|
</td>
|
366
366
|
<td class="function_name">
|
367
367
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-default-clock-rate" title="gst_rtp_buffer_default_clock_rate ()">gst_rtp_buffer_default_clock_rate</a> <span class="c_punctuation">()</span>
|
@@ -369,7 +369,7 @@
|
|
369
369
|
</tr>
|
370
370
|
<tr>
|
371
371
|
<td class="function_type">
|
372
|
-
<a href="/
|
372
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
373
373
|
</td>
|
374
374
|
<td class="function_name">
|
375
375
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-compare-seqnum" title="gst_rtp_buffer_compare_seqnum ()">gst_rtp_buffer_compare_seqnum</a> <span class="c_punctuation">()</span>
|
@@ -377,7 +377,7 @@
|
|
377
377
|
</tr>
|
378
378
|
<tr>
|
379
379
|
<td class="function_type">
|
380
|
-
<span class="returnvalue">guint64</span>
|
380
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
381
381
|
</td>
|
382
382
|
<td class="function_name">
|
383
383
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-ext-timestamp" title="gst_rtp_buffer_ext_timestamp ()">gst_rtp_buffer_ext_timestamp</a> <span class="c_punctuation">()</span>
|
@@ -385,7 +385,7 @@
|
|
385
385
|
</tr>
|
386
386
|
<tr>
|
387
387
|
<td class="function_type">
|
388
|
-
<a href="/
|
388
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
389
389
|
</td>
|
390
390
|
<td class="function_name">
|
391
391
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-set-extension-data" title="gst_rtp_buffer_set_extension_data ()">gst_rtp_buffer_set_extension_data</a> <span class="c_punctuation">()</span>
|
@@ -393,7 +393,7 @@
|
|
393
393
|
</tr>
|
394
394
|
<tr>
|
395
395
|
<td class="function_type">
|
396
|
-
<a href="/
|
396
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
397
397
|
</td>
|
398
398
|
<td class="function_name">
|
399
399
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-extension-onebyte-header" title="gst_rtp_buffer_get_extension_onebyte_header ()">gst_rtp_buffer_get_extension_onebyte_header</a> <span class="c_punctuation">()</span>
|
@@ -401,7 +401,7 @@
|
|
401
401
|
</tr>
|
402
402
|
<tr>
|
403
403
|
<td class="function_type">
|
404
|
-
<a href="/
|
404
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
405
405
|
</td>
|
406
406
|
<td class="function_name">
|
407
407
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-get-extension-twobytes-header" title="gst_rtp_buffer_get_extension_twobytes_header ()">gst_rtp_buffer_get_extension_twobytes_header</a> <span class="c_punctuation">()</span>
|
@@ -409,7 +409,7 @@
|
|
409
409
|
</tr>
|
410
410
|
<tr>
|
411
411
|
<td class="function_type">
|
412
|
-
<a href="/
|
412
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
413
413
|
</td>
|
414
414
|
<td class="function_name">
|
415
415
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-add-extension-onebyte-header" title="gst_rtp_buffer_add_extension_onebyte_header ()">gst_rtp_buffer_add_extension_onebyte_header</a> <span class="c_punctuation">()</span>
|
@@ -417,7 +417,7 @@
|
|
417
417
|
</tr>
|
418
418
|
<tr>
|
419
419
|
<td class="function_type">
|
420
|
-
<a href="/
|
420
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
421
421
|
</td>
|
422
422
|
<td class="function_name">
|
423
423
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-add-extension-twobytes-header" title="gst_rtp_buffer_add_extension_twobytes_header ()">gst_rtp_buffer_add_extension_twobytes_header</a> <span class="c_punctuation">()</span>
|
@@ -428,7 +428,7 @@
|
|
428
428
|
</div>
|
429
429
|
<div class="refsect1">
|
430
430
|
<a name="gst-plugins-base-libs-gstrtpbuffer.other"></a><h2>Types and Values</h2>
|
431
|
-
<div class="informaltable"><table width="100%" border="0">
|
431
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
432
432
|
<colgroup>
|
433
433
|
<col width="150px" class="name">
|
434
434
|
<col class="description">
|
@@ -459,8 +459,8 @@
|
|
459
459
|
<div class="refsect2">
|
460
460
|
<a name="id-1.2.9.6.6.2"></a><p>
|
461
461
|
The GstRTPBuffer helper functions makes it easy to parse and create regular
|
462
|
-
<a href="
|
463
|
-
'application/x-rtp' <a href="
|
462
|
+
<a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> objects that contain RTP payloads. These buffers are typically of
|
463
|
+
'application/x-rtp' <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstCaps.html#GstCaps-struct"><span class="type">GstCaps</span></a>.
|
464
464
|
</p>
|
465
465
|
</div>
|
466
466
|
</div>
|
@@ -469,10 +469,10 @@ The GstRTPBuffer helper functions makes it easy to parse and create regular
|
|
469
469
|
<div class="refsect2">
|
470
470
|
<a name="gst-rtp-buffer-allocate-data"></a><h3>gst_rtp_buffer_allocate_data ()</h3>
|
471
471
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
472
|
-
gst_rtp_buffer_allocate_data (<em class="parameter"><code><a href="
|
473
|
-
<em class="parameter"><code><a href="/
|
474
|
-
<em class="parameter"><code><span class="type">guint8</span> pad_len</code></em>,
|
475
|
-
<em class="parameter"><code><span class="type">guint8</span> csrc_count</code></em>);</pre>
|
472
|
+
gst_rtp_buffer_allocate_data (<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>,
|
473
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> payload_len</code></em>,
|
474
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> pad_len</code></em>,
|
475
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> csrc_count</code></em>);</pre>
|
476
476
|
<p>Allocate enough data in <em class="parameter"><code>buffer</code></em>
|
477
477
|
to hold an RTP packet with <em class="parameter"><code>csrc_count</code></em>
|
478
478
|
CSRCs,
|
@@ -486,8 +486,8 @@ If <em class="parameter"><code>pad_len</code></em>
|
|
486
486
|
is >0, the padding bit will be set. All other RTP header fields
|
487
487
|
will be set to 0/FALSE.</p>
|
488
488
|
<div class="refsect3">
|
489
|
-
<a name="
|
490
|
-
<div class="informaltable"><table width="100%" border="0">
|
489
|
+
<a name="gst-rtp-buffer-allocate-data.parameters"></a><h4>Parameters</h4>
|
490
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
491
491
|
<colgroup>
|
492
492
|
<col width="150px" class="parameters_name">
|
493
493
|
<col class="parameters_description">
|
@@ -496,7 +496,7 @@ will be set to 0/FALSE.</p>
|
|
496
496
|
<tbody>
|
497
497
|
<tr>
|
498
498
|
<td class="parameter_name"><p>buffer</p></td>
|
499
|
-
<td class="parameter_description"><p>a <a href="
|
499
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a></p></td>
|
500
500
|
<td class="parameter_annotations"> </td>
|
501
501
|
</tr>
|
502
502
|
<tr>
|
@@ -521,9 +521,9 @@ will be set to 0/FALSE.</p>
|
|
521
521
|
<hr>
|
522
522
|
<div class="refsect2">
|
523
523
|
<a name="gst-rtp-buffer-new-take-data"></a><h3>gst_rtp_buffer_new_take_data ()</h3>
|
524
|
-
<pre class="programlisting"><a href="
|
525
|
-
gst_rtp_buffer_new_take_data (<em class="parameter"><code><a href="/
|
526
|
-
<em class="parameter"><code><span class="type">gsize</span> len</code></em>);</pre>
|
524
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
525
|
+
gst_rtp_buffer_new_take_data (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
526
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gsize"><span class="type">gsize</span></a> len</code></em>);</pre>
|
527
527
|
<p>Create a new buffer and set the data and size of the buffer to <em class="parameter"><code>data</code></em>
|
528
528
|
and <em class="parameter"><code>len</code></em>
|
529
529
|
|
@@ -532,8 +532,8 @@ respectively. <em class="parameter"><code>data</code></em>
|
|
532
532
|
function transfers ownership of <em class="parameter"><code>data</code></em>
|
533
533
|
to the new buffer.</p>
|
534
534
|
<div class="refsect3">
|
535
|
-
<a name="
|
536
|
-
<div class="informaltable"><table width="100%" border="0">
|
535
|
+
<a name="gst-rtp-buffer-new-take-data.parameters"></a><h4>Parameters</h4>
|
536
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
537
537
|
<colgroup>
|
538
538
|
<col width="150px" class="parameters_name">
|
539
539
|
<col class="parameters_description">
|
@@ -554,7 +554,7 @@ function transfers ownership of <em class="parameter"><code>data</code></em>
|
|
554
554
|
</table></div>
|
555
555
|
</div>
|
556
556
|
<div class="refsect3">
|
557
|
-
<a name="
|
557
|
+
<a name="gst-rtp-buffer-new-take-data.returns"></a><h4>Returns</h4>
|
558
558
|
<p> A newly allocated buffer with <em class="parameter"><code>data</code></em>
|
559
559
|
and of size <em class="parameter"><code>len</code></em>
|
560
560
|
.</p>
|
@@ -563,9 +563,9 @@ and of size <em class="parameter"><code>len</code></em>
|
|
563
563
|
<hr>
|
564
564
|
<div class="refsect2">
|
565
565
|
<a name="gst-rtp-buffer-new-copy-data"></a><h3>gst_rtp_buffer_new_copy_data ()</h3>
|
566
|
-
<pre class="programlisting"><a href="
|
567
|
-
gst_rtp_buffer_new_copy_data (<em class="parameter"><code><a href="/
|
568
|
-
<em class="parameter"><code><span class="type">gsize</span> len</code></em>);</pre>
|
566
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
567
|
+
gst_rtp_buffer_new_copy_data (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
568
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gsize"><span class="type">gsize</span></a> len</code></em>);</pre>
|
569
569
|
<p>Create a new buffer and set the data to a copy of <em class="parameter"><code>len</code></em>
|
570
570
|
|
571
571
|
bytes of <em class="parameter"><code>data</code></em>
|
@@ -573,8 +573,8 @@ bytes of <em class="parameter"><code>data</code></em>
|
|
573
573
|
. The data will be freed when the buffer
|
574
574
|
is freed.</p>
|
575
575
|
<div class="refsect3">
|
576
|
-
<a name="
|
577
|
-
<div class="informaltable"><table width="100%" border="0">
|
576
|
+
<a name="gst-rtp-buffer-new-copy-data.parameters"></a><h4>Parameters</h4>
|
577
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
578
578
|
<colgroup>
|
579
579
|
<col width="150px" class="parameters_name">
|
580
580
|
<col class="parameters_description">
|
@@ -596,7 +596,7 @@ buffer. </p></td>
|
|
596
596
|
</table></div>
|
597
597
|
</div>
|
598
598
|
<div class="refsect3">
|
599
|
-
<a name="
|
599
|
+
<a name="gst-rtp-buffer-new-copy-data.returns"></a><h4>Returns</h4>
|
600
600
|
<p> A newly allocated buffer with a copy of <em class="parameter"><code>data</code></em>
|
601
601
|
and of size <em class="parameter"><code>len</code></em>
|
602
602
|
.</p>
|
@@ -605,19 +605,19 @@ and of size <em class="parameter"><code>len</code></em>
|
|
605
605
|
<hr>
|
606
606
|
<div class="refsect2">
|
607
607
|
<a name="gst-rtp-buffer-new-allocate"></a><h3>gst_rtp_buffer_new_allocate ()</h3>
|
608
|
-
<pre class="programlisting"><a href="
|
609
|
-
gst_rtp_buffer_new_allocate (<em class="parameter"><code><a href="/
|
610
|
-
<em class="parameter"><code><span class="type">guint8</span> pad_len</code></em>,
|
611
|
-
<em class="parameter"><code><span class="type">guint8</span> csrc_count</code></em>);</pre>
|
612
|
-
<p>Allocate a new <a href="
|
608
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
609
|
+
gst_rtp_buffer_new_allocate (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> payload_len</code></em>,
|
610
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> pad_len</code></em>,
|
611
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> csrc_count</code></em>);</pre>
|
612
|
+
<p>Allocate a new <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> with enough data to hold an RTP packet with
|
613
613
|
<em class="parameter"><code>csrc_count</code></em>
|
614
614
|
CSRCs, a payload length of <em class="parameter"><code>payload_len</code></em>
|
615
615
|
and padding of <em class="parameter"><code>pad_len</code></em>
|
616
616
|
.
|
617
617
|
All other RTP header fields will be set to 0/FALSE.</p>
|
618
618
|
<div class="refsect3">
|
619
|
-
<a name="
|
620
|
-
<div class="informaltable"><table width="100%" border="0">
|
619
|
+
<a name="gst-rtp-buffer-new-allocate.parameters"></a><h4>Parameters</h4>
|
620
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
621
621
|
<colgroup>
|
622
622
|
<col width="150px" class="parameters_name">
|
623
623
|
<col class="parameters_description">
|
@@ -643,7 +643,7 @@ All other RTP header fields will be set to 0/FALSE.</p>
|
|
643
643
|
</table></div>
|
644
644
|
</div>
|
645
645
|
<div class="refsect3">
|
646
|
-
<a name="
|
646
|
+
<a name="gst-rtp-buffer-new-allocate.returns"></a><h4>Returns</h4>
|
647
647
|
<p> A newly allocated buffer that can hold an RTP packet with given
|
648
648
|
parameters.</p>
|
649
649
|
</div>
|
@@ -651,11 +651,11 @@ parameters.</p>
|
|
651
651
|
<hr>
|
652
652
|
<div class="refsect2">
|
653
653
|
<a name="gst-rtp-buffer-new-allocate-len"></a><h3>gst_rtp_buffer_new_allocate_len ()</h3>
|
654
|
-
<pre class="programlisting"><a href="
|
655
|
-
gst_rtp_buffer_new_allocate_len (<em class="parameter"><code><a href="/
|
656
|
-
<em class="parameter"><code><span class="type">guint8</span> pad_len</code></em>,
|
657
|
-
<em class="parameter"><code><span class="type">guint8</span> csrc_count</code></em>);</pre>
|
658
|
-
<p>Create a new <a href="
|
654
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
655
|
+
gst_rtp_buffer_new_allocate_len (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> packet_len</code></em>,
|
656
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> pad_len</code></em>,
|
657
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> csrc_count</code></em>);</pre>
|
658
|
+
<p>Create a new <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> that can hold an RTP packet that is exactly
|
659
659
|
<em class="parameter"><code>packet_len</code></em>
|
660
660
|
long. The length of the payload depends on <em class="parameter"><code>pad_len</code></em>
|
661
661
|
and
|
@@ -663,8 +663,8 @@ gst_rtp_buffer_new_allocate_len (<em class="parameter"><code><a href="/home/vagr
|
|
663
663
|
and can be calculated with <a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-calc-payload-len" title="gst_rtp_buffer_calc_payload_len ()"><code class="function">gst_rtp_buffer_calc_payload_len()</code></a>.
|
664
664
|
All RTP header fields will be set to 0/FALSE.</p>
|
665
665
|
<div class="refsect3">
|
666
|
-
<a name="
|
667
|
-
<div class="informaltable"><table width="100%" border="0">
|
666
|
+
<a name="gst-rtp-buffer-new-allocate-len.parameters"></a><h4>Parameters</h4>
|
667
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
668
668
|
<colgroup>
|
669
669
|
<col width="150px" class="parameters_name">
|
670
670
|
<col class="parameters_description">
|
@@ -690,7 +690,7 @@ All RTP header fields will be set to 0/FALSE.</p>
|
|
690
690
|
</table></div>
|
691
691
|
</div>
|
692
692
|
<div class="refsect3">
|
693
|
-
<a name="
|
693
|
+
<a name="gst-rtp-buffer-new-allocate-len.returns"></a><h4>Returns</h4>
|
694
694
|
<p> A newly allocated buffer that can hold an RTP packet of <em class="parameter"><code>packet_len</code></em>
|
695
695
|
.</p>
|
696
696
|
</div>
|
@@ -698,16 +698,16 @@ All RTP header fields will be set to 0/FALSE.</p>
|
|
698
698
|
<hr>
|
699
699
|
<div class="refsect2">
|
700
700
|
<a name="gst-rtp-buffer-map"></a><h3>gst_rtp_buffer_map ()</h3>
|
701
|
-
<pre class="programlisting"><a href="/
|
702
|
-
gst_rtp_buffer_map (<em class="parameter"><code><a href="
|
703
|
-
<em class="parameter"><code><a href="
|
701
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
702
|
+
gst_rtp_buffer_map (<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>,
|
703
|
+
<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>,
|
704
704
|
<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
705
705
|
<p>Map the contents of <em class="parameter"><code>buffer</code></em>
|
706
706
|
into <em class="parameter"><code>rtp</code></em>
|
707
707
|
.</p>
|
708
708
|
<div class="refsect3">
|
709
|
-
<a name="
|
710
|
-
<div class="informaltable"><table width="100%" border="0">
|
709
|
+
<a name="gst-rtp-buffer-map.parameters"></a><h4>Parameters</h4>
|
710
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
711
711
|
<colgroup>
|
712
712
|
<col width="150px" class="parameters_name">
|
713
713
|
<col class="parameters_description">
|
@@ -716,12 +716,12 @@ gst_rtp_buffer_map (<em class="parameter"><code><a href="http://gstreamer.freede
|
|
716
716
|
<tbody>
|
717
717
|
<tr>
|
718
718
|
<td class="parameter_name"><p>buffer</p></td>
|
719
|
-
<td class="parameter_description"><p>a <a href="
|
719
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a></p></td>
|
720
720
|
<td class="parameter_annotations"> </td>
|
721
721
|
</tr>
|
722
722
|
<tr>
|
723
723
|
<td class="parameter_name"><p>flags</p></td>
|
724
|
-
<td class="parameter_description"><p><a href="
|
724
|
+
<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>
|
725
725
|
<td class="parameter_annotations"> </td>
|
726
726
|
</tr>
|
727
727
|
<tr>
|
@@ -733,8 +733,8 @@ gst_rtp_buffer_map (<em class="parameter"><code><a href="http://gstreamer.freede
|
|
733
733
|
</table></div>
|
734
734
|
</div>
|
735
735
|
<div class="refsect3">
|
736
|
-
<a name="
|
737
|
-
<p> <a href="/
|
736
|
+
<a name="gst-rtp-buffer-map.returns"></a><h4>Returns</h4>
|
737
|
+
<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>buffer</code></em>
|
738
738
|
could be mapped.</p>
|
739
739
|
</div>
|
740
740
|
</div>
|
@@ -746,8 +746,8 @@ gst_rtp_buffer_unmap (<em class="parameter"><code><a class="link" href="gst-plug
|
|
746
746
|
<p>Unmap <em class="parameter"><code>rtp</code></em>
|
747
747
|
previously mapped with <a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-map" title="gst_rtp_buffer_map ()"><code class="function">gst_rtp_buffer_map()</code></a>.</p>
|
748
748
|
<div class="refsect3">
|
749
|
-
<a name="
|
750
|
-
<div class="informaltable"><table width="100%" border="0">
|
749
|
+
<a name="gst-rtp-buffer-unmap.parameters"></a><h4>Parameters</h4>
|
750
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
751
751
|
<colgroup>
|
752
752
|
<col width="150px" class="parameters_name">
|
753
753
|
<col class="parameters_description">
|
@@ -764,14 +764,14 @@ gst_rtp_buffer_unmap (<em class="parameter"><code><a class="link" href="gst-plug
|
|
764
764
|
<hr>
|
765
765
|
<div class="refsect2">
|
766
766
|
<a name="gst-rtp-buffer-calc-header-len"></a><h3>gst_rtp_buffer_calc_header_len ()</h3>
|
767
|
-
<pre class="programlisting"><a href="/
|
768
|
-
gst_rtp_buffer_calc_header_len (<em class="parameter"><code><span class="type">guint8</span> csrc_count</code></em>);</pre>
|
767
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
768
|
+
gst_rtp_buffer_calc_header_len (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> csrc_count</code></em>);</pre>
|
769
769
|
<p>Calculate the header length of an RTP packet with <em class="parameter"><code>csrc_count</code></em>
|
770
770
|
CSRC entries.
|
771
771
|
An RTP packet can have at most 15 CSRC entries.</p>
|
772
772
|
<div class="refsect3">
|
773
|
-
<a name="
|
774
|
-
<div class="informaltable"><table width="100%" border="0">
|
773
|
+
<a name="gst-rtp-buffer-calc-header-len.parameters"></a><h4>Parameters</h4>
|
774
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
775
775
|
<colgroup>
|
776
776
|
<col width="150px" class="parameters_name">
|
777
777
|
<col class="parameters_description">
|
@@ -785,7 +785,7 @@ An RTP packet can have at most 15 CSRC entries.</p>
|
|
785
785
|
</table></div>
|
786
786
|
</div>
|
787
787
|
<div class="refsect3">
|
788
|
-
<a name="
|
788
|
+
<a name="gst-rtp-buffer-calc-header-len.returns"></a><h4>Returns</h4>
|
789
789
|
<p> The length of an RTP header with <em class="parameter"><code>csrc_count</code></em>
|
790
790
|
CSRC entries.</p>
|
791
791
|
</div>
|
@@ -793,18 +793,18 @@ CSRC entries.</p>
|
|
793
793
|
<hr>
|
794
794
|
<div class="refsect2">
|
795
795
|
<a name="gst-rtp-buffer-calc-packet-len"></a><h3>gst_rtp_buffer_calc_packet_len ()</h3>
|
796
|
-
<pre class="programlisting"><a href="/
|
797
|
-
gst_rtp_buffer_calc_packet_len (<em class="parameter"><code><a href="/
|
798
|
-
<em class="parameter"><code><span class="type">guint8</span> pad_len</code></em>,
|
799
|
-
<em class="parameter"><code><span class="type">guint8</span> csrc_count</code></em>);</pre>
|
796
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
797
|
+
gst_rtp_buffer_calc_packet_len (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> payload_len</code></em>,
|
798
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> pad_len</code></em>,
|
799
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> csrc_count</code></em>);</pre>
|
800
800
|
<p>Calculate the total length of an RTP packet with a payload size of <em class="parameter"><code>payload_len</code></em>
|
801
801
|
,
|
802
802
|
a padding of <em class="parameter"><code>pad_len</code></em>
|
803
803
|
and a <em class="parameter"><code>csrc_count</code></em>
|
804
804
|
CSRC entries.</p>
|
805
805
|
<div class="refsect3">
|
806
|
-
<a name="
|
807
|
-
<div class="informaltable"><table width="100%" border="0">
|
806
|
+
<a name="gst-rtp-buffer-calc-packet-len.parameters"></a><h4>Parameters</h4>
|
807
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
808
808
|
<colgroup>
|
809
809
|
<col width="150px" class="parameters_name">
|
810
810
|
<col class="parameters_description">
|
@@ -830,25 +830,25 @@ a padding of <em class="parameter"><code>pad_len</code></em>
|
|
830
830
|
</table></div>
|
831
831
|
</div>
|
832
832
|
<div class="refsect3">
|
833
|
-
<a name="
|
833
|
+
<a name="gst-rtp-buffer-calc-packet-len.returns"></a><h4>Returns</h4>
|
834
834
|
<p> The total length of an RTP header with given parameters.</p>
|
835
835
|
</div>
|
836
836
|
</div>
|
837
837
|
<hr>
|
838
838
|
<div class="refsect2">
|
839
839
|
<a name="gst-rtp-buffer-calc-payload-len"></a><h3>gst_rtp_buffer_calc_payload_len ()</h3>
|
840
|
-
<pre class="programlisting"><a href="/
|
841
|
-
gst_rtp_buffer_calc_payload_len (<em class="parameter"><code><a href="/
|
842
|
-
<em class="parameter"><code><span class="type">guint8</span> pad_len</code></em>,
|
843
|
-
<em class="parameter"><code><span class="type">guint8</span> csrc_count</code></em>);</pre>
|
840
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
841
|
+
gst_rtp_buffer_calc_payload_len (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> packet_len</code></em>,
|
842
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> pad_len</code></em>,
|
843
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> csrc_count</code></em>);</pre>
|
844
844
|
<p>Calculate the length of the payload of an RTP packet with size <em class="parameter"><code>packet_len</code></em>
|
845
845
|
,
|
846
846
|
a padding of <em class="parameter"><code>pad_len</code></em>
|
847
847
|
and a <em class="parameter"><code>csrc_count</code></em>
|
848
848
|
CSRC entries.</p>
|
849
849
|
<div class="refsect3">
|
850
|
-
<a name="
|
851
|
-
<div class="informaltable"><table width="100%" border="0">
|
850
|
+
<a name="gst-rtp-buffer-calc-payload-len.parameters"></a><h4>Parameters</h4>
|
851
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
852
852
|
<colgroup>
|
853
853
|
<col width="150px" class="parameters_name">
|
854
854
|
<col class="parameters_description">
|
@@ -874,7 +874,7 @@ a padding of <em class="parameter"><code>pad_len</code></em>
|
|
874
874
|
</table></div>
|
875
875
|
</div>
|
876
876
|
<div class="refsect3">
|
877
|
-
<a name="
|
877
|
+
<a name="gst-rtp-buffer-calc-payload-len.returns"></a><h4>Returns</h4>
|
878
878
|
<p> The length of the payload of an RTP packet with given parameters.</p>
|
879
879
|
</div>
|
880
880
|
</div>
|
@@ -883,14 +883,14 @@ a padding of <em class="parameter"><code>pad_len</code></em>
|
|
883
883
|
<a name="gst-rtp-buffer-set-packet-len"></a><h3>gst_rtp_buffer_set_packet_len ()</h3>
|
884
884
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
885
885
|
gst_rtp_buffer_set_packet_len (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
886
|
-
<em class="parameter"><code><a href="/
|
886
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> len</code></em>);</pre>
|
887
887
|
<p>Set the total <em class="parameter"><code>rtp</code></em>
|
888
888
|
size to <em class="parameter"><code>len</code></em>
|
889
889
|
. The data in the buffer will be made
|
890
890
|
larger if needed. Any padding will be removed from the packet.</p>
|
891
891
|
<div class="refsect3">
|
892
|
-
<a name="
|
893
|
-
<div class="informaltable"><table width="100%" border="0">
|
892
|
+
<a name="gst-rtp-buffer-set-packet-len.parameters"></a><h4>Parameters</h4>
|
893
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
894
894
|
<colgroup>
|
895
895
|
<col width="150px" class="parameters_name">
|
896
896
|
<col class="parameters_description">
|
@@ -914,13 +914,13 @@ larger if needed. Any padding will be removed from the packet.</p>
|
|
914
914
|
<hr>
|
915
915
|
<div class="refsect2">
|
916
916
|
<a name="gst-rtp-buffer-get-packet-len"></a><h3>gst_rtp_buffer_get_packet_len ()</h3>
|
917
|
-
<pre class="programlisting"><a href="/
|
917
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
918
918
|
gst_rtp_buffer_get_packet_len (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
919
919
|
<p>Return the total length of the packet in <em class="parameter"><code>buffer</code></em>
|
920
920
|
.</p>
|
921
921
|
<div class="refsect3">
|
922
|
-
<a name="
|
923
|
-
<div class="informaltable"><table width="100%" border="0">
|
922
|
+
<a name="gst-rtp-buffer-get-packet-len.parameters"></a><h4>Parameters</h4>
|
923
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
924
924
|
<colgroup>
|
925
925
|
<col width="150px" class="parameters_name">
|
926
926
|
<col class="parameters_description">
|
@@ -934,7 +934,7 @@ gst_rtp_buffer_get_packet_len (<em class="parameter"><code><a class="link" href=
|
|
934
934
|
</table></div>
|
935
935
|
</div>
|
936
936
|
<div class="refsect3">
|
937
|
-
<a name="
|
937
|
+
<a name="gst-rtp-buffer-get-packet-len.returns"></a><h4>Returns</h4>
|
938
938
|
<p> The total length of the packet in <em class="parameter"><code>buffer</code></em>
|
939
939
|
.</p>
|
940
940
|
</div>
|
@@ -942,14 +942,14 @@ gst_rtp_buffer_get_packet_len (<em class="parameter"><code><a class="link" href=
|
|
942
942
|
<hr>
|
943
943
|
<div class="refsect2">
|
944
944
|
<a name="gst-rtp-buffer-get-header-len"></a><h3>gst_rtp_buffer_get_header_len ()</h3>
|
945
|
-
<pre class="programlisting"><a href="/
|
945
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
946
946
|
gst_rtp_buffer_get_header_len (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
947
947
|
<p>Return the total length of the header in <em class="parameter"><code>buffer</code></em>
|
948
948
|
. This include the length of
|
949
949
|
the fixed header, the CSRC list and the extension header.</p>
|
950
950
|
<div class="refsect3">
|
951
|
-
<a name="
|
952
|
-
<div class="informaltable"><table width="100%" border="0">
|
951
|
+
<a name="gst-rtp-buffer-get-header-len.parameters"></a><h4>Parameters</h4>
|
952
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
953
953
|
<colgroup>
|
954
954
|
<col width="150px" class="parameters_name">
|
955
955
|
<col class="parameters_description">
|
@@ -963,7 +963,7 @@ the fixed header, the CSRC list and the extension header.</p>
|
|
963
963
|
</table></div>
|
964
964
|
</div>
|
965
965
|
<div class="refsect3">
|
966
|
-
<a name="
|
966
|
+
<a name="gst-rtp-buffer-get-header-len.returns"></a><h4>Returns</h4>
|
967
967
|
<p> The total length of the header in <em class="parameter"><code>buffer</code></em>
|
968
968
|
.</p>
|
969
969
|
</div>
|
@@ -971,13 +971,13 @@ the fixed header, the CSRC list and the extension header.</p>
|
|
971
971
|
<hr>
|
972
972
|
<div class="refsect2">
|
973
973
|
<a name="gst-rtp-buffer-get-version"></a><h3>gst_rtp_buffer_get_version ()</h3>
|
974
|
-
<pre class="programlisting"><span class="returnvalue">guint8</span>
|
974
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a>
|
975
975
|
gst_rtp_buffer_get_version (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
976
976
|
<p>Get the version number of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
977
977
|
.</p>
|
978
978
|
<div class="refsect3">
|
979
|
-
<a name="
|
980
|
-
<div class="informaltable"><table width="100%" border="0">
|
979
|
+
<a name="gst-rtp-buffer-get-version.parameters"></a><h4>Parameters</h4>
|
980
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
981
981
|
<colgroup>
|
982
982
|
<col width="150px" class="parameters_name">
|
983
983
|
<col class="parameters_description">
|
@@ -991,7 +991,7 @@ gst_rtp_buffer_get_version (<em class="parameter"><code><a class="link" href="gs
|
|
991
991
|
</table></div>
|
992
992
|
</div>
|
993
993
|
<div class="refsect3">
|
994
|
-
<a name="
|
994
|
+
<a name="gst-rtp-buffer-get-version.returns"></a><h4>Returns</h4>
|
995
995
|
<p> The version of <em class="parameter"><code>buffer</code></em>
|
996
996
|
.</p>
|
997
997
|
</div>
|
@@ -1001,13 +1001,13 @@ gst_rtp_buffer_get_version (<em class="parameter"><code><a class="link" href="gs
|
|
1001
1001
|
<a name="gst-rtp-buffer-set-version"></a><h3>gst_rtp_buffer_set_version ()</h3>
|
1002
1002
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1003
1003
|
gst_rtp_buffer_set_version (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1004
|
-
<em class="parameter"><code><span class="type">guint8</span> version</code></em>);</pre>
|
1004
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> version</code></em>);</pre>
|
1005
1005
|
<p>Set the version of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1006
1006
|
to <em class="parameter"><code>version</code></em>
|
1007
1007
|
.</p>
|
1008
1008
|
<div class="refsect3">
|
1009
|
-
<a name="
|
1010
|
-
<div class="informaltable"><table width="100%" border="0">
|
1009
|
+
<a name="gst-rtp-buffer-set-version.parameters"></a><h4>Parameters</h4>
|
1010
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1011
1011
|
<colgroup>
|
1012
1012
|
<col width="150px" class="parameters_name">
|
1013
1013
|
<col class="parameters_description">
|
@@ -1031,13 +1031,13 @@ gst_rtp_buffer_set_version (<em class="parameter"><code><a class="link" href="gs
|
|
1031
1031
|
<hr>
|
1032
1032
|
<div class="refsect2">
|
1033
1033
|
<a name="gst-rtp-buffer-get-padding"></a><h3>gst_rtp_buffer_get_padding ()</h3>
|
1034
|
-
<pre class="programlisting"><a href="/
|
1034
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1035
1035
|
gst_rtp_buffer_get_padding (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1036
1036
|
<p>Check if the padding bit is set on the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1037
1037
|
.</p>
|
1038
1038
|
<div class="refsect3">
|
1039
|
-
<a name="
|
1040
|
-
<div class="informaltable"><table width="100%" border="0">
|
1039
|
+
<a name="gst-rtp-buffer-get-padding.parameters"></a><h4>Parameters</h4>
|
1040
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1041
1041
|
<colgroup>
|
1042
1042
|
<col width="150px" class="parameters_name">
|
1043
1043
|
<col class="parameters_description">
|
@@ -1051,7 +1051,7 @@ gst_rtp_buffer_get_padding (<em class="parameter"><code><a class="link" href="gs
|
|
1051
1051
|
</table></div>
|
1052
1052
|
</div>
|
1053
1053
|
<div class="refsect3">
|
1054
|
-
<a name="
|
1054
|
+
<a name="gst-rtp-buffer-get-padding.returns"></a><h4>Returns</h4>
|
1055
1055
|
<p> TRUE if <em class="parameter"><code>buffer</code></em>
|
1056
1056
|
has the padding bit set.</p>
|
1057
1057
|
</div>
|
@@ -1061,13 +1061,13 @@ has the padding bit set.</p>
|
|
1061
1061
|
<a name="gst-rtp-buffer-set-padding"></a><h3>gst_rtp_buffer_set_padding ()</h3>
|
1062
1062
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1063
1063
|
gst_rtp_buffer_set_padding (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1064
|
-
<em class="parameter"><code><a href="/
|
1064
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> padding</code></em>);</pre>
|
1065
1065
|
<p>Set the padding bit on the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1066
1066
|
to <em class="parameter"><code>padding</code></em>
|
1067
1067
|
.</p>
|
1068
1068
|
<div class="refsect3">
|
1069
|
-
<a name="
|
1070
|
-
<div class="informaltable"><table width="100%" border="0">
|
1069
|
+
<a name="gst-rtp-buffer-set-padding.parameters"></a><h4>Parameters</h4>
|
1070
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1071
1071
|
<colgroup>
|
1072
1072
|
<col width="150px" class="parameters_name">
|
1073
1073
|
<col class="parameters_description">
|
@@ -1093,7 +1093,7 @@ gst_rtp_buffer_set_padding (<em class="parameter"><code><a class="link" href="gs
|
|
1093
1093
|
<a name="gst-rtp-buffer-pad-to"></a><h3>gst_rtp_buffer_pad_to ()</h3>
|
1094
1094
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1095
1095
|
gst_rtp_buffer_pad_to (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1096
|
-
<em class="parameter"><code><a href="/
|
1096
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> len</code></em>);</pre>
|
1097
1097
|
<p>Set the amount of padding in the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1098
1098
|
to
|
1099
1099
|
<em class="parameter"><code>len</code></em>
|
@@ -1101,8 +1101,8 @@ gst_rtp_buffer_pad_to (<em class="parameter"><code><a class="link" href="gst-plu
|
|
1101
1101
|
is 0, the padding is removed.</p>
|
1102
1102
|
<p>NOTE: This function does not work correctly.</p>
|
1103
1103
|
<div class="refsect3">
|
1104
|
-
<a name="
|
1105
|
-
<div class="informaltable"><table width="100%" border="0">
|
1104
|
+
<a name="gst-rtp-buffer-pad-to.parameters"></a><h4>Parameters</h4>
|
1105
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1106
1106
|
<colgroup>
|
1107
1107
|
<col width="150px" class="parameters_name">
|
1108
1108
|
<col class="parameters_description">
|
@@ -1126,13 +1126,13 @@ gst_rtp_buffer_pad_to (<em class="parameter"><code><a class="link" href="gst-plu
|
|
1126
1126
|
<hr>
|
1127
1127
|
<div class="refsect2">
|
1128
1128
|
<a name="gst-rtp-buffer-get-extension"></a><h3>gst_rtp_buffer_get_extension ()</h3>
|
1129
|
-
<pre class="programlisting"><a href="/
|
1129
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1130
1130
|
gst_rtp_buffer_get_extension (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1131
1131
|
<p>Check if the extension bit is set on the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1132
1132
|
.</p>
|
1133
1133
|
<div class="refsect3">
|
1134
|
-
<a name="
|
1135
|
-
<div class="informaltable"><table width="100%" border="0">
|
1134
|
+
<a name="gst-rtp-buffer-get-extension.parameters"></a><h4>Parameters</h4>
|
1135
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1136
1136
|
<colgroup>
|
1137
1137
|
<col width="150px" class="parameters_name">
|
1138
1138
|
<col class="parameters_description">
|
@@ -1146,7 +1146,7 @@ gst_rtp_buffer_get_extension (<em class="parameter"><code><a class="link" href="
|
|
1146
1146
|
</table></div>
|
1147
1147
|
</div>
|
1148
1148
|
<div class="refsect3">
|
1149
|
-
<a name="
|
1149
|
+
<a name="gst-rtp-buffer-get-extension.returns"></a><h4>Returns</h4>
|
1150
1150
|
<p> TRUE if <em class="parameter"><code>buffer</code></em>
|
1151
1151
|
has the extension bit set.</p>
|
1152
1152
|
</div>
|
@@ -1156,13 +1156,13 @@ has the extension bit set.</p>
|
|
1156
1156
|
<a name="gst-rtp-buffer-set-extension"></a><h3>gst_rtp_buffer_set_extension ()</h3>
|
1157
1157
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1158
1158
|
gst_rtp_buffer_set_extension (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1159
|
-
<em class="parameter"><code><a href="/
|
1159
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extension</code></em>);</pre>
|
1160
1160
|
<p>Set the extension bit on the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1161
1161
|
to <em class="parameter"><code>extension</code></em>
|
1162
1162
|
.</p>
|
1163
1163
|
<div class="refsect3">
|
1164
|
-
<a name="
|
1165
|
-
<div class="informaltable"><table width="100%" border="0">
|
1164
|
+
<a name="gst-rtp-buffer-set-extension.parameters"></a><h4>Parameters</h4>
|
1165
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1166
1166
|
<colgroup>
|
1167
1167
|
<col width="150px" class="parameters_name">
|
1168
1168
|
<col class="parameters_description">
|
@@ -1186,11 +1186,11 @@ gst_rtp_buffer_set_extension (<em class="parameter"><code><a class="link" href="
|
|
1186
1186
|
<hr>
|
1187
1187
|
<div class="refsect2">
|
1188
1188
|
<a name="gst-rtp-buffer-get-extension-data"></a><h3>gst_rtp_buffer_get_extension_data ()</h3>
|
1189
|
-
<pre class="programlisting"><a href="/
|
1189
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1190
1190
|
gst_rtp_buffer_get_extension_data (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1191
|
-
<em class="parameter"><code><span class="type">guint16</span> *bits</code></em>,
|
1192
|
-
<em class="parameter"><code><a href="/
|
1193
|
-
<em class="parameter"><code><a href="/
|
1191
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> *bits</code></em>,
|
1192
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *data</code></em>,
|
1193
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> *wordlen</code></em>);</pre>
|
1194
1194
|
<p>Get the extension data. <em class="parameter"><code>bits</code></em>
|
1195
1195
|
will contain the extension 16 bits of custom
|
1196
1196
|
data. <em class="parameter"><code>data</code></em>
|
@@ -1199,15 +1199,15 @@ data. <em class="parameter"><code>data</code></em>
|
|
1199
1199
|
the length of <em class="parameter"><code>data</code></em>
|
1200
1200
|
in 32 bits words.</p>
|
1201
1201
|
<p>If <em class="parameter"><code>buffer</code></em>
|
1202
|
-
did not contain an extension, this function will return <a href="/
|
1202
|
+
did not contain an extension, this function will return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
1203
1203
|
with <em class="parameter"><code>bits</code></em>
|
1204
1204
|
, <em class="parameter"><code>data</code></em>
|
1205
1205
|
and <em class="parameter"><code>wordlen</code></em>
|
1206
1206
|
unchanged.</p>
|
1207
1207
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1208
1208
|
<div class="refsect3">
|
1209
|
-
<a name="
|
1210
|
-
<div class="informaltable"><table width="100%" border="0">
|
1209
|
+
<a name="gst-rtp-buffer-get-extension-data.parameters"></a><h4>Parameters</h4>
|
1210
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1211
1211
|
<colgroup>
|
1212
1212
|
<col width="150px" class="parameters_name">
|
1213
1213
|
<col class="parameters_description">
|
@@ -1239,7 +1239,7 @@ in 32 bits words. </p></td>
|
|
1239
1239
|
</table></div>
|
1240
1240
|
</div>
|
1241
1241
|
<div class="refsect3">
|
1242
|
-
<a name="
|
1242
|
+
<a name="gst-rtp-buffer-get-extension-data.returns"></a><h4>Returns</h4>
|
1243
1243
|
<p> TRUE if <em class="parameter"><code>buffer</code></em>
|
1244
1244
|
had the extension bit set.</p>
|
1245
1245
|
</div>
|
@@ -1247,23 +1247,23 @@ had the extension bit set.</p>
|
|
1247
1247
|
<hr>
|
1248
1248
|
<div class="refsect2">
|
1249
1249
|
<a name="gst-rtp-buffer-get-extension-bytes"></a><h3>gst_rtp_buffer_get_extension_bytes ()</h3>
|
1250
|
-
<pre class="programlisting"><a href="/
|
1250
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="returnvalue">GBytes</span></a> *
|
1251
1251
|
gst_rtp_buffer_get_extension_bytes (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1252
|
-
<em class="parameter"><code><span class="type">guint16</span> *bits</code></em>);</pre>
|
1252
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> *bits</code></em>);</pre>
|
1253
1253
|
<p>Similar to gst_rtp_buffer_get_extension_data, but more suitable for language
|
1254
1254
|
bindings usage. <em class="parameter"><code>bits</code></em>
|
1255
1255
|
will contain the extension 16 bits of custom data and
|
1256
1256
|
the extension data (not including the extension header) is placed in a new
|
1257
|
-
<a href="/
|
1257
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> structure.</p>
|
1258
1258
|
<p>If <em class="parameter"><code>rtp</code></em>
|
1259
|
-
did not contain an extension, this function will return <a href="/
|
1259
|
+
did not contain an extension, this function will return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, with
|
1260
1260
|
<em class="parameter"><code>bits</code></em>
|
1261
1261
|
unchanged. If there is an extension header but no extension data then
|
1262
|
-
an empty <a href="/
|
1262
|
+
an empty <a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> will be returned.</p>
|
1263
1263
|
<p><span class="annotation">[<acronym title="Rename the original symbol's name to SYMBOL."><span class="acronym">rename-to</span></acronym> gst_rtp_buffer_get_extension_data]</span></p>
|
1264
1264
|
<div class="refsect3">
|
1265
|
-
<a name="
|
1266
|
-
<div class="informaltable"><table width="100%" border="0">
|
1265
|
+
<a name="gst-rtp-buffer-get-extension-bytes.parameters"></a><h4>Parameters</h4>
|
1266
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1267
1267
|
<colgroup>
|
1268
1268
|
<col width="150px" class="parameters_name">
|
1269
1269
|
<col class="parameters_description">
|
@@ -1284,9 +1284,9 @@ an empty <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-d
|
|
1284
1284
|
</table></div>
|
1285
1285
|
</div>
|
1286
1286
|
<div class="refsect3">
|
1287
|
-
<a name="
|
1288
|
-
<p> A new <a href="/
|
1289
|
-
and <a href="/
|
1287
|
+
<a name="gst-rtp-buffer-get-extension-bytes.returns"></a><h4>Returns</h4>
|
1288
|
+
<p> A new <a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> if an extension header was present
|
1289
|
+
and <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. </p>
|
1290
1290
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1291
1291
|
</div>
|
1292
1292
|
<p class="since">Since: 1.2</p>
|
@@ -1294,13 +1294,13 @@ and <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/ht
|
|
1294
1294
|
<hr>
|
1295
1295
|
<div class="refsect2">
|
1296
1296
|
<a name="gst-rtp-buffer-get-ssrc"></a><h3>gst_rtp_buffer_get_ssrc ()</h3>
|
1297
|
-
<pre class="programlisting"><span class="returnvalue">guint32</span>
|
1297
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
1298
1298
|
gst_rtp_buffer_get_ssrc (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1299
1299
|
<p>Get the SSRC of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1300
1300
|
.</p>
|
1301
1301
|
<div class="refsect3">
|
1302
|
-
<a name="
|
1303
|
-
<div class="informaltable"><table width="100%" border="0">
|
1302
|
+
<a name="gst-rtp-buffer-get-ssrc.parameters"></a><h4>Parameters</h4>
|
1303
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1304
1304
|
<colgroup>
|
1305
1305
|
<col width="150px" class="parameters_name">
|
1306
1306
|
<col class="parameters_description">
|
@@ -1314,7 +1314,7 @@ gst_rtp_buffer_get_ssrc (<em class="parameter"><code><a class="link" href="gst-p
|
|
1314
1314
|
</table></div>
|
1315
1315
|
</div>
|
1316
1316
|
<div class="refsect3">
|
1317
|
-
<a name="
|
1317
|
+
<a name="gst-rtp-buffer-get-ssrc.returns"></a><h4>Returns</h4>
|
1318
1318
|
<p> the SSRC of <em class="parameter"><code>buffer</code></em>
|
1319
1319
|
in host order.</p>
|
1320
1320
|
</div>
|
@@ -1324,13 +1324,13 @@ in host order.</p>
|
|
1324
1324
|
<a name="gst-rtp-buffer-set-ssrc"></a><h3>gst_rtp_buffer_set_ssrc ()</h3>
|
1325
1325
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1326
1326
|
gst_rtp_buffer_set_ssrc (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1327
|
-
<em class="parameter"><code><span class="type">guint32</span> ssrc</code></em>);</pre>
|
1327
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> ssrc</code></em>);</pre>
|
1328
1328
|
<p>Set the SSRC on the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1329
1329
|
to <em class="parameter"><code>ssrc</code></em>
|
1330
1330
|
.</p>
|
1331
1331
|
<div class="refsect3">
|
1332
|
-
<a name="
|
1333
|
-
<div class="informaltable"><table width="100%" border="0">
|
1332
|
+
<a name="gst-rtp-buffer-set-ssrc.parameters"></a><h4>Parameters</h4>
|
1333
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1334
1334
|
<colgroup>
|
1335
1335
|
<col width="150px" class="parameters_name">
|
1336
1336
|
<col class="parameters_description">
|
@@ -1354,13 +1354,13 @@ gst_rtp_buffer_set_ssrc (<em class="parameter"><code><a class="link" href="gst-p
|
|
1354
1354
|
<hr>
|
1355
1355
|
<div class="refsect2">
|
1356
1356
|
<a name="gst-rtp-buffer-get-csrc-count"></a><h3>gst_rtp_buffer_get_csrc_count ()</h3>
|
1357
|
-
<pre class="programlisting"><span class="returnvalue">guint8</span>
|
1357
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a>
|
1358
1358
|
gst_rtp_buffer_get_csrc_count (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1359
1359
|
<p>Get the CSRC count of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1360
1360
|
.</p>
|
1361
1361
|
<div class="refsect3">
|
1362
|
-
<a name="
|
1363
|
-
<div class="informaltable"><table width="100%" border="0">
|
1362
|
+
<a name="gst-rtp-buffer-get-csrc-count.parameters"></a><h4>Parameters</h4>
|
1363
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1364
1364
|
<colgroup>
|
1365
1365
|
<col width="150px" class="parameters_name">
|
1366
1366
|
<col class="parameters_description">
|
@@ -1374,7 +1374,7 @@ gst_rtp_buffer_get_csrc_count (<em class="parameter"><code><a class="link" href=
|
|
1374
1374
|
</table></div>
|
1375
1375
|
</div>
|
1376
1376
|
<div class="refsect3">
|
1377
|
-
<a name="
|
1377
|
+
<a name="gst-rtp-buffer-get-csrc-count.returns"></a><h4>Returns</h4>
|
1378
1378
|
<p> the CSRC count of <em class="parameter"><code>buffer</code></em>
|
1379
1379
|
.</p>
|
1380
1380
|
</div>
|
@@ -1382,15 +1382,15 @@ gst_rtp_buffer_get_csrc_count (<em class="parameter"><code><a class="link" href=
|
|
1382
1382
|
<hr>
|
1383
1383
|
<div class="refsect2">
|
1384
1384
|
<a name="gst-rtp-buffer-get-csrc"></a><h3>gst_rtp_buffer_get_csrc ()</h3>
|
1385
|
-
<pre class="programlisting"><span class="returnvalue">guint32</span>
|
1385
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
1386
1386
|
gst_rtp_buffer_get_csrc (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1387
|
-
<em class="parameter"><code><span class="type">guint8</span> idx</code></em>);</pre>
|
1387
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> idx</code></em>);</pre>
|
1388
1388
|
<p>Get the CSRC at index <em class="parameter"><code>idx</code></em>
|
1389
1389
|
in <em class="parameter"><code>buffer</code></em>
|
1390
1390
|
.</p>
|
1391
1391
|
<div class="refsect3">
|
1392
|
-
<a name="
|
1393
|
-
<div class="informaltable"><table width="100%" border="0">
|
1392
|
+
<a name="gst-rtp-buffer-get-csrc.parameters"></a><h4>Parameters</h4>
|
1393
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1394
1394
|
<colgroup>
|
1395
1395
|
<col width="150px" class="parameters_name">
|
1396
1396
|
<col class="parameters_description">
|
@@ -1411,7 +1411,7 @@ gst_rtp_buffer_get_csrc (<em class="parameter"><code><a class="link" href="gst-p
|
|
1411
1411
|
</table></div>
|
1412
1412
|
</div>
|
1413
1413
|
<div class="refsect3">
|
1414
|
-
<a name="
|
1414
|
+
<a name="gst-rtp-buffer-get-csrc.returns"></a><h4>Returns</h4>
|
1415
1415
|
<p> the CSRC at index <em class="parameter"><code>idx</code></em>
|
1416
1416
|
in host order.</p>
|
1417
1417
|
</div>
|
@@ -1421,15 +1421,15 @@ in host order.</p>
|
|
1421
1421
|
<a name="gst-rtp-buffer-set-csrc"></a><h3>gst_rtp_buffer_set_csrc ()</h3>
|
1422
1422
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1423
1423
|
gst_rtp_buffer_set_csrc (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1424
|
-
<em class="parameter"><code><span class="type">guint8</span> idx</code></em>,
|
1425
|
-
<em class="parameter"><code><span class="type">guint32</span> csrc</code></em>);</pre>
|
1424
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> idx</code></em>,
|
1425
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> csrc</code></em>);</pre>
|
1426
1426
|
<p>Modify the CSRC at index <em class="parameter"><code>idx</code></em>
|
1427
1427
|
in <em class="parameter"><code>buffer</code></em>
|
1428
1428
|
to <em class="parameter"><code>csrc</code></em>
|
1429
1429
|
.</p>
|
1430
1430
|
<div class="refsect3">
|
1431
|
-
<a name="
|
1432
|
-
<div class="informaltable"><table width="100%" border="0">
|
1431
|
+
<a name="gst-rtp-buffer-set-csrc.parameters"></a><h4>Parameters</h4>
|
1432
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1433
1433
|
<colgroup>
|
1434
1434
|
<col width="150px" class="parameters_name">
|
1435
1435
|
<col class="parameters_description">
|
@@ -1459,13 +1459,13 @@ gst_rtp_buffer_set_csrc (<em class="parameter"><code><a class="link" href="gst-p
|
|
1459
1459
|
<hr>
|
1460
1460
|
<div class="refsect2">
|
1461
1461
|
<a name="gst-rtp-buffer-get-marker"></a><h3>gst_rtp_buffer_get_marker ()</h3>
|
1462
|
-
<pre class="programlisting"><a href="/
|
1462
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1463
1463
|
gst_rtp_buffer_get_marker (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1464
1464
|
<p>Check if the marker bit is set on the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1465
1465
|
.</p>
|
1466
1466
|
<div class="refsect3">
|
1467
|
-
<a name="
|
1468
|
-
<div class="informaltable"><table width="100%" border="0">
|
1467
|
+
<a name="gst-rtp-buffer-get-marker.parameters"></a><h4>Parameters</h4>
|
1468
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1469
1469
|
<colgroup>
|
1470
1470
|
<col width="150px" class="parameters_name">
|
1471
1471
|
<col class="parameters_description">
|
@@ -1479,7 +1479,7 @@ gst_rtp_buffer_get_marker (<em class="parameter"><code><a class="link" href="gst
|
|
1479
1479
|
</table></div>
|
1480
1480
|
</div>
|
1481
1481
|
<div class="refsect3">
|
1482
|
-
<a name="
|
1482
|
+
<a name="gst-rtp-buffer-get-marker.returns"></a><h4>Returns</h4>
|
1483
1483
|
<p> TRUE if <em class="parameter"><code>buffer</code></em>
|
1484
1484
|
has the marker bit set.</p>
|
1485
1485
|
</div>
|
@@ -1489,13 +1489,13 @@ has the marker bit set.</p>
|
|
1489
1489
|
<a name="gst-rtp-buffer-set-marker"></a><h3>gst_rtp_buffer_set_marker ()</h3>
|
1490
1490
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1491
1491
|
gst_rtp_buffer_set_marker (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1492
|
-
<em class="parameter"><code><a href="/
|
1492
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> marker</code></em>);</pre>
|
1493
1493
|
<p>Set the marker bit on the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1494
1494
|
to <em class="parameter"><code>marker</code></em>
|
1495
1495
|
.</p>
|
1496
1496
|
<div class="refsect3">
|
1497
|
-
<a name="
|
1498
|
-
<div class="informaltable"><table width="100%" border="0">
|
1497
|
+
<a name="gst-rtp-buffer-set-marker.parameters"></a><h4>Parameters</h4>
|
1498
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1499
1499
|
<colgroup>
|
1500
1500
|
<col width="150px" class="parameters_name">
|
1501
1501
|
<col class="parameters_description">
|
@@ -1519,13 +1519,13 @@ gst_rtp_buffer_set_marker (<em class="parameter"><code><a class="link" href="gst
|
|
1519
1519
|
<hr>
|
1520
1520
|
<div class="refsect2">
|
1521
1521
|
<a name="gst-rtp-buffer-get-payload-type"></a><h3>gst_rtp_buffer_get_payload_type ()</h3>
|
1522
|
-
<pre class="programlisting"><span class="returnvalue">guint8</span>
|
1522
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a>
|
1523
1523
|
gst_rtp_buffer_get_payload_type (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1524
1524
|
<p>Get the payload type of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1525
1525
|
.</p>
|
1526
1526
|
<div class="refsect3">
|
1527
|
-
<a name="
|
1528
|
-
<div class="informaltable"><table width="100%" border="0">
|
1527
|
+
<a name="gst-rtp-buffer-get-payload-type.parameters"></a><h4>Parameters</h4>
|
1528
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1529
1529
|
<colgroup>
|
1530
1530
|
<col width="150px" class="parameters_name">
|
1531
1531
|
<col class="parameters_description">
|
@@ -1539,7 +1539,7 @@ gst_rtp_buffer_get_payload_type (<em class="parameter"><code><a class="link" hre
|
|
1539
1539
|
</table></div>
|
1540
1540
|
</div>
|
1541
1541
|
<div class="refsect3">
|
1542
|
-
<a name="
|
1542
|
+
<a name="gst-rtp-buffer-get-payload-type.returns"></a><h4>Returns</h4>
|
1543
1543
|
<p> The payload type.</p>
|
1544
1544
|
</div>
|
1545
1545
|
</div>
|
@@ -1548,13 +1548,13 @@ gst_rtp_buffer_get_payload_type (<em class="parameter"><code><a class="link" hre
|
|
1548
1548
|
<a name="gst-rtp-buffer-set-payload-type"></a><h3>gst_rtp_buffer_set_payload_type ()</h3>
|
1549
1549
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1550
1550
|
gst_rtp_buffer_set_payload_type (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1551
|
-
<em class="parameter"><code><span class="type">guint8</span> payload_type</code></em>);</pre>
|
1551
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> payload_type</code></em>);</pre>
|
1552
1552
|
<p>Set the payload type of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1553
1553
|
to <em class="parameter"><code>payload_type</code></em>
|
1554
1554
|
.</p>
|
1555
1555
|
<div class="refsect3">
|
1556
|
-
<a name="
|
1557
|
-
<div class="informaltable"><table width="100%" border="0">
|
1556
|
+
<a name="gst-rtp-buffer-set-payload-type.parameters"></a><h4>Parameters</h4>
|
1557
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1558
1558
|
<colgroup>
|
1559
1559
|
<col width="150px" class="parameters_name">
|
1560
1560
|
<col class="parameters_description">
|
@@ -1578,13 +1578,13 @@ gst_rtp_buffer_set_payload_type (<em class="parameter"><code><a class="link" hre
|
|
1578
1578
|
<hr>
|
1579
1579
|
<div class="refsect2">
|
1580
1580
|
<a name="gst-rtp-buffer-get-seq"></a><h3>gst_rtp_buffer_get_seq ()</h3>
|
1581
|
-
<pre class="programlisting"><span class="returnvalue">guint16</span>
|
1581
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
|
1582
1582
|
gst_rtp_buffer_get_seq (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1583
1583
|
<p>Get the sequence number of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1584
1584
|
.</p>
|
1585
1585
|
<div class="refsect3">
|
1586
|
-
<a name="
|
1587
|
-
<div class="informaltable"><table width="100%" border="0">
|
1586
|
+
<a name="gst-rtp-buffer-get-seq.parameters"></a><h4>Parameters</h4>
|
1587
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1588
1588
|
<colgroup>
|
1589
1589
|
<col width="150px" class="parameters_name">
|
1590
1590
|
<col class="parameters_description">
|
@@ -1598,7 +1598,7 @@ gst_rtp_buffer_get_seq (<em class="parameter"><code><a class="link" href="gst-pl
|
|
1598
1598
|
</table></div>
|
1599
1599
|
</div>
|
1600
1600
|
<div class="refsect3">
|
1601
|
-
<a name="
|
1601
|
+
<a name="gst-rtp-buffer-get-seq.returns"></a><h4>Returns</h4>
|
1602
1602
|
<p> The sequence number in host order.</p>
|
1603
1603
|
</div>
|
1604
1604
|
</div>
|
@@ -1607,13 +1607,13 @@ gst_rtp_buffer_get_seq (<em class="parameter"><code><a class="link" href="gst-pl
|
|
1607
1607
|
<a name="gst-rtp-buffer-set-seq"></a><h3>gst_rtp_buffer_set_seq ()</h3>
|
1608
1608
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1609
1609
|
gst_rtp_buffer_set_seq (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1610
|
-
<em class="parameter"><code><span class="type">guint16</span> seq</code></em>);</pre>
|
1610
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> seq</code></em>);</pre>
|
1611
1611
|
<p>Set the sequence number of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1612
1612
|
to <em class="parameter"><code>seq</code></em>
|
1613
1613
|
.</p>
|
1614
1614
|
<div class="refsect3">
|
1615
|
-
<a name="
|
1616
|
-
<div class="informaltable"><table width="100%" border="0">
|
1615
|
+
<a name="gst-rtp-buffer-set-seq.parameters"></a><h4>Parameters</h4>
|
1616
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1617
1617
|
<colgroup>
|
1618
1618
|
<col width="150px" class="parameters_name">
|
1619
1619
|
<col class="parameters_description">
|
@@ -1637,13 +1637,13 @@ gst_rtp_buffer_set_seq (<em class="parameter"><code><a class="link" href="gst-pl
|
|
1637
1637
|
<hr>
|
1638
1638
|
<div class="refsect2">
|
1639
1639
|
<a name="gst-rtp-buffer-get-timestamp"></a><h3>gst_rtp_buffer_get_timestamp ()</h3>
|
1640
|
-
<pre class="programlisting"><span class="returnvalue">guint32</span>
|
1640
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
1641
1641
|
gst_rtp_buffer_get_timestamp (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1642
1642
|
<p>Get the timestamp of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1643
1643
|
.</p>
|
1644
1644
|
<div class="refsect3">
|
1645
|
-
<a name="
|
1646
|
-
<div class="informaltable"><table width="100%" border="0">
|
1645
|
+
<a name="gst-rtp-buffer-get-timestamp.parameters"></a><h4>Parameters</h4>
|
1646
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1647
1647
|
<colgroup>
|
1648
1648
|
<col width="150px" class="parameters_name">
|
1649
1649
|
<col class="parameters_description">
|
@@ -1657,7 +1657,7 @@ gst_rtp_buffer_get_timestamp (<em class="parameter"><code><a class="link" href="
|
|
1657
1657
|
</table></div>
|
1658
1658
|
</div>
|
1659
1659
|
<div class="refsect3">
|
1660
|
-
<a name="
|
1660
|
+
<a name="gst-rtp-buffer-get-timestamp.returns"></a><h4>Returns</h4>
|
1661
1661
|
<p> The timestamp in host order.</p>
|
1662
1662
|
</div>
|
1663
1663
|
</div>
|
@@ -1666,13 +1666,13 @@ gst_rtp_buffer_get_timestamp (<em class="parameter"><code><a class="link" href="
|
|
1666
1666
|
<a name="gst-rtp-buffer-set-timestamp"></a><h3>gst_rtp_buffer_set_timestamp ()</h3>
|
1667
1667
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1668
1668
|
gst_rtp_buffer_set_timestamp (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1669
|
-
<em class="parameter"><code><span class="type">guint32</span> timestamp</code></em>);</pre>
|
1669
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
|
1670
1670
|
<p>Set the timestamp of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1671
1671
|
to <em class="parameter"><code>timestamp</code></em>
|
1672
1672
|
.</p>
|
1673
1673
|
<div class="refsect3">
|
1674
|
-
<a name="
|
1675
|
-
<div class="informaltable"><table width="100%" border="0">
|
1674
|
+
<a name="gst-rtp-buffer-set-timestamp.parameters"></a><h4>Parameters</h4>
|
1675
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1676
1676
|
<colgroup>
|
1677
1677
|
<col width="150px" class="parameters_name">
|
1678
1678
|
<col class="parameters_description">
|
@@ -1696,7 +1696,7 @@ gst_rtp_buffer_set_timestamp (<em class="parameter"><code><a class="link" href="
|
|
1696
1696
|
<hr>
|
1697
1697
|
<div class="refsect2">
|
1698
1698
|
<a name="gst-rtp-buffer-get-payload-buffer"></a><h3>gst_rtp_buffer_get_payload_buffer ()</h3>
|
1699
|
-
<pre class="programlisting"><a href="
|
1699
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
1700
1700
|
gst_rtp_buffer_get_payload_buffer (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1701
1701
|
<p>Create a buffer of the payload of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1702
1702
|
. This function
|
@@ -1704,8 +1704,8 @@ will internally create a subbuffer of <em class="parameter"><code>buffer</code><
|
|
1704
1704
|
so that a memcpy can be
|
1705
1705
|
avoided.</p>
|
1706
1706
|
<div class="refsect3">
|
1707
|
-
<a name="
|
1708
|
-
<div class="informaltable"><table width="100%" border="0">
|
1707
|
+
<a name="gst-rtp-buffer-get-payload-buffer.parameters"></a><h4>Parameters</h4>
|
1708
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1709
1709
|
<colgroup>
|
1710
1710
|
<col width="150px" class="parameters_name">
|
1711
1711
|
<col class="parameters_description">
|
@@ -1719,17 +1719,17 @@ avoided.</p>
|
|
1719
1719
|
</table></div>
|
1720
1720
|
</div>
|
1721
1721
|
<div class="refsect3">
|
1722
|
-
<a name="
|
1722
|
+
<a name="gst-rtp-buffer-get-payload-buffer.returns"></a><h4>Returns</h4>
|
1723
1723
|
<p> A new buffer with the data of the payload.</p>
|
1724
1724
|
</div>
|
1725
1725
|
</div>
|
1726
1726
|
<hr>
|
1727
1727
|
<div class="refsect2">
|
1728
1728
|
<a name="gst-rtp-buffer-get-payload-subbuffer"></a><h3>gst_rtp_buffer_get_payload_subbuffer ()</h3>
|
1729
|
-
<pre class="programlisting"><a href="
|
1729
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gstreamer-1.0GstBuffer.html#GstBuffer-struct"><span class="returnvalue">GstBuffer</span></a> *
|
1730
1730
|
gst_rtp_buffer_get_payload_subbuffer (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1731
|
-
<em class="parameter"><code><a href="/
|
1732
|
-
<em class="parameter"><code><a href="/
|
1731
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> offset</code></em>,
|
1732
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> len</code></em>);</pre>
|
1733
1733
|
<p>Create a subbuffer of the payload of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1734
1734
|
. <em class="parameter"><code>offset</code></em>
|
1735
1735
|
bytes
|
@@ -1739,8 +1739,8 @@ If <em class="parameter"><code>len</code></em>
|
|
1739
1739
|
is -1 the total payload starting from <em class="parameter"><code>offset</code></em>
|
1740
1740
|
is subbuffered.</p>
|
1741
1741
|
<div class="refsect3">
|
1742
|
-
<a name="
|
1743
|
-
<div class="informaltable"><table width="100%" border="0">
|
1742
|
+
<a name="gst-rtp-buffer-get-payload-subbuffer.parameters"></a><h4>Parameters</h4>
|
1743
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1744
1744
|
<colgroup>
|
1745
1745
|
<col width="150px" class="parameters_name">
|
1746
1746
|
<col class="parameters_description">
|
@@ -1766,20 +1766,20 @@ If <em class="parameter"><code>len</code></em>
|
|
1766
1766
|
</table></div>
|
1767
1767
|
</div>
|
1768
1768
|
<div class="refsect3">
|
1769
|
-
<a name="
|
1769
|
+
<a name="gst-rtp-buffer-get-payload-subbuffer.returns"></a><h4>Returns</h4>
|
1770
1770
|
<p> A new buffer with the specified data of the payload.</p>
|
1771
1771
|
</div>
|
1772
1772
|
</div>
|
1773
1773
|
<hr>
|
1774
1774
|
<div class="refsect2">
|
1775
1775
|
<a name="gst-rtp-buffer-get-payload-len"></a><h3>gst_rtp_buffer_get_payload_len ()</h3>
|
1776
|
-
<pre class="programlisting"><a href="/
|
1776
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
1777
1777
|
gst_rtp_buffer_get_payload_len (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1778
1778
|
<p>Get the length of the payload of the RTP packet in <em class="parameter"><code>buffer</code></em>
|
1779
1779
|
.</p>
|
1780
1780
|
<div class="refsect3">
|
1781
|
-
<a name="
|
1782
|
-
<div class="informaltable"><table width="100%" border="0">
|
1781
|
+
<a name="gst-rtp-buffer-get-payload-len.parameters"></a><h4>Parameters</h4>
|
1782
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1783
1783
|
<colgroup>
|
1784
1784
|
<col width="150px" class="parameters_name">
|
1785
1785
|
<col class="parameters_description">
|
@@ -1793,7 +1793,7 @@ gst_rtp_buffer_get_payload_len (<em class="parameter"><code><a class="link" href
|
|
1793
1793
|
</table></div>
|
1794
1794
|
</div>
|
1795
1795
|
<div class="refsect3">
|
1796
|
-
<a name="
|
1796
|
+
<a name="gst-rtp-buffer-get-payload-len.returns"></a><h4>Returns</h4>
|
1797
1797
|
<p> The length of the payload in <em class="parameter"><code>buffer</code></em>
|
1798
1798
|
.</p>
|
1799
1799
|
</div>
|
@@ -1801,16 +1801,16 @@ gst_rtp_buffer_get_payload_len (<em class="parameter"><code><a class="link" href
|
|
1801
1801
|
<hr>
|
1802
1802
|
<div class="refsect2">
|
1803
1803
|
<a name="gst-rtp-buffer-get-payload-bytes"></a><h3>gst_rtp_buffer_get_payload_bytes ()</h3>
|
1804
|
-
<pre class="programlisting"><a href="/
|
1804
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="returnvalue">GBytes</span></a> *
|
1805
1805
|
gst_rtp_buffer_get_payload_bytes (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1806
1806
|
<p>Similar to gst_rtp_buffer_get_payload, but more suitable for language
|
1807
|
-
bindings usage. The return value is a pointer to a <a href="/
|
1807
|
+
bindings usage. The return value is a pointer to a <a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> structure
|
1808
1808
|
containing the payload data in <em class="parameter"><code>rtp</code></em>
|
1809
1809
|
.</p>
|
1810
1810
|
<p><span class="annotation">[<acronym title="Rename the original symbol's name to SYMBOL."><span class="acronym">rename-to</span></acronym> gst_rtp_buffer_get_payload]</span></p>
|
1811
1811
|
<div class="refsect3">
|
1812
|
-
<a name="
|
1813
|
-
<div class="informaltable"><table width="100%" border="0">
|
1812
|
+
<a name="gst-rtp-buffer-get-payload-bytes.parameters"></a><h4>Parameters</h4>
|
1813
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1814
1814
|
<colgroup>
|
1815
1815
|
<col width="150px" class="parameters_name">
|
1816
1816
|
<col class="parameters_description">
|
@@ -1824,8 +1824,8 @@ containing the payload data in <em class="parameter"><code>rtp</code></em>
|
|
1824
1824
|
</table></div>
|
1825
1825
|
</div>
|
1826
1826
|
<div class="refsect3">
|
1827
|
-
<a name="
|
1828
|
-
<p> A new <a href="/
|
1827
|
+
<a name="gst-rtp-buffer-get-payload-bytes.returns"></a><h4>Returns</h4>
|
1828
|
+
<p> A new <a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> containing the payload data in <em class="parameter"><code>rtp</code></em>
|
1829
1829
|
. </p>
|
1830
1830
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1831
1831
|
</div>
|
@@ -1834,7 +1834,7 @@ containing the payload data in <em class="parameter"><code>rtp</code></em>
|
|
1834
1834
|
<hr>
|
1835
1835
|
<div class="refsect2">
|
1836
1836
|
<a name="gst-rtp-buffer-get-payload"></a><h3>gst_rtp_buffer_get_payload ()</h3>
|
1837
|
-
<pre class="programlisting"><a href="/
|
1837
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
|
1838
1838
|
gst_rtp_buffer_get_payload (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>);</pre>
|
1839
1839
|
<p>Get a pointer to the payload data in <em class="parameter"><code>buffer</code></em>
|
1840
1840
|
. This pointer is valid as long
|
@@ -1842,8 +1842,8 @@ as a reference to <em class="parameter"><code>buffer</code></em>
|
|
1842
1842
|
is held.</p>
|
1843
1843
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1844
1844
|
<div class="refsect3">
|
1845
|
-
<a name="
|
1846
|
-
<div class="informaltable"><table width="100%" border="0">
|
1845
|
+
<a name="gst-rtp-buffer-get-payload.parameters"></a><h4>Parameters</h4>
|
1846
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1847
1847
|
<colgroup>
|
1848
1848
|
<col width="150px" class="parameters_name">
|
1849
1849
|
<col class="parameters_description">
|
@@ -1857,7 +1857,7 @@ as a reference to <em class="parameter"><code>buffer</code></em>
|
|
1857
1857
|
</table></div>
|
1858
1858
|
</div>
|
1859
1859
|
<div class="refsect3">
|
1860
|
-
<a name="
|
1860
|
+
<a name="gst-rtp-buffer-get-payload.returns"></a><h4>Returns</h4>
|
1861
1861
|
<p> A pointer
|
1862
1862
|
to the payload data in <em class="parameter"><code>buffer</code></em>
|
1863
1863
|
. </p>
|
@@ -1867,13 +1867,13 @@ to the payload data in <em class="parameter"><code>buffer</code></em>
|
|
1867
1867
|
<hr>
|
1868
1868
|
<div class="refsect2">
|
1869
1869
|
<a name="gst-rtp-buffer-default-clock-rate"></a><h3>gst_rtp_buffer_default_clock_rate ()</h3>
|
1870
|
-
<pre class="programlisting"><span class="returnvalue">guint32</span>
|
1871
|
-
gst_rtp_buffer_default_clock_rate (<em class="parameter"><code><span class="type">guint8</span> payload_type</code></em>);</pre>
|
1870
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
|
1871
|
+
gst_rtp_buffer_default_clock_rate (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> payload_type</code></em>);</pre>
|
1872
1872
|
<p>Get the default clock-rate for the static payload type <em class="parameter"><code>payload_type</code></em>
|
1873
1873
|
.</p>
|
1874
1874
|
<div class="refsect3">
|
1875
|
-
<a name="
|
1876
|
-
<div class="informaltable"><table width="100%" border="0">
|
1875
|
+
<a name="gst-rtp-buffer-default-clock-rate.parameters"></a><h4>Parameters</h4>
|
1876
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1877
1877
|
<colgroup>
|
1878
1878
|
<col width="150px" class="parameters_name">
|
1879
1879
|
<col class="parameters_description">
|
@@ -1887,7 +1887,7 @@ gst_rtp_buffer_default_clock_rate (<em class="parameter"><code><span class="type
|
|
1887
1887
|
</table></div>
|
1888
1888
|
</div>
|
1889
1889
|
<div class="refsect3">
|
1890
|
-
<a name="
|
1890
|
+
<a name="gst-rtp-buffer-default-clock-rate.returns"></a><h4>Returns</h4>
|
1891
1891
|
<p> the default clock rate or -1 if the payload type is not static or
|
1892
1892
|
the clock-rate is undefined.</p>
|
1893
1893
|
</div>
|
@@ -1895,16 +1895,16 @@ the clock-rate is undefined.</p>
|
|
1895
1895
|
<hr>
|
1896
1896
|
<div class="refsect2">
|
1897
1897
|
<a name="gst-rtp-buffer-compare-seqnum"></a><h3>gst_rtp_buffer_compare_seqnum ()</h3>
|
1898
|
-
<pre class="programlisting"><a href="/
|
1899
|
-
gst_rtp_buffer_compare_seqnum (<em class="parameter"><code><span class="type">guint16</span> seqnum1</code></em>,
|
1900
|
-
<em class="parameter"><code><span class="type">guint16</span> seqnum2</code></em>);</pre>
|
1898
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1899
|
+
gst_rtp_buffer_compare_seqnum (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> seqnum1</code></em>,
|
1900
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> seqnum2</code></em>);</pre>
|
1901
1901
|
<p>Compare two sequence numbers, taking care of wraparounds. This function
|
1902
1902
|
returns the difference between <em class="parameter"><code>seqnum1</code></em>
|
1903
1903
|
and <em class="parameter"><code>seqnum2</code></em>
|
1904
1904
|
.</p>
|
1905
1905
|
<div class="refsect3">
|
1906
|
-
<a name="
|
1907
|
-
<div class="informaltable"><table width="100%" border="0">
|
1906
|
+
<a name="gst-rtp-buffer-compare-seqnum.parameters"></a><h4>Parameters</h4>
|
1907
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1908
1908
|
<colgroup>
|
1909
1909
|
<col width="150px" class="parameters_name">
|
1910
1910
|
<col class="parameters_description">
|
@@ -1925,7 +1925,7 @@ returns the difference between <em class="parameter"><code>seqnum1</code></em>
|
|
1925
1925
|
</table></div>
|
1926
1926
|
</div>
|
1927
1927
|
<div class="refsect3">
|
1928
|
-
<a name="
|
1928
|
+
<a name="gst-rtp-buffer-compare-seqnum.returns"></a><h4>Returns</h4>
|
1929
1929
|
<p> a negative value if <em class="parameter"><code>seqnum1</code></em>
|
1930
1930
|
is bigger than <em class="parameter"><code>seqnum2</code></em>
|
1931
1931
|
, 0 if they
|
@@ -1937,9 +1937,9 @@ is smaller than <em class="parameter"><code>segnum2</code></em>
|
|
1937
1937
|
<hr>
|
1938
1938
|
<div class="refsect2">
|
1939
1939
|
<a name="gst-rtp-buffer-ext-timestamp"></a><h3>gst_rtp_buffer_ext_timestamp ()</h3>
|
1940
|
-
<pre class="programlisting"><span class="returnvalue">guint64</span>
|
1941
|
-
gst_rtp_buffer_ext_timestamp (<em class="parameter"><code><span class="type">guint64</span> *exttimestamp</code></em>,
|
1942
|
-
<em class="parameter"><code><span class="type">guint32</span> timestamp</code></em>);</pre>
|
1940
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
1941
|
+
gst_rtp_buffer_ext_timestamp (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> *exttimestamp</code></em>,
|
1942
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
|
1943
1943
|
<p>Update the <em class="parameter"><code>exttimestamp</code></em>
|
1944
1944
|
field with <em class="parameter"><code>timestamp</code></em>
|
1945
1945
|
. For the first call of the
|
@@ -1948,8 +1948,8 @@ method, <em class="parameter"><code>exttimestamp</code></em>
|
|
1948
1948
|
<p>This function makes sure that the returned value is a constantly increasing
|
1949
1949
|
value even in the case where there is a timestamp wraparound.</p>
|
1950
1950
|
<div class="refsect3">
|
1951
|
-
<a name="
|
1952
|
-
<div class="informaltable"><table width="100%" border="0">
|
1951
|
+
<a name="gst-rtp-buffer-ext-timestamp.parameters"></a><h4>Parameters</h4>
|
1952
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1953
1953
|
<colgroup>
|
1954
1954
|
<col width="150px" class="parameters_name">
|
1955
1955
|
<col class="parameters_description">
|
@@ -1970,7 +1970,7 @@ value even in the case where there is a timestamp wraparound.</p>
|
|
1970
1970
|
</table></div>
|
1971
1971
|
</div>
|
1972
1972
|
<div class="refsect3">
|
1973
|
-
<a name="
|
1973
|
+
<a name="gst-rtp-buffer-ext-timestamp.returns"></a><h4>Returns</h4>
|
1974
1974
|
<p> The extended timestamp of <em class="parameter"><code>timestamp</code></em>
|
1975
1975
|
.</p>
|
1976
1976
|
</div>
|
@@ -1978,18 +1978,18 @@ value even in the case where there is a timestamp wraparound.</p>
|
|
1978
1978
|
<hr>
|
1979
1979
|
<div class="refsect2">
|
1980
1980
|
<a name="gst-rtp-buffer-set-extension-data"></a><h3>gst_rtp_buffer_set_extension_data ()</h3>
|
1981
|
-
<pre class="programlisting"><a href="/
|
1981
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1982
1982
|
gst_rtp_buffer_set_extension_data (<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
1983
|
-
<em class="parameter"><code><span class="type">guint16</span> bits</code></em>,
|
1984
|
-
<em class="parameter"><code><span class="type">guint16</span> length</code></em>);</pre>
|
1983
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> bits</code></em>,
|
1984
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> length</code></em>);</pre>
|
1985
1985
|
<p>Set the extension bit of the rtp buffer and fill in the <em class="parameter"><code>bits</code></em>
|
1986
1986
|
and <em class="parameter"><code>length</code></em>
|
1987
1987
|
of the
|
1988
1988
|
extension header. If the existing extension data is not large enough, it will
|
1989
1989
|
be made larger.</p>
|
1990
1990
|
<div class="refsect3">
|
1991
|
-
<a name="
|
1992
|
-
<div class="informaltable"><table width="100%" border="0">
|
1991
|
+
<a name="gst-rtp-buffer-set-extension-data.parameters"></a><h4>Parameters</h4>
|
1992
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1993
1993
|
<colgroup>
|
1994
1994
|
<col width="150px" class="parameters_name">
|
1995
1995
|
<col class="parameters_description">
|
@@ -2016,25 +2016,25 @@ the extension, excluding the extension header ( therefore zero is a valid length
|
|
2016
2016
|
</table></div>
|
2017
2017
|
</div>
|
2018
2018
|
<div class="refsect3">
|
2019
|
-
<a name="
|
2019
|
+
<a name="gst-rtp-buffer-set-extension-data.returns"></a><h4>Returns</h4>
|
2020
2020
|
<p> True if done.</p>
|
2021
2021
|
</div>
|
2022
2022
|
</div>
|
2023
2023
|
<hr>
|
2024
2024
|
<div class="refsect2">
|
2025
2025
|
<a name="gst-rtp-buffer-get-extension-onebyte-header"></a><h3>gst_rtp_buffer_get_extension_onebyte_header ()</h3>
|
2026
|
-
<pre class="programlisting"><a href="/
|
2026
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2027
2027
|
gst_rtp_buffer_get_extension_onebyte_header
|
2028
2028
|
(<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
2029
|
-
<em class="parameter"><code><span class="type">guint8</span> id</code></em>,
|
2030
|
-
<em class="parameter"><code><a href="/
|
2031
|
-
<em class="parameter"><code><a href="/
|
2032
|
-
<em class="parameter"><code><a href="/
|
2029
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> id</code></em>,
|
2030
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> nth</code></em>,
|
2031
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *data</code></em>,
|
2032
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> *size</code></em>);</pre>
|
2033
2033
|
<p>Parses RFC 5285 style header extensions with a one byte header. It will
|
2034
2034
|
return the nth extension with the requested id.</p>
|
2035
2035
|
<div class="refsect3">
|
2036
|
-
<a name="
|
2037
|
-
<div class="informaltable"><table width="100%" border="0">
|
2036
|
+
<a name="gst-rtp-buffer-get-extension-onebyte-header.parameters"></a><h4>Parameters</h4>
|
2037
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2038
2038
|
<colgroup>
|
2039
2039
|
<col width="150px" class="parameters_name">
|
2040
2040
|
<col class="parameters_description">
|
@@ -2070,7 +2070,7 @@ return the nth extension with the requested id.</p>
|
|
2070
2070
|
</table></div>
|
2071
2071
|
</div>
|
2072
2072
|
<div class="refsect3">
|
2073
|
-
<a name="
|
2073
|
+
<a name="gst-rtp-buffer-get-extension-onebyte-header.returns"></a><h4>Returns</h4>
|
2074
2074
|
<p> TRUE if <em class="parameter"><code>buffer</code></em>
|
2075
2075
|
had the requested header extension</p>
|
2076
2076
|
</div>
|
@@ -2078,19 +2078,19 @@ had the requested header extension</p>
|
|
2078
2078
|
<hr>
|
2079
2079
|
<div class="refsect2">
|
2080
2080
|
<a name="gst-rtp-buffer-get-extension-twobytes-header"></a><h3>gst_rtp_buffer_get_extension_twobytes_header ()</h3>
|
2081
|
-
<pre class="programlisting"><a href="/
|
2081
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2082
2082
|
gst_rtp_buffer_get_extension_twobytes_header
|
2083
2083
|
(<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
2084
|
-
<em class="parameter"><code><span class="type">guint8</span> *appbits</code></em>,
|
2085
|
-
<em class="parameter"><code><span class="type">guint8</span> id</code></em>,
|
2086
|
-
<em class="parameter"><code><a href="/
|
2087
|
-
<em class="parameter"><code><a href="/
|
2088
|
-
<em class="parameter"><code><a href="/
|
2084
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *appbits</code></em>,
|
2085
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> id</code></em>,
|
2086
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> nth</code></em>,
|
2087
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *data</code></em>,
|
2088
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> *size</code></em>);</pre>
|
2089
2089
|
<p>Parses RFC 5285 style header extensions with a two bytes header. It will
|
2090
2090
|
return the nth extension with the requested id.</p>
|
2091
2091
|
<div class="refsect3">
|
2092
|
-
<a name="
|
2093
|
-
<div class="informaltable"><table width="100%" border="0">
|
2092
|
+
<a name="gst-rtp-buffer-get-extension-twobytes-header.parameters"></a><h4>Parameters</h4>
|
2093
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2094
2094
|
<colgroup>
|
2095
2095
|
<col width="150px" class="parameters_name">
|
2096
2096
|
<col class="parameters_description">
|
@@ -2131,7 +2131,7 @@ return the nth extension with the requested id.</p>
|
|
2131
2131
|
</table></div>
|
2132
2132
|
</div>
|
2133
2133
|
<div class="refsect3">
|
2134
|
-
<a name="
|
2134
|
+
<a name="gst-rtp-buffer-get-extension-twobytes-header.returns"></a><h4>Returns</h4>
|
2135
2135
|
<p> TRUE if <em class="parameter"><code>buffer</code></em>
|
2136
2136
|
had the requested header extension</p>
|
2137
2137
|
</div>
|
@@ -2139,12 +2139,12 @@ had the requested header extension</p>
|
|
2139
2139
|
<hr>
|
2140
2140
|
<div class="refsect2">
|
2141
2141
|
<a name="gst-rtp-buffer-add-extension-onebyte-header"></a><h3>gst_rtp_buffer_add_extension_onebyte_header ()</h3>
|
2142
|
-
<pre class="programlisting"><a href="/
|
2142
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2143
2143
|
gst_rtp_buffer_add_extension_onebyte_header
|
2144
2144
|
(<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
2145
|
-
<em class="parameter"><code><span class="type">guint8</span> id</code></em>,
|
2146
|
-
<em class="parameter"><code><a href="/
|
2147
|
-
<em class="parameter"><code><a href="/
|
2145
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> id</code></em>,
|
2146
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
2147
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> size</code></em>);</pre>
|
2148
2148
|
<p>Adds a RFC 5285 header extension with a one byte header to the end of the
|
2149
2149
|
RTP header. If there is already a RFC 5285 header extension with a one byte
|
2150
2150
|
header, the new extension will be appended.
|
@@ -2153,8 +2153,8 @@ the mecanism described in RFC 5285 or if there is a header extension with
|
|
2153
2153
|
a two bytes header as described in RFC 5285. In that case, use
|
2154
2154
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-add-extension-twobytes-header" title="gst_rtp_buffer_add_extension_twobytes_header ()"><code class="function">gst_rtp_buffer_add_extension_twobytes_header()</code></a></p>
|
2155
2155
|
<div class="refsect3">
|
2156
|
-
<a name="
|
2157
|
-
<div class="informaltable"><table width="100%" border="0">
|
2156
|
+
<a name="gst-rtp-buffer-add-extension-onebyte-header.parameters"></a><h4>Parameters</h4>
|
2157
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2158
2158
|
<colgroup>
|
2159
2159
|
<col width="150px" class="parameters_name">
|
2160
2160
|
<col class="parameters_description">
|
@@ -2185,20 +2185,20 @@ a two bytes header as described in RFC 5285. In that case, use
|
|
2185
2185
|
</table></div>
|
2186
2186
|
</div>
|
2187
2187
|
<div class="refsect3">
|
2188
|
-
<a name="
|
2189
|
-
<p> <a href="/
|
2188
|
+
<a name="gst-rtp-buffer-add-extension-onebyte-header.returns"></a><h4>Returns</h4>
|
2189
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if header extension could be added</p>
|
2190
2190
|
</div>
|
2191
2191
|
</div>
|
2192
2192
|
<hr>
|
2193
2193
|
<div class="refsect2">
|
2194
2194
|
<a name="gst-rtp-buffer-add-extension-twobytes-header"></a><h3>gst_rtp_buffer_add_extension_twobytes_header ()</h3>
|
2195
|
-
<pre class="programlisting"><a href="/
|
2195
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2196
2196
|
gst_rtp_buffer_add_extension_twobytes_header
|
2197
2197
|
(<em class="parameter"><code><a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#GstRTPBuffer" title="struct GstRTPBuffer"><span class="type">GstRTPBuffer</span></a> *rtp</code></em>,
|
2198
|
-
<em class="parameter"><code><span class="type">guint8</span> appbits</code></em>,
|
2199
|
-
<em class="parameter"><code><span class="type">guint8</span> id</code></em>,
|
2200
|
-
<em class="parameter"><code><a href="/
|
2201
|
-
<em class="parameter"><code><a href="/
|
2198
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> appbits</code></em>,
|
2199
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint8"><span class="type">guint8</span></a> id</code></em>,
|
2200
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
2201
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> size</code></em>);</pre>
|
2202
2202
|
<p>Adds a RFC 5285 header extension with a two bytes header to the end of the
|
2203
2203
|
RTP header. If there is already a RFC 5285 header extension with a two bytes
|
2204
2204
|
header, the new extension will be appended.
|
@@ -2207,8 +2207,8 @@ the mecanism described in RFC 5285 or if there is a header extension with
|
|
2207
2207
|
a one byte header as described in RFC 5285. In that case, use
|
2208
2208
|
<a class="link" href="gst-plugins-base-libs-gstrtpbuffer.html#gst-rtp-buffer-add-extension-onebyte-header" title="gst_rtp_buffer_add_extension_onebyte_header ()"><code class="function">gst_rtp_buffer_add_extension_onebyte_header()</code></a></p>
|
2209
2209
|
<div class="refsect3">
|
2210
|
-
<a name="
|
2211
|
-
<div class="informaltable"><table width="100%" border="0">
|
2210
|
+
<a name="gst-rtp-buffer-add-extension-twobytes-header.parameters"></a><h4>Parameters</h4>
|
2211
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2212
2212
|
<colgroup>
|
2213
2213
|
<col width="150px" class="parameters_name">
|
2214
2214
|
<col class="parameters_description">
|
@@ -2244,8 +2244,8 @@ a one byte header as described in RFC 5285. In that case, use
|
|
2244
2244
|
</table></div>
|
2245
2245
|
</div>
|
2246
2246
|
<div class="refsect3">
|
2247
|
-
<a name="
|
2248
|
-
<p> <a href="/
|
2247
|
+
<a name="gst-rtp-buffer-add-extension-twobytes-header.returns"></a><h4>Returns</h4>
|
2248
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if header extension could be added</p>
|
2249
2249
|
</div>
|
2250
2250
|
</div>
|
2251
2251
|
</div>
|
@@ -2271,8 +2271,8 @@ a one byte header as described in RFC 5285. In that case, use
|
|
2271
2271
|
<p>Data structure that points to an RTP packet.
|
2272
2272
|
The size of the structure is made public to allow stack allocations.</p>
|
2273
2273
|
<div class="refsect3">
|
2274
|
-
<a name="
|
2275
|
-
<div class="informaltable"><table width="100%" border="0">
|
2274
|
+
<a name="GstRTPBuffer.members"></a><h4>Members</h4>
|
2275
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2276
2276
|
<colgroup>
|
2277
2277
|
<col width="300px" class="struct_members_name">
|
2278
2278
|
<col class="struct_members_description">
|
@@ -2280,28 +2280,28 @@ The size of the structure is made public to allow stack allocations.</p>
|
|
2280
2280
|
</colgroup>
|
2281
2281
|
<tbody>
|
2282
2282
|
<tr>
|
2283
|
-
<td class="struct_member_name"><p><a href="
|
2283
|
+
<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="GstRTPBuffer.buffer"></a>buffer</code></em>;</p></td>
|
2284
2284
|
<td class="struct_member_description"><p>pointer to RTP buffer</p></td>
|
2285
2285
|
<td class="struct_member_annotations"> </td>
|
2286
2286
|
</tr>
|
2287
2287
|
<tr>
|
2288
|
-
<td class="struct_member_name"><p><a href="/
|
2288
|
+
<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="GstRTPBuffer.state"></a>state</code></em>;</p></td>
|
2289
2289
|
<td class="struct_member_description"><p>internal state</p></td>
|
2290
2290
|
<td class="struct_member_annotations"> </td>
|
2291
2291
|
</tr>
|
2292
2292
|
<tr>
|
2293
|
-
<td class="struct_member_name"><p><a href="/
|
2293
|
+
<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="GstRTPBuffer.data"></a>data</code></em>[4];</p></td>
|
2294
2294
|
<td class="struct_member_description"><p>array of data</p></td>
|
2295
2295
|
<td class="struct_member_annotations"> </td>
|
2296
2296
|
</tr>
|
2297
2297
|
<tr>
|
2298
|
-
<td class="struct_member_name"><p><span class="type">gsize</span> <em class="structfield"><code><a name="GstRTPBuffer.size"></a>size</code></em>[4];</p></td>
|
2298
|
+
<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="GstRTPBuffer.size"></a>size</code></em>[4];</p></td>
|
2299
2299
|
<td class="struct_member_description"><p>array of size</p></td>
|
2300
2300
|
<td class="struct_member_annotations"> </td>
|
2301
2301
|
</tr>
|
2302
2302
|
<tr>
|
2303
|
-
<td class="struct_member_name"><p><a href="
|
2304
|
-
<td class="struct_member_description"><p>array of <a href="
|
2303
|
+
<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="GstRTPBuffer.map"></a>map</code></em>[4];</p></td>
|
2304
|
+
<td class="struct_member_description"><p>array of <a href="/usr/share/gtk-doc/html/gstreamer-1.0GstMemory.html#GstMapInfo"><span class="type">GstMapInfo</span></a></p></td>
|
2305
2305
|
<td class="struct_member_annotations"> </td>
|
2306
2306
|
</tr>
|
2307
2307
|
</tbody>
|
@@ -2320,6 +2320,6 @@ The size of the structure is made public to allow stack allocations.</p>
|
|
2320
2320
|
</div>
|
2321
2321
|
</div>
|
2322
2322
|
<div class="footer">
|
2323
|
-
<hr>Generated by GTK-Doc V1.
|
2323
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
2324
2324
|
</body>
|
2325
2325
|
</html>
|