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>GstDeviceProviderFactory: GStreamer 1.0 Core 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 1.0 Core Reference Manual">
|
8
8
|
<link rel="up" href="gstreamer-device-probing.html" title="GStreamer Device Discovery and Device Probing">
|
9
9
|
<link rel="prev" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">
|
10
10
|
<link rel="next" href="gstreamer-support.html" title="GStreamer Core Support">
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
</tr></table></div>
|
35
35
|
<div class="refsect1">
|
36
36
|
<a name="GstDeviceProviderFactory.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
38
|
<colgroup>
|
39
39
|
<col width="150px" class="functions_return">
|
40
40
|
<col class="functions_name">
|
@@ -66,14 +66,14 @@
|
|
66
66
|
</tr>
|
67
67
|
<tr>
|
68
68
|
<td class="function_type">
|
69
|
-
<a href="/
|
69
|
+
<a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
|
70
70
|
</td>
|
71
71
|
<td class="function_name">
|
72
72
|
<a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-device-provider-type" title="gst_device_provider_factory_get_device_provider_type ()">gst_device_provider_factory_get_device_provider_type</a> <span class="c_punctuation">()</span>
|
73
73
|
</td>
|
74
74
|
</tr>
|
75
75
|
<tr>
|
76
|
-
<td class="function_type">const <a href="/
|
76
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
77
77
|
</td>
|
78
78
|
<td class="function_name">
|
79
79
|
<a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-metadata" title="gst_device_provider_factory_get_metadata ()">gst_device_provider_factory_get_metadata</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#gchar"><span class="returnvalue">gchar</span></a> **
|
85
85
|
</td>
|
86
86
|
<td class="function_name">
|
87
87
|
<a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-metadata-keys" title="gst_device_provider_factory_get_metadata_keys ()">gst_device_provider_factory_get_metadata_keys</a> <span class="c_punctuation">()</span>
|
@@ -89,7 +89,7 @@
|
|
89
89
|
</tr>
|
90
90
|
<tr>
|
91
91
|
<td class="function_type">
|
92
|
-
<a href="/
|
92
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
93
93
|
</td>
|
94
94
|
<td class="function_name">
|
95
95
|
<a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-has-classes" title="gst_device_provider_factory_has_classes ()">gst_device_provider_factory_has_classes</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +97,7 @@
|
|
97
97
|
</tr>
|
98
98
|
<tr>
|
99
99
|
<td class="function_type">
|
100
|
-
<a href="/
|
100
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
101
101
|
</td>
|
102
102
|
<td class="function_name">
|
103
103
|
<a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-has-classesv" title="gst_device_provider_factory_has_classesv ()">gst_device_provider_factory_has_classesv</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-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
109
109
|
</td>
|
110
110
|
<td class="function_name">
|
111
111
|
<a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-list-get-device-providers" title="gst_device_provider_factory_list_get_device_providers ()">gst_device_provider_factory_list_get_device_providers</a> <span class="c_punctuation">()</span>
|
@@ -116,7 +116,7 @@
|
|
116
116
|
</div>
|
117
117
|
<div class="refsect1">
|
118
118
|
<a name="GstDeviceProviderFactory.other"></a><h2>Types and Values</h2>
|
119
|
-
<div class="informaltable"><table width="100%" border="0">
|
119
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
120
120
|
<colgroup>
|
121
121
|
<col width="150px" class="name">
|
122
122
|
<col class="description">
|
@@ -135,8 +135,8 @@
|
|
135
135
|
</div>
|
136
136
|
<div class="refsect1">
|
137
137
|
<a name="GstDeviceProviderFactory.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
138
|
-
<pre class="screen"> <a href="/
|
139
|
-
<span class="lineart">╰──</span> <a href="/
|
138
|
+
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
139
|
+
<span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
140
140
|
<span class="lineart">╰──</span> <a class="link" href="GstObject.html" title="GstObject">GstObject</a>
|
141
141
|
<span class="lineart">╰──</span> <a class="link" href="GstPluginFeature.html" title="GstPluginFeature">GstPluginFeature</a>
|
142
142
|
<span class="lineart">╰──</span> GstDeviceProviderFactory
|
@@ -162,12 +162,12 @@ convenient shortcut.</p>
|
|
162
162
|
<div class="refsect2">
|
163
163
|
<a name="gst-device-provider-factory-find"></a><h3>gst_device_provider_factory_find ()</h3>
|
164
164
|
<pre class="programlisting"><a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory"><span class="returnvalue">GstDeviceProviderFactory</span></a> *
|
165
|
-
gst_device_provider_factory_find (<em class="parameter"><code>const <a href="/
|
165
|
+
gst_device_provider_factory_find (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
166
166
|
<p>Search for an device provider factory of the given name. Refs the returned
|
167
167
|
device provider factory; caller is responsible for unreffing.</p>
|
168
168
|
<div class="refsect3">
|
169
|
-
<a name="
|
170
|
-
<div class="informaltable"><table width="100%" border="0">
|
169
|
+
<a name="gst-device-provider-factory-find.parameters"></a><h4>Parameters</h4>
|
170
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
171
171
|
<colgroup>
|
172
172
|
<col width="150px" class="parameters_name">
|
173
173
|
<col class="parameters_description">
|
@@ -181,9 +181,9 @@ device provider factory; caller is responsible for unreffing.</p>
|
|
181
181
|
</table></div>
|
182
182
|
</div>
|
183
183
|
<div class="refsect3">
|
184
|
-
<a name="
|
184
|
+
<a name="gst-device-provider-factory-find.returns"></a><h4>Returns</h4>
|
185
185
|
<p> <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory"><span class="type">GstDeviceProviderFactory</span></a> if
|
186
|
-
found, <a href="/
|
186
|
+
found, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. </p>
|
187
187
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
188
188
|
</div>
|
189
189
|
<p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
|
@@ -196,8 +196,8 @@ gst_device_provider_factory_get (<em class="parameter"><code><a class="link" hre
|
|
196
196
|
<p>Returns the device provider of the type defined by the given device
|
197
197
|
providerfactory.</p>
|
198
198
|
<div class="refsect3">
|
199
|
-
<a name="
|
200
|
-
<div class="informaltable"><table width="100%" border="0">
|
199
|
+
<a name="gst-device-provider-factory-get.parameters"></a><h4>Parameters</h4>
|
200
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
201
201
|
<colgroup>
|
202
202
|
<col width="150px" class="parameters_name">
|
203
203
|
<col class="parameters_description">
|
@@ -211,8 +211,8 @@ providerfactory.</p>
|
|
211
211
|
</table></div>
|
212
212
|
</div>
|
213
213
|
<div class="refsect3">
|
214
|
-
<a name="
|
215
|
-
<p> the <a class="link" href="gstreamer-GstDeviceProvider.html#GstDeviceProvider" title="struct GstDeviceProvider"><span class="type">GstDeviceProvider</span></a> or <a href="/
|
214
|
+
<a name="gst-device-provider-factory-get.returns"></a><h4>Returns</h4>
|
215
|
+
<p> the <a class="link" href="gstreamer-GstDeviceProvider.html#GstDeviceProvider" title="struct GstDeviceProvider"><span class="type">GstDeviceProvider</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
216
216
|
if the device provider couldn't be created. </p>
|
217
217
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
218
218
|
</div>
|
@@ -223,12 +223,12 @@ if the device provider couldn't be created. </p>
|
|
223
223
|
<a name="gst-device-provider-factory-get-by-name"></a><h3>gst_device_provider_factory_get_by_name ()</h3>
|
224
224
|
<pre class="programlisting"><a class="link" href="gstreamer-GstDeviceProvider.html#GstDeviceProvider" title="struct GstDeviceProvider"><span class="returnvalue">GstDeviceProvider</span></a> *
|
225
225
|
gst_device_provider_factory_get_by_name
|
226
|
-
(<em class="parameter"><code>const <a href="/
|
226
|
+
(<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *factoryname</code></em>);</pre>
|
227
227
|
<p>Returns the device provider of the type defined by the given device
|
228
228
|
provider factory.</p>
|
229
229
|
<div class="refsect3">
|
230
|
-
<a name="
|
231
|
-
<div class="informaltable"><table width="100%" border="0">
|
230
|
+
<a name="gst-device-provider-factory-get-by-name.parameters"></a><h4>Parameters</h4>
|
231
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
232
232
|
<colgroup>
|
233
233
|
<col width="150px" class="parameters_name">
|
234
234
|
<col class="parameters_description">
|
@@ -242,8 +242,8 @@ provider factory.</p>
|
|
242
242
|
</table></div>
|
243
243
|
</div>
|
244
244
|
<div class="refsect3">
|
245
|
-
<a name="
|
246
|
-
<p> a <a class="link" href="gstreamer-GstDeviceProvider.html#GstDeviceProvider" title="struct GstDeviceProvider"><span class="type">GstDeviceProvider</span></a> or <a href="/
|
245
|
+
<a name="gst-device-provider-factory-get-by-name.returns"></a><h4>Returns</h4>
|
246
|
+
<p> a <a class="link" href="gstreamer-GstDeviceProvider.html#GstDeviceProvider" title="struct GstDeviceProvider"><span class="type">GstDeviceProvider</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
247
247
|
if unable to create device provider. </p>
|
248
248
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
249
249
|
</div>
|
@@ -252,15 +252,15 @@ if unable to create device provider. </p>
|
|
252
252
|
<hr>
|
253
253
|
<div class="refsect2">
|
254
254
|
<a name="gst-device-provider-factory-get-device-provider-type"></a><h3>gst_device_provider_factory_get_device_provider_type ()</h3>
|
255
|
-
<pre class="programlisting"><a href="/
|
255
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
|
256
256
|
gst_device_provider_factory_get_device_provider_type
|
257
257
|
(<em class="parameter"><code><a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory"><span class="type">GstDeviceProviderFactory</span></a> *factory</code></em>);</pre>
|
258
|
-
<p>Get the <a href="/
|
258
|
+
<p>Get the <a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="type">GType</span></a> for device providers managed by this factory. The type can
|
259
259
|
only be retrieved if the device provider factory is loaded, which can be
|
260
260
|
assured with <a class="link" href="GstPluginFeature.html#gst-plugin-feature-load" title="gst_plugin_feature_load ()"><code class="function">gst_plugin_feature_load()</code></a>.</p>
|
261
261
|
<div class="refsect3">
|
262
|
-
<a name="
|
263
|
-
<div class="informaltable"><table width="100%" border="0">
|
262
|
+
<a name="gst-device-provider-factory-get-device-provider-type.parameters"></a><h4>Parameters</h4>
|
263
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
264
264
|
<colgroup>
|
265
265
|
<col width="150px" class="parameters_name">
|
266
266
|
<col class="parameters_description">
|
@@ -268,30 +268,30 @@ assured with <a class="link" href="GstPluginFeature.html#gst-plugin-feature-load
|
|
268
268
|
</colgroup>
|
269
269
|
<tbody><tr>
|
270
270
|
<td class="parameter_name"><p>factory</p></td>
|
271
|
-
<td class="parameter_description"><p>factory to get managed <a href="/
|
271
|
+
<td class="parameter_description"><p>factory to get managed <a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="type">GType</span></a> from</p></td>
|
272
272
|
<td class="parameter_annotations"> </td>
|
273
273
|
</tr></tbody>
|
274
274
|
</table></div>
|
275
275
|
</div>
|
276
276
|
<div class="refsect3">
|
277
|
-
<a name="
|
278
|
-
<p> the <a href="/
|
277
|
+
<a name="gst-device-provider-factory-get-device-provider-type.returns"></a><h4>Returns</h4>
|
278
|
+
<p> the <a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="type">GType</span></a> for device providers managed by this factory.</p>
|
279
279
|
</div>
|
280
280
|
<p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
|
281
281
|
</div>
|
282
282
|
<hr>
|
283
283
|
<div class="refsect2">
|
284
284
|
<a name="gst-device-provider-factory-get-metadata"></a><h3>gst_device_provider_factory_get_metadata ()</h3>
|
285
|
-
<pre class="programlisting">const <a href="/
|
285
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
286
286
|
gst_device_provider_factory_get_metadata
|
287
287
|
(<em class="parameter"><code><a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory"><span class="type">GstDeviceProviderFactory</span></a> *factory</code></em>,
|
288
|
-
<em class="parameter"><code>const <a href="/
|
288
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
|
289
289
|
<p>Get the metadata on <em class="parameter"><code>factory</code></em>
|
290
290
|
with <em class="parameter"><code>key</code></em>
|
291
291
|
.</p>
|
292
292
|
<div class="refsect3">
|
293
|
-
<a name="
|
294
|
-
<div class="informaltable"><table width="100%" border="0">
|
293
|
+
<a name="gst-device-provider-factory-get-metadata.parameters"></a><h4>Parameters</h4>
|
294
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
295
295
|
<colgroup>
|
296
296
|
<col width="150px" class="parameters_name">
|
297
297
|
<col class="parameters_description">
|
@@ -312,10 +312,10 @@ gst_device_provider_factory_get_metadata
|
|
312
312
|
</table></div>
|
313
313
|
</div>
|
314
314
|
<div class="refsect3">
|
315
|
-
<a name="
|
315
|
+
<a name="gst-device-provider-factory-get-metadata.returns"></a><h4>Returns</h4>
|
316
316
|
<p> the metadata with <em class="parameter"><code>key</code></em>
|
317
317
|
on <em class="parameter"><code>factory</code></em>
|
318
|
-
or <a href="/
|
318
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
319
319
|
when there was no metadata with the given <em class="parameter"><code>key</code></em>
|
320
320
|
. </p>
|
321
321
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
@@ -325,14 +325,14 @@ when there was no metadata with the given <em class="parameter"><code>key</code>
|
|
325
325
|
<hr>
|
326
326
|
<div class="refsect2">
|
327
327
|
<a name="gst-device-provider-factory-get-metadata-keys"></a><h3>gst_device_provider_factory_get_metadata_keys ()</h3>
|
328
|
-
<pre class="programlisting"><a href="/
|
328
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
329
329
|
gst_device_provider_factory_get_metadata_keys
|
330
330
|
(<em class="parameter"><code><a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory"><span class="type">GstDeviceProviderFactory</span></a> *factory</code></em>);</pre>
|
331
331
|
<p>Get the available keys for the metadata on <em class="parameter"><code>factory</code></em>
|
332
332
|
.</p>
|
333
333
|
<div class="refsect3">
|
334
|
-
<a name="
|
335
|
-
<div class="informaltable"><table width="100%" border="0">
|
334
|
+
<a name="gst-device-provider-factory-get-metadata-keys.parameters"></a><h4>Parameters</h4>
|
335
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
336
336
|
<colgroup>
|
337
337
|
<col width="150px" class="parameters_name">
|
338
338
|
<col class="parameters_description">
|
@@ -346,9 +346,9 @@ gst_device_provider_factory_get_metadata_keys
|
|
346
346
|
</table></div>
|
347
347
|
</div>
|
348
348
|
<div class="refsect3">
|
349
|
-
<a name="
|
350
|
-
<p>a <a href="/
|
351
|
-
metadata. Free with <a href="/
|
349
|
+
<a name="gst-device-provider-factory-get-metadata-keys.returns"></a><h4>Returns</h4>
|
350
|
+
<p>a <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of key strings, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when there is no
|
351
|
+
metadata. Free with <a href="/usr/share/gtk-doc/html/glibglib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when no longer needed. </p>
|
352
352
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
353
353
|
</div>
|
354
354
|
<p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
|
@@ -356,16 +356,16 @@ metadata. Free with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/
|
|
356
356
|
<hr>
|
357
357
|
<div class="refsect2">
|
358
358
|
<a name="gst-device-provider-factory-has-classes"></a><h3>gst_device_provider_factory_has_classes ()</h3>
|
359
|
-
<pre class="programlisting"><a href="/
|
359
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
360
360
|
gst_device_provider_factory_has_classes
|
361
361
|
(<em class="parameter"><code><a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory"><span class="type">GstDeviceProviderFactory</span></a> *factory</code></em>,
|
362
|
-
<em class="parameter"><code>const <a href="/
|
362
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *classes</code></em>);</pre>
|
363
363
|
<p>Check if <em class="parameter"><code>factory</code></em>
|
364
364
|
matches all of the given <em class="parameter"><code>classes</code></em>
|
365
365
|
</p>
|
366
366
|
<div class="refsect3">
|
367
|
-
<a name="
|
368
|
-
<div class="informaltable"><table width="100%" border="0">
|
367
|
+
<a name="gst-device-provider-factory-has-classes.parameters"></a><h4>Parameters</h4>
|
368
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
369
369
|
<colgroup>
|
370
370
|
<col width="150px" class="parameters_name">
|
371
371
|
<col class="parameters_description">
|
@@ -387,25 +387,25 @@ if all classes are matched. </p></td>
|
|
387
387
|
</table></div>
|
388
388
|
</div>
|
389
389
|
<div class="refsect3">
|
390
|
-
<a name="
|
391
|
-
<p> <a href="/
|
390
|
+
<a name="gst-device-provider-factory-has-classes.returns"></a><h4>Returns</h4>
|
391
|
+
<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>factory</code></em>
|
392
392
|
matches or if <em class="parameter"><code>classes</code></em>
|
393
|
-
is <a href="/
|
393
|
+
is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
394
394
|
</div>
|
395
395
|
<p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
|
396
396
|
</div>
|
397
397
|
<hr>
|
398
398
|
<div class="refsect2">
|
399
399
|
<a name="gst-device-provider-factory-has-classesv"></a><h3>gst_device_provider_factory_has_classesv ()</h3>
|
400
|
-
<pre class="programlisting"><a href="/
|
400
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
401
401
|
gst_device_provider_factory_has_classesv
|
402
402
|
(<em class="parameter"><code><a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory"><span class="type">GstDeviceProviderFactory</span></a> *factory</code></em>,
|
403
|
-
<em class="parameter"><code><a href="/
|
403
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **classes</code></em>);</pre>
|
404
404
|
<p>Check if <em class="parameter"><code>factory</code></em>
|
405
405
|
matches all of the given classes</p>
|
406
406
|
<div class="refsect3">
|
407
|
-
<a name="
|
408
|
-
<div class="informaltable"><table width="100%" border="0">
|
407
|
+
<a name="gst-device-provider-factory-has-classesv.parameters"></a><h4>Parameters</h4>
|
408
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
409
409
|
<colgroup>
|
410
410
|
<col width="150px" class="parameters_name">
|
411
411
|
<col class="parameters_description">
|
@@ -419,7 +419,7 @@ gst_device_provider_factory_has_classesv
|
|
419
419
|
</tr>
|
420
420
|
<tr>
|
421
421
|
<td class="parameter_name"><p>classes</p></td>
|
422
|
-
<td class="parameter_description"><p> a <a href="/
|
422
|
+
<td class="parameter_description"><p> a <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array
|
423
423
|
of classes to match, only match if all classes are matched. </p></td>
|
424
424
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
425
425
|
</tr>
|
@@ -427,8 +427,8 @@ of classes to match, only match if all classes are matched. </p></td>
|
|
427
427
|
</table></div>
|
428
428
|
</div>
|
429
429
|
<div class="refsect3">
|
430
|
-
<a name="
|
431
|
-
<p> <a href="/
|
430
|
+
<a name="gst-device-provider-factory-has-classesv.returns"></a><h4>Returns</h4>
|
431
|
+
<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>factory</code></em>
|
432
432
|
matches.</p>
|
433
433
|
</div>
|
434
434
|
<p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
|
@@ -436,15 +436,15 @@ matches.</p>
|
|
436
436
|
<hr>
|
437
437
|
<div class="refsect2">
|
438
438
|
<a name="gst-device-provider-factory-list-get-device-providers"></a><h3>gst_device_provider_factory_list_get_device_providers ()</h3>
|
439
|
-
<pre class="programlisting"><a href="/
|
439
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
440
440
|
gst_device_provider_factory_list_get_device_providers
|
441
441
|
(<em class="parameter"><code><a class="link" href="GstPluginFeature.html#GstRank" title="enum GstRank"><span class="type">GstRank</span></a> minrank</code></em>);</pre>
|
442
442
|
<p>Get a list of factories with a rank greater or equal to <em class="parameter"><code>minrank</code></em>
|
443
443
|
.
|
444
444
|
The list of factories is returned by decreasing rank.</p>
|
445
445
|
<div class="refsect3">
|
446
|
-
<a name="
|
447
|
-
<div class="informaltable"><table width="100%" border="0">
|
446
|
+
<a name="gst-device-provider-factory-list-get-device-providers.parameters"></a><h4>Parameters</h4>
|
447
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
448
448
|
<colgroup>
|
449
449
|
<col width="150px" class="parameters_name">
|
450
450
|
<col class="parameters_description">
|
@@ -458,8 +458,8 @@ The list of factories is returned by decreasing rank.</p>
|
|
458
458
|
</table></div>
|
459
459
|
</div>
|
460
460
|
<div class="refsect3">
|
461
|
-
<a name="
|
462
|
-
<p>a <a href="/
|
461
|
+
<a name="gst-device-provider-factory-list-get-device-providers.returns"></a><h4>Returns</h4>
|
462
|
+
<p>a <a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory"><span class="type">GstDeviceProviderFactory</span></a> device providers. Use
|
463
463
|
<a class="link" href="GstPluginFeature.html#gst-plugin-feature-list-free" title="gst_plugin_feature_list_free ()"><code class="function">gst_plugin_feature_list_free()</code></a> after usage. </p>
|
464
464
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.DeviceProviderFactory]</span></p>
|
465
465
|
</div>
|
@@ -488,6 +488,6 @@ The list of factories is returned by decreasing rank.</p>
|
|
488
488
|
</div>
|
489
489
|
</div>
|
490
490
|
<div class="footer">
|
491
|
-
<hr>Generated by GTK-Doc V1.
|
491
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
492
492
|
</body>
|
493
493
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GstElement: GStreamer 1.0 Core 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 1.0 Core Reference Manual">
|
8
8
|
<link rel="up" href="libgstreamer.html" title="GStreamer Core Library">
|
9
9
|
<link rel="prev" href="GstDateTime.html" title="GstDateTime">
|
10
10
|
<link rel="next" href="GstElementFactory.html" title="GstElementFactory">
|
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">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
</tr></table></div>
|
37
37
|
<div class="refsect1">
|
38
38
|
<a name="GstElement.functions"></a><h2>Functions</h2>
|
39
|
-
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
40
40
|
<colgroup>
|
41
41
|
<col width="150px" class="functions_return">
|
42
42
|
<col class="functions_name">
|
@@ -178,6 +178,14 @@
|
|
178
178
|
</tr>
|
179
179
|
<tr>
|
180
180
|
<td class="function_type">
|
181
|
+
<span class="returnvalue">void</span>
|
182
|
+
</td>
|
183
|
+
<td class="function_name">
|
184
|
+
<a class="link" href="GstElement.html#gst-element-class-add-static-pad-template" title="gst_element_class_add_static_pad_template ()">gst_element_class_add_static_pad_template</a> <span class="c_punctuation">()</span>
|
185
|
+
</td>
|
186
|
+
</tr>
|
187
|
+
<tr>
|
188
|
+
<td class="function_type">
|
181
189
|
<a class="link" href="GstPadTemplate.html" title="GstPadTemplate"><span class="returnvalue">GstPadTemplate</span></a> *
|
182
190
|
</td>
|
183
191
|
<td class="function_name">
|
@@ -186,7 +194,7 @@
|
|
186
194
|
</tr>
|
187
195
|
<tr>
|
188
196
|
<td class="function_type">
|
189
|
-
<a href="/
|
197
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
190
198
|
</td>
|
191
199
|
<td class="function_name">
|
192
200
|
<a class="link" href="GstElement.html#gst-element-class-get-pad-template-list" title="gst_element_class_get_pad_template_list ()">gst_element_class_get_pad_template_list</a> <span class="c_punctuation">()</span>
|
@@ -226,7 +234,7 @@
|
|
226
234
|
</tr>
|
227
235
|
<tr>
|
228
236
|
<td class="function_type">
|
229
|
-
<a href="/
|
237
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
230
238
|
</td>
|
231
239
|
<td class="function_name">
|
232
240
|
<a class="link" href="GstElement.html#gst-element-add-pad" title="gst_element_add_pad ()">gst_element_add_pad</a> <span class="c_punctuation">()</span>
|
@@ -298,7 +306,7 @@
|
|
298
306
|
</tr>
|
299
307
|
<tr>
|
300
308
|
<td class="function_type">
|
301
|
-
<a href="/
|
309
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
302
310
|
</td>
|
303
311
|
<td class="function_name">
|
304
312
|
<a class="link" href="GstElement.html#gst-element-remove-pad" title="gst_element_remove_pad ()">gst_element_remove_pad</a> <span class="c_punctuation">()</span>
|
@@ -330,7 +338,7 @@
|
|
330
338
|
</tr>
|
331
339
|
<tr>
|
332
340
|
<td class="function_type">
|
333
|
-
<a href="/
|
341
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
334
342
|
</td>
|
335
343
|
<td class="function_name">
|
336
344
|
<a class="link" href="GstElement.html#gst-element-link" title="gst_element_link ()">gst_element_link</a> <span class="c_punctuation">()</span>
|
@@ -346,7 +354,7 @@
|
|
346
354
|
</tr>
|
347
355
|
<tr>
|
348
356
|
<td class="function_type">
|
349
|
-
<a href="/
|
357
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
350
358
|
</td>
|
351
359
|
<td class="function_name">
|
352
360
|
<a class="link" href="GstElement.html#gst-element-link-many" title="gst_element_link_many ()">gst_element_link_many</a> <span class="c_punctuation">()</span>
|
@@ -362,7 +370,7 @@
|
|
362
370
|
</tr>
|
363
371
|
<tr>
|
364
372
|
<td class="function_type">
|
365
|
-
<a href="/
|
373
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
366
374
|
</td>
|
367
375
|
<td class="function_name">
|
368
376
|
<a class="link" href="GstElement.html#gst-element-link-pads" title="gst_element_link_pads ()">gst_element_link_pads</a> <span class="c_punctuation">()</span>
|
@@ -370,7 +378,7 @@
|
|
370
378
|
</tr>
|
371
379
|
<tr>
|
372
380
|
<td class="function_type">
|
373
|
-
<a href="/
|
381
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
374
382
|
</td>
|
375
383
|
<td class="function_name">
|
376
384
|
<a class="link" href="GstElement.html#gst-element-link-pads-full" title="gst_element_link_pads_full ()">gst_element_link_pads_full</a> <span class="c_punctuation">()</span>
|
@@ -386,7 +394,7 @@
|
|
386
394
|
</tr>
|
387
395
|
<tr>
|
388
396
|
<td class="function_type">
|
389
|
-
<a href="/
|
397
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
390
398
|
</td>
|
391
399
|
<td class="function_name">
|
392
400
|
<a class="link" href="GstElement.html#gst-element-link-pads-filtered" title="gst_element_link_pads_filtered ()">gst_element_link_pads_filtered</a> <span class="c_punctuation">()</span>
|
@@ -394,14 +402,14 @@
|
|
394
402
|
</tr>
|
395
403
|
<tr>
|
396
404
|
<td class="function_type">
|
397
|
-
<a href="/
|
405
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
398
406
|
</td>
|
399
407
|
<td class="function_name">
|
400
408
|
<a class="link" href="GstElement.html#gst-element-link-filtered" title="gst_element_link_filtered ()">gst_element_link_filtered</a> <span class="c_punctuation">()</span>
|
401
409
|
</td>
|
402
410
|
</tr>
|
403
411
|
<tr>
|
404
|
-
<td class="function_type">const <a href="/
|
412
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
405
413
|
</td>
|
406
414
|
<td class="function_name">
|
407
415
|
<a class="link" href="GstElement.html#gst-element-class-get-metadata" title="gst_element_class_get_metadata ()">gst_element_class_get_metadata</a> <span class="c_punctuation">()</span>
|
@@ -465,6 +473,30 @@
|
|
465
473
|
</tr>
|
466
474
|
<tr>
|
467
475
|
<td class="function_type">
|
476
|
+
<a class="link" href="GstContext.html" title="GstContext"><span class="returnvalue">GstContext</span></a> *
|
477
|
+
</td>
|
478
|
+
<td class="function_name">
|
479
|
+
<a class="link" href="GstElement.html#gst-element-get-context" title="gst_element_get_context ()">gst_element_get_context</a> <span class="c_punctuation">()</span>
|
480
|
+
</td>
|
481
|
+
</tr>
|
482
|
+
<tr>
|
483
|
+
<td class="function_type">
|
484
|
+
<a class="link" href="GstContext.html" title="GstContext"><span class="returnvalue">GstContext</span></a> *
|
485
|
+
</td>
|
486
|
+
<td class="function_name">
|
487
|
+
<a class="link" href="GstElement.html#gst-element-get-context-unlocked" title="gst_element_get_context_unlocked ()">gst_element_get_context_unlocked</a> <span class="c_punctuation">()</span>
|
488
|
+
</td>
|
489
|
+
</tr>
|
490
|
+
<tr>
|
491
|
+
<td class="function_type">
|
492
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
493
|
+
</td>
|
494
|
+
<td class="function_name">
|
495
|
+
<a class="link" href="GstElement.html#gst-element-get-contexts" title="gst_element_get_contexts ()">gst_element_get_contexts</a> <span class="c_punctuation">()</span>
|
496
|
+
</td>
|
497
|
+
</tr>
|
498
|
+
<tr>
|
499
|
+
<td class="function_type">
|
468
500
|
<a class="link" href="GstElementFactory.html" title="GstElementFactory"><span class="returnvalue">GstElementFactory</span></a> *
|
469
501
|
</td>
|
470
502
|
<td class="function_name">
|
@@ -497,7 +529,7 @@
|
|
497
529
|
</tr>
|
498
530
|
<tr>
|
499
531
|
<td class="function_type">
|
500
|
-
<a href="/
|
532
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
501
533
|
</td>
|
502
534
|
<td class="function_name">
|
503
535
|
<a class="link" href="GstElement.html#gst-element-set-clock" title="gst_element_set_clock ()">gst_element_set_clock</a> <span class="c_punctuation">()</span>
|
@@ -537,7 +569,7 @@
|
|
537
569
|
</tr>
|
538
570
|
<tr>
|
539
571
|
<td class="function_type">
|
540
|
-
<a href="/
|
572
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
541
573
|
</td>
|
542
574
|
<td class="function_name">
|
543
575
|
<a class="link" href="GstElement.html#gst-element-set-locked-state" title="gst_element_set_locked_state ()">gst_element_set_locked_state</a> <span class="c_punctuation">()</span>
|
@@ -545,7 +577,7 @@
|
|
545
577
|
</tr>
|
546
578
|
<tr>
|
547
579
|
<td class="function_type">
|
548
|
-
<a href="/
|
580
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
549
581
|
</td>
|
550
582
|
<td class="function_name">
|
551
583
|
<a class="link" href="GstElement.html#gst-element-is-locked-state" title="gst_element_is_locked_state ()">gst_element_is_locked_state</a> <span class="c_punctuation">()</span>
|
@@ -576,14 +608,14 @@
|
|
576
608
|
</td>
|
577
609
|
</tr>
|
578
610
|
<tr>
|
579
|
-
<td class="function_type">const <a href="/
|
611
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
580
612
|
</td>
|
581
613
|
<td class="function_name">
|
582
614
|
<a class="link" href="GstElement.html#gst-element-state-get-name" title="gst_element_state_get_name ()">gst_element_state_get_name</a> <span class="c_punctuation">()</span>
|
583
615
|
</td>
|
584
616
|
</tr>
|
585
617
|
<tr>
|
586
|
-
<td class="function_type">const <a href="/
|
618
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
587
619
|
</td>
|
588
620
|
<td class="function_name">
|
589
621
|
<a class="link" href="GstElement.html#gst-element-state-change-return-get-name" title="gst_element_state_change_return_get_name ()">gst_element_state_change_return_get_name</a> <span class="c_punctuation">()</span>
|
@@ -591,7 +623,7 @@
|
|
591
623
|
</tr>
|
592
624
|
<tr>
|
593
625
|
<td class="function_type">
|
594
|
-
<a href="/
|
626
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
595
627
|
</td>
|
596
628
|
<td class="function_name">
|
597
629
|
<a class="link" href="GstElement.html#gst-element-sync-state-with-parent" title="gst_element_sync_state_with_parent ()">gst_element_sync_state_with_parent</a> <span class="c_punctuation">()</span>
|
@@ -615,7 +647,7 @@
|
|
615
647
|
</tr>
|
616
648
|
<tr>
|
617
649
|
<td class="function_type">
|
618
|
-
<a href="/
|
650
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
619
651
|
</td>
|
620
652
|
<td class="function_name">
|
621
653
|
<a class="link" href="GstElement.html#gst-element-post-message" title="gst_element_post_message ()">gst_element_post_message</a> <span class="c_punctuation">()</span>
|
@@ -623,7 +655,7 @@
|
|
623
655
|
</tr>
|
624
656
|
<tr>
|
625
657
|
<td class="function_type">
|
626
|
-
<a href="/
|
658
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
627
659
|
</td>
|
628
660
|
<td class="function_name">
|
629
661
|
<a class="link" href="GstElement.html#gst-element-query" title="gst_element_query ()">gst_element_query</a> <span class="c_punctuation">()</span>
|
@@ -631,7 +663,7 @@
|
|
631
663
|
</tr>
|
632
664
|
<tr>
|
633
665
|
<td class="function_type">
|
634
|
-
<a href="/
|
666
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
635
667
|
</td>
|
636
668
|
<td class="function_name">
|
637
669
|
<a class="link" href="GstElement.html#gst-element-query-convert" title="gst_element_query_convert ()">gst_element_query_convert</a> <span class="c_punctuation">()</span>
|
@@ -639,7 +671,7 @@
|
|
639
671
|
</tr>
|
640
672
|
<tr>
|
641
673
|
<td class="function_type">
|
642
|
-
<a href="/
|
674
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
643
675
|
</td>
|
644
676
|
<td class="function_name">
|
645
677
|
<a class="link" href="GstElement.html#gst-element-query-position" title="gst_element_query_position ()">gst_element_query_position</a> <span class="c_punctuation">()</span>
|
@@ -647,7 +679,7 @@
|
|
647
679
|
</tr>
|
648
680
|
<tr>
|
649
681
|
<td class="function_type">
|
650
|
-
<a href="/
|
682
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
651
683
|
</td>
|
652
684
|
<td class="function_name">
|
653
685
|
<a class="link" href="GstElement.html#gst-element-query-duration" title="gst_element_query_duration ()">gst_element_query_duration</a> <span class="c_punctuation">()</span>
|
@@ -655,7 +687,7 @@
|
|
655
687
|
</tr>
|
656
688
|
<tr>
|
657
689
|
<td class="function_type">
|
658
|
-
<a href="/
|
690
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
659
691
|
</td>
|
660
692
|
<td class="function_name">
|
661
693
|
<a class="link" href="GstElement.html#gst-element-send-event" title="gst_element_send_event ()">gst_element_send_event</a> <span class="c_punctuation">()</span>
|
@@ -663,7 +695,7 @@
|
|
663
695
|
</tr>
|
664
696
|
<tr>
|
665
697
|
<td class="function_type">
|
666
|
-
<a href="/
|
698
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
667
699
|
</td>
|
668
700
|
<td class="function_name">
|
669
701
|
<a class="link" href="GstElement.html#gst-element-seek-simple" title="gst_element_seek_simple ()">gst_element_seek_simple</a> <span class="c_punctuation">()</span>
|
@@ -671,7 +703,7 @@
|
|
671
703
|
</tr>
|
672
704
|
<tr>
|
673
705
|
<td class="function_type">
|
674
|
-
<a href="/
|
706
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
675
707
|
</td>
|
676
708
|
<td class="function_name">
|
677
709
|
<a class="link" href="GstElement.html#gst-element-seek" title="gst_element_seek ()">gst_element_seek</a> <span class="c_punctuation">()</span>
|
@@ -682,7 +714,7 @@
|
|
682
714
|
</div>
|
683
715
|
<div class="refsect1">
|
684
716
|
<a name="GstElement.signals"></a><h2>Signals</h2>
|
685
|
-
<div class="informaltable"><table border="0">
|
717
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
686
718
|
<colgroup>
|
687
719
|
<col width="150px" class="signals_return">
|
688
720
|
<col width="300px" class="signals_name">
|
@@ -692,24 +724,24 @@
|
|
692
724
|
<tr>
|
693
725
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
694
726
|
<td class="signal_name"><a class="link" href="GstElement.html#GstElement-no-more-pads" title="The “no-more-pads” signal">no-more-pads</a></td>
|
695
|
-
<td class="signal_flags"><a href="/
|
727
|
+
<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
696
728
|
</tr>
|
697
729
|
<tr>
|
698
730
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
699
731
|
<td class="signal_name"><a class="link" href="GstElement.html#GstElement-pad-added" title="The “pad-added” signal">pad-added</a></td>
|
700
|
-
<td class="signal_flags"><a href="/
|
732
|
+
<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
701
733
|
</tr>
|
702
734
|
<tr>
|
703
735
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
704
736
|
<td class="signal_name"><a class="link" href="GstElement.html#GstElement-pad-removed" title="The “pad-removed” signal">pad-removed</a></td>
|
705
|
-
<td class="signal_flags"><a href="/
|
737
|
+
<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
706
738
|
</tr>
|
707
739
|
</tbody>
|
708
740
|
</table></div>
|
709
741
|
</div>
|
710
742
|
<div class="refsect1">
|
711
743
|
<a name="GstElement.other"></a><h2>Types and Values</h2>
|
712
|
-
<div class="informaltable"><table width="100%" border="0">
|
744
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
713
745
|
<colgroup>
|
714
746
|
<col width="150px" class="name">
|
715
747
|
<col class="description">
|
@@ -768,8 +800,8 @@
|
|
768
800
|
</div>
|
769
801
|
<div class="refsect1">
|
770
802
|
<a name="GstElement.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
771
|
-
<pre class="screen"> <a href="/
|
772
|
-
<span class="lineart">╰──</span> <a href="/
|
803
|
+
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
804
|
+
<span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
773
805
|
<span class="lineart">╰──</span> <a class="link" href="GstObject.html" title="GstObject">GstObject</a>
|
774
806
|
<span class="lineart">╰──</span> GstElement
|
775
807
|
<span class="lineart">╰──</span> <a class="link" href="GstBin.html" title="GstBin">GstBin</a>
|
@@ -797,7 +829,7 @@ core when using the appropriate locking. Do not use this in plug-ins or
|
|
797
829
|
applications in order to retain ABI compatibility.</p>
|
798
830
|
<p>Elements can have pads (of the type <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a>). These pads link to pads on
|
799
831
|
other elements. <a class="link" href="GstBuffer.html" title="GstBuffer"><span class="type">GstBuffer</span></a> flow between these linked pads.
|
800
|
-
A <a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> has a <a href="/
|
832
|
+
A <a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> has a <a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> structures for all their input (or sink)
|
801
833
|
and output (or source) pads.
|
802
834
|
Core and plug-in writers can add and remove pads with <a class="link" href="GstElement.html#gst-element-add-pad" title="gst_element_add_pad ()"><code class="function">gst_element_add_pad()</code></a>
|
803
835
|
and <a class="link" href="GstElement.html#gst-element-remove-pad" title="gst_element_remove_pad ()"><code class="function">gst_element_remove_pad()</code></a>.</p>
|
@@ -839,8 +871,8 @@ specific situations.</p>
|
|
839
871
|
</pre>
|
840
872
|
<p>This macro returns the current <a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a> of the element.</p>
|
841
873
|
<div class="refsect3">
|
842
|
-
<a name="
|
843
|
-
<div class="informaltable"><table width="100%" border="0">
|
874
|
+
<a name="GST-STATE.parameters"></a><h4>Parameters</h4>
|
875
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
844
876
|
<colgroup>
|
845
877
|
<col width="150px" class="parameters_name">
|
846
878
|
<col class="parameters_description">
|
@@ -864,8 +896,8 @@ specific situations.</p>
|
|
864
896
|
, calculate the next (intermediate)
|
865
897
|
<a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a>.</p>
|
866
898
|
<div class="refsect3">
|
867
|
-
<a name="
|
868
|
-
<div class="informaltable"><table width="100%" border="0">
|
899
|
+
<a name="GST-STATE-GET-NEXT.parameters"></a><h4>Parameters</h4>
|
900
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
869
901
|
<colgroup>
|
870
902
|
<col width="150px" class="parameters_name">
|
871
903
|
<col class="parameters_description">
|
@@ -893,8 +925,8 @@ specific situations.</p>
|
|
893
925
|
</pre>
|
894
926
|
<p>This macro returns the next <a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a> of the element.</p>
|
895
927
|
<div class="refsect3">
|
896
|
-
<a name="
|
897
|
-
<div class="informaltable"><table width="100%" border="0">
|
928
|
+
<a name="GST-STATE-NEXT.parameters"></a><h4>Parameters</h4>
|
929
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
898
930
|
<colgroup>
|
899
931
|
<col width="150px" class="parameters_name">
|
900
932
|
<col class="parameters_description">
|
@@ -915,8 +947,8 @@ specific situations.</p>
|
|
915
947
|
</pre>
|
916
948
|
<p>This macro returns the currently pending <a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a> of the element.</p>
|
917
949
|
<div class="refsect3">
|
918
|
-
<a name="
|
919
|
-
<div class="informaltable"><table width="100%" border="0">
|
950
|
+
<a name="GST-STATE-PENDING.parameters"></a><h4>Parameters</h4>
|
951
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
920
952
|
<colgroup>
|
921
953
|
<col width="150px" class="parameters_name">
|
922
954
|
<col class="parameters_description">
|
@@ -937,8 +969,8 @@ specific situations.</p>
|
|
937
969
|
</pre>
|
938
970
|
<p>This macro returns the last <a class="link" href="GstElement.html#GstStateChangeReturn" title="enum GstStateChangeReturn"><span class="type">GstStateChangeReturn</span></a> value.</p>
|
939
971
|
<div class="refsect3">
|
940
|
-
<a name="
|
941
|
-
<div class="informaltable"><table width="100%" border="0">
|
972
|
+
<a name="GST-STATE-RETURN.parameters"></a><h4>Parameters</h4>
|
973
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
942
974
|
<colgroup>
|
943
975
|
<col width="150px" class="parameters_name">
|
944
976
|
<col class="parameters_description">
|
@@ -959,8 +991,8 @@ specific situations.</p>
|
|
959
991
|
</pre>
|
960
992
|
<p>This macro returns the target <a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a> of the element.</p>
|
961
993
|
<div class="refsect3">
|
962
|
-
<a name="
|
963
|
-
<div class="informaltable"><table width="100%" border="0">
|
994
|
+
<a name="GST-STATE-TARGET.parameters"></a><h4>Parameters</h4>
|
995
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
964
996
|
<colgroup>
|
965
997
|
<col width="150px" class="parameters_name">
|
966
998
|
<col class="parameters_description">
|
@@ -984,8 +1016,8 @@ specific situations.</p>
|
|
984
1016
|
, calculate the associated
|
985
1017
|
<a class="link" href="GstElement.html#GstStateChange" title="enum GstStateChange"><span class="type">GstStateChange</span></a> transition.</p>
|
986
1018
|
<div class="refsect3">
|
987
|
-
<a name="
|
988
|
-
<div class="informaltable"><table width="100%" border="0">
|
1019
|
+
<a name="GST-STATE-TRANSITION.parameters"></a><h4>Parameters</h4>
|
1020
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
989
1021
|
<colgroup>
|
990
1022
|
<col width="150px" class="parameters_name">
|
991
1023
|
<col class="parameters_description">
|
@@ -1014,8 +1046,8 @@ specific situations.</p>
|
|
1014
1046
|
<p>Given a state transition <em class="parameter"><code>trans</code></em>
|
1015
1047
|
, extract the current <a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a>.</p>
|
1016
1048
|
<div class="refsect3">
|
1017
|
-
<a name="
|
1018
|
-
<div class="informaltable"><table width="100%" border="0">
|
1049
|
+
<a name="GST-STATE-TRANSITION-CURRENT.parameters"></a><h4>Parameters</h4>
|
1050
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1019
1051
|
<colgroup>
|
1020
1052
|
<col width="150px" class="parameters_name">
|
1021
1053
|
<col class="parameters_description">
|
@@ -1037,8 +1069,8 @@ specific situations.</p>
|
|
1037
1069
|
<p>Given a state transition <em class="parameter"><code>trans</code></em>
|
1038
1070
|
, extract the next <a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a>.</p>
|
1039
1071
|
<div class="refsect3">
|
1040
|
-
<a name="
|
1041
|
-
<div class="informaltable"><table width="100%" border="0">
|
1072
|
+
<a name="GST-STATE-TRANSITION-NEXT.parameters"></a><h4>Parameters</h4>
|
1073
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1042
1074
|
<colgroup>
|
1043
1075
|
<col width="150px" class="parameters_name">
|
1044
1076
|
<col class="parameters_description">
|
@@ -1062,8 +1094,8 @@ specific situations.</p>
|
|
1062
1094
|
This lock is used by the core. It is taken while getting or setting
|
1063
1095
|
the state, during state changes, and while finalizing.</p>
|
1064
1096
|
<div class="refsect3">
|
1065
|
-
<a name="
|
1066
|
-
<div class="informaltable"><table width="100%" border="0">
|
1097
|
+
<a name="GST-STATE-GET-LOCK.parameters"></a><h4>Parameters</h4>
|
1098
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1067
1099
|
<colgroup>
|
1068
1100
|
<col width="150px" class="parameters_name">
|
1069
1101
|
<col class="parameters_description">
|
@@ -1084,8 +1116,8 @@ the state, during state changes, and while finalizing.</p>
|
|
1084
1116
|
</pre>
|
1085
1117
|
<p>Get the conditional used to signal the completion of a state change.</p>
|
1086
1118
|
<div class="refsect3">
|
1087
|
-
<a name="
|
1088
|
-
<div class="informaltable"><table width="100%" border="0">
|
1119
|
+
<a name="GST-STATE-GET-COND.parameters"></a><h4>Parameters</h4>
|
1120
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1089
1121
|
<colgroup>
|
1090
1122
|
<col width="150px" class="parameters_name">
|
1091
1123
|
<col class="parameters_description">
|
@@ -1104,11 +1136,12 @@ the state, during state changes, and while finalizing.</p>
|
|
1104
1136
|
<a name="GST-ELEMENT-NAME:CAPS"></a><h3>GST_ELEMENT_NAME()</h3>
|
1105
1137
|
<pre class="programlisting">#define GST_ELEMENT_NAME(elem) (GST_OBJECT_NAME(elem))
|
1106
1138
|
</pre>
|
1107
|
-
<p>Gets the name of this element.
|
1108
|
-
|
1139
|
+
<p>Gets the name of this element. This is not thread-safe by default
|
1140
|
+
(i.e. you will have to make sure the object lock is taken yourself).
|
1141
|
+
If in doubt use <a class="link" href="GstElement.html#gst-element-get-name" title="gst_element_get_name()"><code class="function">gst_element_get_name()</code></a> instead.</p>
|
1109
1142
|
<div class="refsect3">
|
1110
|
-
<a name="
|
1111
|
-
<div class="informaltable"><table width="100%" border="0">
|
1143
|
+
<a name="GST-ELEMENT-NAME.parameters"></a><h4>Parameters</h4>
|
1144
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1112
1145
|
<colgroup>
|
1113
1146
|
<col width="150px" class="parameters_name">
|
1114
1147
|
<col class="parameters_description">
|
@@ -1127,10 +1160,12 @@ ABI-compatible. Others use <a class="link" href="GstElement.html#gst-element-get
|
|
1127
1160
|
<a name="GST-ELEMENT-PARENT:CAPS"></a><h3>GST_ELEMENT_PARENT()</h3>
|
1128
1161
|
<pre class="programlisting">#define GST_ELEMENT_PARENT(elem) (GST_ELEMENT_CAST(GST_OBJECT_PARENT(elem)))
|
1129
1162
|
</pre>
|
1130
|
-
<p>Get the parent object of this element
|
1163
|
+
<p>Get the parent object of this element. This is not thread-safe by default
|
1164
|
+
(i.e. you will have to make sure the object lock is taken yourself).
|
1165
|
+
If in doubt use <a class="link" href="GstObject.html#gst-object-get-parent" title="gst_object_get_parent ()"><code class="function">gst_object_get_parent()</code></a> instead.</p>
|
1131
1166
|
<div class="refsect3">
|
1132
|
-
<a name="
|
1133
|
-
<div class="informaltable"><table width="100%" border="0">
|
1167
|
+
<a name="GST-ELEMENT-PARENT.parameters"></a><h4>Parameters</h4>
|
1168
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1134
1169
|
<colgroup>
|
1135
1170
|
<col width="150px" class="parameters_name">
|
1136
1171
|
<col class="parameters_description">
|
@@ -1149,10 +1184,12 @@ ABI-compatible. Others use <a class="link" href="GstElement.html#gst-element-get
|
|
1149
1184
|
<a name="GST-ELEMENT-BUS:CAPS"></a><h3>GST_ELEMENT_BUS()</h3>
|
1150
1185
|
<pre class="programlisting">#define GST_ELEMENT_BUS(elem) (GST_ELEMENT_CAST(elem)->bus)
|
1151
1186
|
</pre>
|
1152
|
-
<p>Get the message bus of this element
|
1187
|
+
<p>Get the message bus of this element. This is not thread-safe by default
|
1188
|
+
(i.e. you will have to make sure the object lock is taken yourself).
|
1189
|
+
If in doubt use <a class="link" href="GstElement.html#gst-element-get-bus" title="gst_element_get_bus ()"><code class="function">gst_element_get_bus()</code></a> instead.</p>
|
1153
1190
|
<div class="refsect3">
|
1154
|
-
<a name="
|
1155
|
-
<div class="informaltable"><table width="100%" border="0">
|
1191
|
+
<a name="GST-ELEMENT-BUS.parameters"></a><h4>Parameters</h4>
|
1192
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1156
1193
|
<colgroup>
|
1157
1194
|
<col width="150px" class="parameters_name">
|
1158
1195
|
<col class="parameters_description">
|
@@ -1171,10 +1208,12 @@ ABI-compatible. Others use <a class="link" href="GstElement.html#gst-element-get
|
|
1171
1208
|
<a name="GST-ELEMENT-CLOCK:CAPS"></a><h3>GST_ELEMENT_CLOCK()</h3>
|
1172
1209
|
<pre class="programlisting">#define GST_ELEMENT_CLOCK(elem) (GST_ELEMENT_CAST(elem)->clock)
|
1173
1210
|
</pre>
|
1174
|
-
<p>Get the clock of this element
|
1211
|
+
<p>Get the clock of this element.This is not thread-safe by default
|
1212
|
+
(i.e. you will have to make sure it is safe yourself).
|
1213
|
+
If in doubt use <a class="link" href="GstElement.html#gst-element-get-clock" title="gst_element_get_clock ()"><code class="function">gst_element_get_clock()</code></a> instead.</p>
|
1175
1214
|
<div class="refsect3">
|
1176
|
-
<a name="
|
1177
|
-
<div class="informaltable"><table width="100%" border="0">
|
1215
|
+
<a name="GST-ELEMENT-CLOCK.parameters"></a><h4>Parameters</h4>
|
1216
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1178
1217
|
<colgroup>
|
1179
1218
|
<col width="150px" class="parameters_name">
|
1180
1219
|
<col class="parameters_description">
|
@@ -1195,8 +1234,8 @@ ABI-compatible. Others use <a class="link" href="GstElement.html#gst-element-get
|
|
1195
1234
|
</pre>
|
1196
1235
|
<p>Get the pads of this elements.</p>
|
1197
1236
|
<div class="refsect3">
|
1198
|
-
<a name="
|
1199
|
-
<div class="informaltable"><table width="100%" border="0">
|
1237
|
+
<a name="GST-ELEMENT-PADS.parameters"></a><h4>Parameters</h4>
|
1238
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1200
1239
|
<colgroup>
|
1201
1240
|
<col width="150px" class="parameters_name">
|
1202
1241
|
<col class="parameters_description">
|
@@ -1219,8 +1258,8 @@ ABI-compatible. Others use <a class="link" href="GstElement.html#gst-element-get
|
|
1219
1258
|
. The start_time is the
|
1220
1259
|
running_time of the pipeline when the element went to PAUSED.</p>
|
1221
1260
|
<div class="refsect3">
|
1222
|
-
<a name="
|
1223
|
-
<div class="informaltable"><table width="100%" border="0">
|
1261
|
+
<a name="GST-ELEMENT-START-TIME.parameters"></a><h4>Parameters</h4>
|
1262
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1224
1263
|
<colgroup>
|
1225
1264
|
<col width="150px" class="parameters_name">
|
1226
1265
|
<col class="parameters_description">
|
@@ -1242,8 +1281,8 @@ running_time of the pipeline when the element went to PAUSED.</p>
|
|
1242
1281
|
data processing error. The pipeline will post an error message and the
|
1243
1282
|
application will be requested to stop further media processing.</p>
|
1244
1283
|
<div class="refsect3">
|
1245
|
-
<a name="
|
1246
|
-
<div class="informaltable"><table width="100%" border="0">
|
1284
|
+
<a name="GST-ELEMENT-ERROR.parameters"></a><h4>Parameters</h4>
|
1285
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1247
1286
|
<colgroup>
|
1248
1287
|
<col width="150px" class="parameters_name">
|
1249
1288
|
<col class="parameters_description">
|
@@ -1289,8 +1328,8 @@ enclosed in parentheses)</p></td>
|
|
1289
1328
|
data processing problem. The pipeline will post a warning message and the
|
1290
1329
|
application will be informed.</p>
|
1291
1330
|
<div class="refsect3">
|
1292
|
-
<a name="
|
1293
|
-
<div class="informaltable"><table width="100%" border="0">
|
1331
|
+
<a name="GST-ELEMENT-WARNING.parameters"></a><h4>Parameters</h4>
|
1332
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1294
1333
|
<colgroup>
|
1295
1334
|
<col width="150px" class="parameters_name">
|
1296
1335
|
<col class="parameters_description">
|
@@ -1337,8 +1376,8 @@ the application of something noteworthy that is not an error.
|
|
1337
1376
|
The pipeline will post a info message and the
|
1338
1377
|
application will be informed.</p>
|
1339
1378
|
<div class="refsect3">
|
1340
|
-
<a name="
|
1341
|
-
<div class="informaltable"><table width="100%" border="0">
|
1379
|
+
<a name="GST-ELEMENT-INFO.parameters"></a><h4>Parameters</h4>
|
1380
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1342
1381
|
<colgroup>
|
1343
1382
|
<col width="150px" class="parameters_name">
|
1344
1383
|
<col class="parameters_description">
|
@@ -1384,8 +1423,8 @@ enclosed in parentheses)</p></td>
|
|
1384
1423
|
<p>Check if the element is in the locked state and therefore will ignore state
|
1385
1424
|
changes from its parent object.</p>
|
1386
1425
|
<div class="refsect3">
|
1387
|
-
<a name="
|
1388
|
-
<div class="informaltable"><table width="100%" border="0">
|
1426
|
+
<a name="GST-ELEMENT-IS-LOCKED-STATE.parameters"></a><h4>Parameters</h4>
|
1427
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1389
1428
|
<colgroup>
|
1390
1429
|
<col width="150px" class="parameters_name">
|
1391
1430
|
<col class="parameters_description">
|
@@ -1409,8 +1448,8 @@ gst_element_class_add_pad_template (<em class="parameter"><code><a class="link"
|
|
1409
1448
|
functions of classes. If a pad template with the same name as an already
|
1410
1449
|
existing one is added the old one is replaced by the new one.</p>
|
1411
1450
|
<div class="refsect3">
|
1412
|
-
<a name="
|
1413
|
-
<div class="informaltable"><table width="100%" border="0">
|
1451
|
+
<a name="gst-element-class-add-pad-template.parameters"></a><h4>Parameters</h4>
|
1452
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1414
1453
|
<colgroup>
|
1415
1454
|
<col width="150px" class="parameters_name">
|
1416
1455
|
<col class="parameters_description">
|
@@ -1433,18 +1472,54 @@ existing one is added the old one is replaced by the new one.</p>
|
|
1433
1472
|
</div>
|
1434
1473
|
<hr>
|
1435
1474
|
<div class="refsect2">
|
1475
|
+
<a name="gst-element-class-add-static-pad-template"></a><h3>gst_element_class_add_static_pad_template ()</h3>
|
1476
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1477
|
+
gst_element_class_add_static_pad_template
|
1478
|
+
(<em class="parameter"><code><a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a> *klass</code></em>,
|
1479
|
+
<em class="parameter"><code><a class="link" href="GstPadTemplate.html#GstStaticPadTemplate" title="struct GstStaticPadTemplate"><span class="type">GstStaticPadTemplate</span></a> *static_templ</code></em>);</pre>
|
1480
|
+
<p>Adds a pad template to an element class based on the static pad template
|
1481
|
+
<em class="parameter"><code>templ</code></em>
|
1482
|
+
. This is mainly used in the _class_init functions of element
|
1483
|
+
implementations. If a pad template with the same name already exists,
|
1484
|
+
the old one is replaced by the new one.</p>
|
1485
|
+
<div class="refsect3">
|
1486
|
+
<a name="gst-element-class-add-static-pad-template.parameters"></a><h4>Parameters</h4>
|
1487
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1488
|
+
<colgroup>
|
1489
|
+
<col width="150px" class="parameters_name">
|
1490
|
+
<col class="parameters_description">
|
1491
|
+
<col width="200px" class="parameters_annotations">
|
1492
|
+
</colgroup>
|
1493
|
+
<tbody>
|
1494
|
+
<tr>
|
1495
|
+
<td class="parameter_name"><p>klass</p></td>
|
1496
|
+
<td class="parameter_description"><p>the <a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a> to add the pad template to.</p></td>
|
1497
|
+
<td class="parameter_annotations"> </td>
|
1498
|
+
</tr>
|
1499
|
+
<tr>
|
1500
|
+
<td class="parameter_name"><p>static_templ</p></td>
|
1501
|
+
<td class="parameter_description"><p><a class="link" href="GstPadTemplate.html#GstStaticPadTemplate" title="struct GstStaticPadTemplate"><span class="type">GstStaticPadTemplate</span></a> to add as pad template to the element class.</p></td>
|
1502
|
+
<td class="parameter_annotations"> </td>
|
1503
|
+
</tr>
|
1504
|
+
</tbody>
|
1505
|
+
</table></div>
|
1506
|
+
</div>
|
1507
|
+
<p class="since">Since: 1.8</p>
|
1508
|
+
</div>
|
1509
|
+
<hr>
|
1510
|
+
<div class="refsect2">
|
1436
1511
|
<a name="gst-element-class-get-pad-template"></a><h3>gst_element_class_get_pad_template ()</h3>
|
1437
1512
|
<pre class="programlisting"><a class="link" href="GstPadTemplate.html" title="GstPadTemplate"><span class="returnvalue">GstPadTemplate</span></a> *
|
1438
1513
|
gst_element_class_get_pad_template (<em class="parameter"><code><a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a> *element_class</code></em>,
|
1439
|
-
<em class="parameter"><code>const <a href="/
|
1514
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
1440
1515
|
<p>Retrieves a padtemplate from <em class="parameter"><code>element_class</code></em>
|
1441
1516
|
with the given name.</p>
|
1442
|
-
<div class="note">If you use this function in the <a href="/
|
1517
|
+
<div class="note">If you use this function in the <a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GInstanceInitFunc"><span class="type">GInstanceInitFunc</span></a> of an object class
|
1443
1518
|
that has subclasses, make sure to pass the g_class parameter of the
|
1444
|
-
<a href="/
|
1519
|
+
<a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GInstanceInitFunc"><span class="type">GInstanceInitFunc</span></a> here.</div>
|
1445
1520
|
<div class="refsect3">
|
1446
|
-
<a name="
|
1447
|
-
<div class="informaltable"><table width="100%" border="0">
|
1521
|
+
<a name="gst-element-class-get-pad-template.parameters"></a><h4>Parameters</h4>
|
1522
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1448
1523
|
<colgroup>
|
1449
1524
|
<col width="150px" class="parameters_name">
|
1450
1525
|
<col class="parameters_description">
|
@@ -1465,9 +1540,9 @@ that has subclasses, make sure to pass the g_class parameter of the
|
|
1465
1540
|
</table></div>
|
1466
1541
|
</div>
|
1467
1542
|
<div class="refsect3">
|
1468
|
-
<a name="
|
1543
|
+
<a name="gst-element-class-get-pad-template.returns"></a><h4>Returns</h4>
|
1469
1544
|
<p> the <a class="link" href="GstPadTemplate.html" title="GstPadTemplate"><span class="type">GstPadTemplate</span></a> with the
|
1470
|
-
given name, or <a href="/
|
1545
|
+
given name, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was found. No unreferencing is
|
1471
1546
|
necessary. </p>
|
1472
1547
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1473
1548
|
</div>
|
@@ -1475,18 +1550,18 @@ necessary. </p>
|
|
1475
1550
|
<hr>
|
1476
1551
|
<div class="refsect2">
|
1477
1552
|
<a name="gst-element-class-get-pad-template-list"></a><h3>gst_element_class_get_pad_template_list ()</h3>
|
1478
|
-
<pre class="programlisting"><a href="/
|
1553
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
1479
1554
|
gst_element_class_get_pad_template_list
|
1480
1555
|
(<em class="parameter"><code><a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a> *element_class</code></em>);</pre>
|
1481
1556
|
<p>Retrieves a list of the pad templates associated with <em class="parameter"><code>element_class</code></em>
|
1482
1557
|
. The
|
1483
1558
|
list must not be modified by the calling code.</p>
|
1484
|
-
<div class="note">If you use this function in the <a href="/
|
1559
|
+
<div class="note">If you use this function in the <a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GInstanceInitFunc"><span class="type">GInstanceInitFunc</span></a> of an object class
|
1485
1560
|
that has subclasses, make sure to pass the g_class parameter of the
|
1486
|
-
<a href="/
|
1561
|
+
<a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GInstanceInitFunc"><span class="type">GInstanceInitFunc</span></a> here.</div>
|
1487
1562
|
<div class="refsect3">
|
1488
|
-
<a name="
|
1489
|
-
<div class="informaltable"><table width="100%" border="0">
|
1563
|
+
<a name="gst-element-class-get-pad-template-list.parameters"></a><h4>Parameters</h4>
|
1564
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1490
1565
|
<colgroup>
|
1491
1566
|
<col width="150px" class="parameters_name">
|
1492
1567
|
<col class="parameters_description">
|
@@ -1500,8 +1575,8 @@ that has subclasses, make sure to pass the g_class parameter of the
|
|
1500
1575
|
</table></div>
|
1501
1576
|
</div>
|
1502
1577
|
<div class="refsect3">
|
1503
|
-
<a name="
|
1504
|
-
<p> the <a href="/
|
1578
|
+
<a name="gst-element-class-get-pad-template-list.returns"></a><h4>Returns</h4>
|
1579
|
+
<p> the <a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
|
1505
1580
|
pad templates. </p>
|
1506
1581
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.PadTemplate]</span></p>
|
1507
1582
|
</div>
|
@@ -1511,15 +1586,15 @@ pad templates. </p>
|
|
1511
1586
|
<a name="gst-element-class-set-metadata"></a><h3>gst_element_class_set_metadata ()</h3>
|
1512
1587
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1513
1588
|
gst_element_class_set_metadata (<em class="parameter"><code><a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a> *klass</code></em>,
|
1514
|
-
<em class="parameter"><code>const <a href="/
|
1515
|
-
<em class="parameter"><code>const <a href="/
|
1516
|
-
<em class="parameter"><code>const <a href="/
|
1517
|
-
<em class="parameter"><code>const <a href="/
|
1589
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *longname</code></em>,
|
1590
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *classification</code></em>,
|
1591
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *description</code></em>,
|
1592
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *author</code></em>);</pre>
|
1518
1593
|
<p>Sets the detailed information for a <a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a>.</p>
|
1519
1594
|
<div class="note">This function is for use in _class_init functions only.</div>
|
1520
1595
|
<div class="refsect3">
|
1521
|
-
<a name="
|
1522
|
-
<div class="informaltable"><table width="100%" border="0">
|
1596
|
+
<a name="gst-element-class-set-metadata.parameters"></a><h4>Parameters</h4>
|
1597
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1523
1598
|
<colgroup>
|
1524
1599
|
<col width="150px" class="parameters_name">
|
1525
1600
|
<col class="parameters_description">
|
@@ -1564,10 +1639,10 @@ multiple author metadata. E.g: "Joe Bloggs <joe.blogs at foo.com>"</p></td
|
|
1564
1639
|
<a name="gst-element-class-set-static-metadata"></a><h3>gst_element_class_set_static_metadata ()</h3>
|
1565
1640
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1566
1641
|
gst_element_class_set_static_metadata (<em class="parameter"><code><a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a> *klass</code></em>,
|
1567
|
-
<em class="parameter"><code>const <a href="/
|
1568
|
-
<em class="parameter"><code>const <a href="/
|
1569
|
-
<em class="parameter"><code>const <a href="/
|
1570
|
-
<em class="parameter"><code>const <a href="/
|
1642
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *longname</code></em>,
|
1643
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *classification</code></em>,
|
1644
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *description</code></em>,
|
1645
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *author</code></em>);</pre>
|
1571
1646
|
<p>Sets the detailed information for a <a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a>.</p>
|
1572
1647
|
<div class="note">This function is for use in _class_init functions only.</div>
|
1573
1648
|
<p>Same as <a class="link" href="GstElement.html#gst-element-class-set-metadata" title="gst_element_class_set_metadata ()"><code class="function">gst_element_class_set_metadata()</code></a>, but <em class="parameter"><code>longname</code></em>
|
@@ -1579,8 +1654,8 @@ gst_element_class_set_static_metadata (<em class="parameter"><code><a class="lin
|
|
1579
1654
|
they will not be copied. (GStreamer plugins will be made resident once
|
1580
1655
|
loaded, so this function can be used even from dynamically loaded plugins.)</p>
|
1581
1656
|
<div class="refsect3">
|
1582
|
-
<a name="
|
1583
|
-
<div class="informaltable"><table width="100%" border="0">
|
1657
|
+
<a name="gst-element-class-set-static-metadata.parameters"></a><h4>Parameters</h4>
|
1658
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1584
1659
|
<colgroup>
|
1585
1660
|
<col width="150px" class="parameters_name">
|
1586
1661
|
<col class="parameters_description">
|
@@ -1625,15 +1700,15 @@ multiple author metadata. E.g: "Joe Bloggs <joe.blogs at foo.com>"</p></td
|
|
1625
1700
|
<a name="gst-element-class-add-metadata"></a><h3>gst_element_class_add_metadata ()</h3>
|
1626
1701
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1627
1702
|
gst_element_class_add_metadata (<em class="parameter"><code><a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a> *klass</code></em>,
|
1628
|
-
<em class="parameter"><code>const <a href="/
|
1629
|
-
<em class="parameter"><code>const <a href="/
|
1703
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1704
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
|
1630
1705
|
<p>Set <em class="parameter"><code>key</code></em>
|
1631
1706
|
with <em class="parameter"><code>value</code></em>
|
1632
1707
|
as metadata in <em class="parameter"><code>klass</code></em>
|
1633
1708
|
.</p>
|
1634
1709
|
<div class="refsect3">
|
1635
|
-
<a name="
|
1636
|
-
<div class="informaltable"><table width="100%" border="0">
|
1710
|
+
<a name="gst-element-class-add-metadata.parameters"></a><h4>Parameters</h4>
|
1711
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1637
1712
|
<colgroup>
|
1638
1713
|
<col width="150px" class="parameters_name">
|
1639
1714
|
<col class="parameters_description">
|
@@ -1664,8 +1739,8 @@ gst_element_class_add_metadata (<em class="parameter"><code><a class="link" href
|
|
1664
1739
|
<a name="gst-element-class-add-static-metadata"></a><h3>gst_element_class_add_static_metadata ()</h3>
|
1665
1740
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1666
1741
|
gst_element_class_add_static_metadata (<em class="parameter"><code><a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a> *klass</code></em>,
|
1667
|
-
<em class="parameter"><code>const <a href="/
|
1668
|
-
<em class="parameter"><code>const <a href="/
|
1742
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1743
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
|
1669
1744
|
<p>Set <em class="parameter"><code>key</code></em>
|
1670
1745
|
with <em class="parameter"><code>value</code></em>
|
1671
1746
|
as metadata in <em class="parameter"><code>klass</code></em>
|
@@ -1676,8 +1751,8 @@ or an inlined string, as it will not be copied. (GStreamer plugins will
|
|
1676
1751
|
be made resident once loaded, so this function can be used even from
|
1677
1752
|
dynamically loaded plugins.)</p>
|
1678
1753
|
<div class="refsect3">
|
1679
|
-
<a name="
|
1680
|
-
<div class="informaltable"><table width="100%" border="0">
|
1754
|
+
<a name="gst-element-class-add-static-metadata.parameters"></a><h4>Parameters</h4>
|
1755
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1681
1756
|
<colgroup>
|
1682
1757
|
<col width="150px" class="parameters_name">
|
1683
1758
|
<col class="parameters_description">
|
@@ -1706,7 +1781,7 @@ dynamically loaded plugins.)</p>
|
|
1706
1781
|
<hr>
|
1707
1782
|
<div class="refsect2">
|
1708
1783
|
<a name="gst-element-add-pad"></a><h3>gst_element_add_pad ()</h3>
|
1709
|
-
<pre class="programlisting"><a href="/
|
1784
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1710
1785
|
gst_element_add_pad (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
1711
1786
|
<em class="parameter"><code><a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> *pad</code></em>);</pre>
|
1712
1787
|
<p>Adds a pad (link point) to <em class="parameter"><code>element</code></em>
|
@@ -1720,8 +1795,8 @@ state. See <a class="link" href="GstPad.html#gst-pad-set-active" title="gst_pad_
|
|
1720
1795
|
<p>The pad and the element should be unlocked when calling this function.</p>
|
1721
1796
|
<p>This function will emit the <a class="link" href="GstElement.html#GstElement-pad-added" title="The “pad-added” signal"><span class="type">“pad-added”</span></a> signal on the element.</p>
|
1722
1797
|
<div class="refsect3">
|
1723
|
-
<a name="
|
1724
|
-
<div class="informaltable"><table width="100%" border="0">
|
1798
|
+
<a name="gst-element-add-pad.parameters"></a><h4>Parameters</h4>
|
1799
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1725
1800
|
<colgroup>
|
1726
1801
|
<col width="150px" class="parameters_name">
|
1727
1802
|
<col class="parameters_description">
|
@@ -1742,8 +1817,8 @@ state. See <a class="link" href="GstPad.html#gst-pad-set-active" title="gst_pad_
|
|
1742
1817
|
</table></div>
|
1743
1818
|
</div>
|
1744
1819
|
<div class="refsect3">
|
1745
|
-
<a name="
|
1746
|
-
<p> <a href="/
|
1820
|
+
<a name="gst-element-add-pad.returns"></a><h4>Returns</h4>
|
1821
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pad could be added. This function can fail when
|
1747
1822
|
a pad with the same name already existed or the pad already had another
|
1748
1823
|
parent.</p>
|
1749
1824
|
<p>MT safe.</p>
|
@@ -1758,8 +1833,8 @@ gst_element_create_all_pads (<em class="parameter"><code><a class="link" href="G
|
|
1758
1833
|
This function is only useful during object initialization of
|
1759
1834
|
subclasses of <a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a>.</p>
|
1760
1835
|
<div class="refsect3">
|
1761
|
-
<a name="
|
1762
|
-
<div class="informaltable"><table width="100%" border="0">
|
1836
|
+
<a name="gst-element-create-all-pads.parameters"></a><h4>Parameters</h4>
|
1837
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1763
1838
|
<colgroup>
|
1764
1839
|
<col width="150px" class="parameters_name">
|
1765
1840
|
<col class="parameters_description">
|
@@ -1788,8 +1863,8 @@ and if none can be found, it will request a compatible REQUEST pad by looking
|
|
1788
1863
|
at the templates of <em class="parameter"><code>element</code></em>
|
1789
1864
|
.</p>
|
1790
1865
|
<div class="refsect3">
|
1791
|
-
<a name="
|
1792
|
-
<div class="informaltable"><table width="100%" border="0">
|
1866
|
+
<a name="gst-element-get-compatible-pad.parameters"></a><h4>Parameters</h4>
|
1867
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1793
1868
|
<colgroup>
|
1794
1869
|
<col width="150px" class="parameters_name">
|
1795
1870
|
<col class="parameters_description">
|
@@ -1815,9 +1890,9 @@ at the templates of <em class="parameter"><code>element</code></em>
|
|
1815
1890
|
</table></div>
|
1816
1891
|
</div>
|
1817
1892
|
<div class="refsect3">
|
1818
|
-
<a name="
|
1893
|
+
<a name="gst-element-get-compatible-pad.returns"></a><h4>Returns</h4>
|
1819
1894
|
<p> the <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> to which a link
|
1820
|
-
can be made, or <a href="/
|
1895
|
+
can be made, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if one cannot be found. <a class="link" href="GstObject.html#gst-object-unref" title="gst_object_unref ()"><code class="function">gst_object_unref()</code></a>
|
1821
1896
|
after usage. </p>
|
1822
1897
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1823
1898
|
</div>
|
@@ -1834,8 +1909,8 @@ gst_element_get_compatible_pad_template
|
|
1834
1909
|
.
|
1835
1910
|
Pads from compatible templates can be linked together.</p>
|
1836
1911
|
<div class="refsect3">
|
1837
|
-
<a name="
|
1838
|
-
<div class="informaltable"><table width="100%" border="0">
|
1912
|
+
<a name="gst-element-get-compatible-pad-template.parameters"></a><h4>Parameters</h4>
|
1913
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1839
1914
|
<colgroup>
|
1840
1915
|
<col width="150px" class="parameters_name">
|
1841
1916
|
<col class="parameters_description">
|
@@ -1857,9 +1932,9 @@ template for. </p></td>
|
|
1857
1932
|
</table></div>
|
1858
1933
|
</div>
|
1859
1934
|
<div class="refsect3">
|
1860
|
-
<a name="
|
1935
|
+
<a name="gst-element-get-compatible-pad-template.returns"></a><h4>Returns</h4>
|
1861
1936
|
<p> a compatible <a class="link" href="GstPadTemplate.html" title="GstPadTemplate"><span class="type">GstPadTemplate</span></a>,
|
1862
|
-
or <a href="/
|
1937
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was found. No unreferencing is necessary. </p>
|
1863
1938
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1864
1939
|
</div>
|
1865
1940
|
</div>
|
@@ -1868,7 +1943,7 @@ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
|
|
1868
1943
|
<a name="gst-element-get-request-pad"></a><h3>gst_element_get_request_pad ()</h3>
|
1869
1944
|
<pre class="programlisting"><a class="link" href="GstPad.html" title="GstPad"><span class="returnvalue">GstPad</span></a> *
|
1870
1945
|
gst_element_get_request_pad (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
1871
|
-
<em class="parameter"><code>const <a href="/
|
1946
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
1872
1947
|
<p>Retrieves a pad from the element by name (e.g. "src_%d"). This version only
|
1873
1948
|
retrieves request pads. The pad should be released with
|
1874
1949
|
<a class="link" href="GstElement.html#gst-element-release-request-pad" title="gst_element_release_request_pad ()"><code class="function">gst_element_release_request_pad()</code></a>.</p>
|
@@ -1877,8 +1952,8 @@ retrieves request pads. The pad should be released with
|
|
1877
1952
|
<em class="parameter"><code>name</code></em>
|
1878
1953
|
is "src_1" instead of "src_%u").</p>
|
1879
1954
|
<div class="refsect3">
|
1880
|
-
<a name="
|
1881
|
-
<div class="informaltable"><table width="100%" border="0">
|
1955
|
+
<a name="gst-element-get-request-pad.parameters"></a><h4>Parameters</h4>
|
1956
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1882
1957
|
<colgroup>
|
1883
1958
|
<col width="150px" class="parameters_name">
|
1884
1959
|
<col class="parameters_description">
|
@@ -1899,9 +1974,9 @@ retrieves request pads. The pad should be released with
|
|
1899
1974
|
</table></div>
|
1900
1975
|
</div>
|
1901
1976
|
<div class="refsect3">
|
1902
|
-
<a name="
|
1977
|
+
<a name="gst-element-get-request-pad.returns"></a><h4>Returns</h4>
|
1903
1978
|
<p> requested <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> if found,
|
1904
|
-
otherwise <a href="/
|
1979
|
+
otherwise <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Release after usage. </p>
|
1905
1980
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1906
1981
|
</div>
|
1907
1982
|
</div>
|
@@ -1910,13 +1985,13 @@ otherwise <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-
|
|
1910
1985
|
<a name="gst-element-get-static-pad"></a><h3>gst_element_get_static_pad ()</h3>
|
1911
1986
|
<pre class="programlisting"><a class="link" href="GstPad.html" title="GstPad"><span class="returnvalue">GstPad</span></a> *
|
1912
1987
|
gst_element_get_static_pad (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
1913
|
-
<em class="parameter"><code>const <a href="/
|
1988
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
1914
1989
|
<p>Retrieves a pad from <em class="parameter"><code>element</code></em>
|
1915
1990
|
by name. This version only retrieves
|
1916
1991
|
already-existing (i.e. 'static') pads.</p>
|
1917
1992
|
<div class="refsect3">
|
1918
|
-
<a name="
|
1919
|
-
<div class="informaltable"><table width="100%" border="0">
|
1993
|
+
<a name="gst-element-get-static-pad.parameters"></a><h4>Parameters</h4>
|
1994
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1920
1995
|
<colgroup>
|
1921
1996
|
<col width="150px" class="parameters_name">
|
1922
1997
|
<col class="parameters_description">
|
@@ -1937,9 +2012,9 @@ already-existing (i.e. 'static') pads.</p>
|
|
1937
2012
|
</table></div>
|
1938
2013
|
</div>
|
1939
2014
|
<div class="refsect3">
|
1940
|
-
<a name="
|
2015
|
+
<a name="gst-element-get-static-pad.returns"></a><h4>Returns</h4>
|
1941
2016
|
<p> the requested <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> if
|
1942
|
-
found, otherwise <a href="/
|
2017
|
+
found, otherwise <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. unref after usage.</p>
|
1943
2018
|
<p>MT safe. </p>
|
1944
2019
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1945
2020
|
</div>
|
@@ -1950,7 +2025,7 @@ found, otherwise <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/sha
|
|
1950
2025
|
<pre class="programlisting"><a class="link" href="GstPad.html" title="GstPad"><span class="returnvalue">GstPad</span></a> *
|
1951
2026
|
gst_element_request_pad (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
1952
2027
|
<em class="parameter"><code><a class="link" href="GstPadTemplate.html" title="GstPadTemplate"><span class="type">GstPadTemplate</span></a> *templ</code></em>,
|
1953
|
-
<em class="parameter"><code>const <a href="/
|
2028
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
1954
2029
|
<em class="parameter"><code>const <a class="link" href="GstCaps.html" title="GstCaps"><span class="type">GstCaps</span></a> *caps</code></em>);</pre>
|
1955
2030
|
<p>Retrieves a request pad from the element according to the provided template.
|
1956
2031
|
Pad templates can be looked up using
|
@@ -1958,8 +2033,8 @@ Pad templates can be looked up using
|
|
1958
2033
|
<p>The pad should be released with <a class="link" href="GstElement.html#gst-element-release-request-pad" title="gst_element_release_request_pad ()"><code class="function">gst_element_release_request_pad()</code></a>.</p>
|
1959
2034
|
<p><span class="annotation">[<acronym title="This is the invoker for a virtual method."><span class="acronym">virtual</span></acronym> request_new_pad]</span></p>
|
1960
2035
|
<div class="refsect3">
|
1961
|
-
<a name="
|
1962
|
-
<div class="informaltable"><table width="100%" border="0">
|
2036
|
+
<a name="gst-element-request-pad.parameters"></a><h4>Parameters</h4>
|
2037
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1963
2038
|
<colgroup>
|
1964
2039
|
<col width="150px" class="parameters_name">
|
1965
2040
|
<col class="parameters_description">
|
@@ -1979,22 +2054,22 @@ Pad templates can be looked up using
|
|
1979
2054
|
<tr>
|
1980
2055
|
<td class="parameter_name"><p>name</p></td>
|
1981
2056
|
<td class="parameter_description"><p> the name of the request <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a>
|
1982
|
-
to retrieve. Can be <a href="/
|
2057
|
+
to retrieve. Can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1983
2058
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1984
2059
|
</tr>
|
1985
2060
|
<tr>
|
1986
2061
|
<td class="parameter_name"><p>caps</p></td>
|
1987
2062
|
<td class="parameter_description"><p> the caps of the pad we want to
|
1988
|
-
request. Can be <a href="/
|
2063
|
+
request. Can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1989
2064
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1990
2065
|
</tr>
|
1991
2066
|
</tbody>
|
1992
2067
|
</table></div>
|
1993
2068
|
</div>
|
1994
2069
|
<div class="refsect3">
|
1995
|
-
<a name="
|
2070
|
+
<a name="gst-element-request-pad.returns"></a><h4>Returns</h4>
|
1996
2071
|
<p> requested <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> if found,
|
1997
|
-
otherwise <a href="/
|
2072
|
+
otherwise <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Release after usage. </p>
|
1998
2073
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1999
2074
|
</div>
|
2000
2075
|
</div>
|
@@ -2011,8 +2086,8 @@ the element is done initializing its pads.</p>
|
|
2011
2086
|
<p>This function emits the <a class="link" href="GstElement.html#GstElement-no-more-pads" title="The “no-more-pads” signal"><span class="type">“no-more-pads”</span></a> signal.</p>
|
2012
2087
|
<p>MT safe.</p>
|
2013
2088
|
<div class="refsect3">
|
2014
|
-
<a name="
|
2015
|
-
<div class="informaltable"><table width="100%" border="0">
|
2089
|
+
<a name="gst-element-no-more-pads.parameters"></a><h4>Parameters</h4>
|
2090
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2016
2091
|
<colgroup>
|
2017
2092
|
<col width="150px" class="parameters_name">
|
2018
2093
|
<col class="parameters_description">
|
@@ -2040,8 +2115,8 @@ followed by <a class="link" href="GstObject.html#gst-object-unref" title="gst_ob
|
|
2040
2115
|
.</p>
|
2041
2116
|
<p>MT safe.</p>
|
2042
2117
|
<div class="refsect3">
|
2043
|
-
<a name="
|
2044
|
-
<div class="informaltable"><table width="100%" border="0">
|
2118
|
+
<a name="gst-element-release-request-pad.parameters"></a><h4>Parameters</h4>
|
2119
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2045
2120
|
<colgroup>
|
2046
2121
|
<col width="150px" class="parameters_name">
|
2047
2122
|
<col class="parameters_description">
|
@@ -2065,7 +2140,7 @@ followed by <a class="link" href="GstObject.html#gst-object-unref" title="gst_ob
|
|
2065
2140
|
<hr>
|
2066
2141
|
<div class="refsect2">
|
2067
2142
|
<a name="gst-element-remove-pad"></a><h3>gst_element_remove_pad ()</h3>
|
2068
|
-
<pre class="programlisting"><a href="/
|
2143
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2069
2144
|
gst_element_remove_pad (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
2070
2145
|
<em class="parameter"><code><a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> *pad</code></em>);</pre>
|
2071
2146
|
<p>Removes <em class="parameter"><code>pad</code></em>
|
@@ -2084,8 +2159,8 @@ deactivating pads.</p>
|
|
2084
2159
|
<p>The pad and the element should be unlocked when calling this function.</p>
|
2085
2160
|
<p>This function will emit the <a class="link" href="GstElement.html#GstElement-pad-removed" title="The “pad-removed” signal"><span class="type">“pad-removed”</span></a> signal on the element.</p>
|
2086
2161
|
<div class="refsect3">
|
2087
|
-
<a name="
|
2088
|
-
<div class="informaltable"><table width="100%" border="0">
|
2162
|
+
<a name="gst-element-remove-pad.parameters"></a><h4>Parameters</h4>
|
2163
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2089
2164
|
<colgroup>
|
2090
2165
|
<col width="150px" class="parameters_name">
|
2091
2166
|
<col class="parameters_description">
|
@@ -2106,8 +2181,8 @@ deactivating pads.</p>
|
|
2106
2181
|
</table></div>
|
2107
2182
|
</div>
|
2108
2183
|
<div class="refsect3">
|
2109
|
-
<a name="
|
2110
|
-
<p> <a href="/
|
2184
|
+
<a name="gst-element-remove-pad.returns"></a><h4>Returns</h4>
|
2185
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pad could be removed. Can return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the
|
2111
2186
|
pad does not belong to the provided element.</p>
|
2112
2187
|
<p>MT safe.</p>
|
2113
2188
|
</div>
|
@@ -2124,8 +2199,8 @@ be freed after usage. Also more specialized iterators exists such as
|
|
2124
2199
|
<p>The order of pads returned by the iterator will be the order in which
|
2125
2200
|
the pads were added to the element.</p>
|
2126
2201
|
<div class="refsect3">
|
2127
|
-
<a name="
|
2128
|
-
<div class="informaltable"><table width="100%" border="0">
|
2202
|
+
<a name="gst-element-iterate-pads.parameters"></a><h4>Parameters</h4>
|
2203
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2129
2204
|
<colgroup>
|
2130
2205
|
<col width="150px" class="parameters_name">
|
2131
2206
|
<col class="parameters_description">
|
@@ -2139,7 +2214,7 @@ the pads were added to the element.</p>
|
|
2139
2214
|
</table></div>
|
2140
2215
|
</div>
|
2141
2216
|
<div class="refsect3">
|
2142
|
-
<a name="
|
2217
|
+
<a name="gst-element-iterate-pads.returns"></a><h4>Returns</h4>
|
2143
2218
|
<p> the <a class="link" href="gstreamer-GstIterator.html#GstIterator" title="struct GstIterator"><span class="type">GstIterator</span></a> of <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a>.</p>
|
2144
2219
|
<p>MT safe. </p>
|
2145
2220
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2155,8 +2230,8 @@ gst_element_iterate_sink_pads (<em class="parameter"><code><a class="link" href=
|
|
2155
2230
|
<p>The order of pads returned by the iterator will be the order in which
|
2156
2231
|
the pads were added to the element.</p>
|
2157
2232
|
<div class="refsect3">
|
2158
|
-
<a name="
|
2159
|
-
<div class="informaltable"><table width="100%" border="0">
|
2233
|
+
<a name="gst-element-iterate-sink-pads.parameters"></a><h4>Parameters</h4>
|
2234
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2160
2235
|
<colgroup>
|
2161
2236
|
<col width="150px" class="parameters_name">
|
2162
2237
|
<col class="parameters_description">
|
@@ -2170,7 +2245,7 @@ the pads were added to the element.</p>
|
|
2170
2245
|
</table></div>
|
2171
2246
|
</div>
|
2172
2247
|
<div class="refsect3">
|
2173
|
-
<a name="
|
2248
|
+
<a name="gst-element-iterate-sink-pads.returns"></a><h4>Returns</h4>
|
2174
2249
|
<p> the <a class="link" href="gstreamer-GstIterator.html#GstIterator" title="struct GstIterator"><span class="type">GstIterator</span></a> of <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a>.</p>
|
2175
2250
|
<p>MT safe. </p>
|
2176
2251
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2186,8 +2261,8 @@ gst_element_iterate_src_pads (<em class="parameter"><code><a class="link" href="
|
|
2186
2261
|
<p>The order of pads returned by the iterator will be the order in which
|
2187
2262
|
the pads were added to the element.</p>
|
2188
2263
|
<div class="refsect3">
|
2189
|
-
<a name="
|
2190
|
-
<div class="informaltable"><table width="100%" border="0">
|
2264
|
+
<a name="gst-element-iterate-src-pads.parameters"></a><h4>Parameters</h4>
|
2265
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2191
2266
|
<colgroup>
|
2192
2267
|
<col width="150px" class="parameters_name">
|
2193
2268
|
<col class="parameters_description">
|
@@ -2201,7 +2276,7 @@ the pads were added to the element.</p>
|
|
2201
2276
|
</table></div>
|
2202
2277
|
</div>
|
2203
2278
|
<div class="refsect3">
|
2204
|
-
<a name="
|
2279
|
+
<a name="gst-element-iterate-src-pads.returns"></a><h4>Returns</h4>
|
2205
2280
|
<p> the <a class="link" href="gstreamer-GstIterator.html#GstIterator" title="struct GstIterator"><span class="type">GstIterator</span></a> of <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a>.</p>
|
2206
2281
|
<p>MT safe. </p>
|
2207
2282
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2210,7 +2285,7 @@ the pads were added to the element.</p>
|
|
2210
2285
|
<hr>
|
2211
2286
|
<div class="refsect2">
|
2212
2287
|
<a name="gst-element-link"></a><h3>gst_element_link ()</h3>
|
2213
|
-
<pre class="programlisting"><a href="/
|
2288
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2214
2289
|
gst_element_link (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *src</code></em>,
|
2215
2290
|
<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *dest</code></em>);</pre>
|
2216
2291
|
<p>Links <em class="parameter"><code>src</code></em>
|
@@ -2223,8 +2298,8 @@ If multiple links are possible, only one is established.</p>
|
|
2223
2298
|
<p>Make sure you have added your elements to a bin or pipeline with
|
2224
2299
|
<a class="link" href="GstBin.html#gst-bin-add" title="gst_bin_add ()"><code class="function">gst_bin_add()</code></a> before trying to link them.</p>
|
2225
2300
|
<div class="refsect3">
|
2226
|
-
<a name="
|
2227
|
-
<div class="informaltable"><table width="100%" border="0">
|
2301
|
+
<a name="gst-element-link.parameters"></a><h4>Parameters</h4>
|
2302
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2228
2303
|
<colgroup>
|
2229
2304
|
<col width="150px" class="parameters_name">
|
2230
2305
|
<col class="parameters_description">
|
@@ -2245,8 +2320,8 @@ If multiple links are possible, only one is established.</p>
|
|
2245
2320
|
</table></div>
|
2246
2321
|
</div>
|
2247
2322
|
<div class="refsect3">
|
2248
|
-
<a name="
|
2249
|
-
<p> <a href="/
|
2323
|
+
<a name="gst-element-link.returns"></a><h4>Returns</h4>
|
2324
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the elements could be linked, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2250
2325
|
</div>
|
2251
2326
|
</div>
|
2252
2327
|
<hr>
|
@@ -2260,8 +2335,8 @@ of the sink element to which they are linked.</p>
|
|
2260
2335
|
<p>If the link has been made using <a class="link" href="GstElement.html#gst-element-link" title="gst_element_link ()"><code class="function">gst_element_link()</code></a>, it could have created an
|
2261
2336
|
requestpad, which has to be released using <a class="link" href="GstElement.html#gst-element-release-request-pad" title="gst_element_release_request_pad ()"><code class="function">gst_element_release_request_pad()</code></a>.</p>
|
2262
2337
|
<div class="refsect3">
|
2263
|
-
<a name="
|
2264
|
-
<div class="informaltable"><table width="100%" border="0">
|
2338
|
+
<a name="gst-element-unlink.parameters"></a><h4>Parameters</h4>
|
2339
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2265
2340
|
<colgroup>
|
2266
2341
|
<col width="150px" class="parameters_name">
|
2267
2342
|
<col class="parameters_description">
|
@@ -2285,7 +2360,7 @@ requestpad, which has to be released using <a class="link" href="GstElement.html
|
|
2285
2360
|
<hr>
|
2286
2361
|
<div class="refsect2">
|
2287
2362
|
<a name="gst-element-link-many"></a><h3>gst_element_link_many ()</h3>
|
2288
|
-
<pre class="programlisting"><a href="/
|
2363
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2289
2364
|
gst_element_link_many (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element_1</code></em>,
|
2290
2365
|
<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element_2</code></em>,
|
2291
2366
|
<em class="parameter"><code>...</code></em>);</pre>
|
@@ -2293,8 +2368,8 @@ gst_element_link_many (<em class="parameter"><code><a class="link" href="GstElem
|
|
2293
2368
|
Make sure you have added your elements to a bin or pipeline with
|
2294
2369
|
<a class="link" href="GstBin.html#gst-bin-add" title="gst_bin_add ()"><code class="function">gst_bin_add()</code></a> before trying to link them.</p>
|
2295
2370
|
<div class="refsect3">
|
2296
|
-
<a name="
|
2297
|
-
<div class="informaltable"><table width="100%" border="0">
|
2371
|
+
<a name="gst-element-link-many.parameters"></a><h4>Parameters</h4>
|
2372
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2298
2373
|
<colgroup>
|
2299
2374
|
<col width="150px" class="parameters_name">
|
2300
2375
|
<col class="parameters_description">
|
@@ -2313,15 +2388,15 @@ Make sure you have added your elements to a bin or pipeline with
|
|
2313
2388
|
</tr>
|
2314
2389
|
<tr>
|
2315
2390
|
<td class="parameter_name"><p>...</p></td>
|
2316
|
-
<td class="parameter_description"><p>the <a href="/
|
2391
|
+
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of elements to link in order.</p></td>
|
2317
2392
|
<td class="parameter_annotations"> </td>
|
2318
2393
|
</tr>
|
2319
2394
|
</tbody>
|
2320
2395
|
</table></div>
|
2321
2396
|
</div>
|
2322
2397
|
<div class="refsect3">
|
2323
|
-
<a name="
|
2324
|
-
<p> <a href="/
|
2398
|
+
<a name="gst-element-link-many.returns"></a><h4>Returns</h4>
|
2399
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2325
2400
|
</div>
|
2326
2401
|
</div>
|
2327
2402
|
<hr>
|
@@ -2333,8 +2408,8 @@ gst_element_unlink_many (<em class="parameter"><code><a class="link" href="GstEl
|
|
2333
2408
|
<em class="parameter"><code>...</code></em>);</pre>
|
2334
2409
|
<p>Unlinks a series of elements. Uses <a class="link" href="GstElement.html#gst-element-unlink" title="gst_element_unlink ()"><code class="function">gst_element_unlink()</code></a>.</p>
|
2335
2410
|
<div class="refsect3">
|
2336
|
-
<a name="
|
2337
|
-
<div class="informaltable"><table width="100%" border="0">
|
2411
|
+
<a name="gst-element-unlink-many.parameters"></a><h4>Parameters</h4>
|
2412
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2338
2413
|
<colgroup>
|
2339
2414
|
<col width="150px" class="parameters_name">
|
2340
2415
|
<col class="parameters_description">
|
@@ -2353,7 +2428,7 @@ gst_element_unlink_many (<em class="parameter"><code><a class="link" href="GstEl
|
|
2353
2428
|
</tr>
|
2354
2429
|
<tr>
|
2355
2430
|
<td class="parameter_name"><p>...</p></td>
|
2356
|
-
<td class="parameter_description"><p>the <a href="/
|
2431
|
+
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of elements to unlink in order.</p></td>
|
2357
2432
|
<td class="parameter_annotations"> </td>
|
2358
2433
|
</tr>
|
2359
2434
|
</tbody>
|
@@ -2363,18 +2438,18 @@ gst_element_unlink_many (<em class="parameter"><code><a class="link" href="GstEl
|
|
2363
2438
|
<hr>
|
2364
2439
|
<div class="refsect2">
|
2365
2440
|
<a name="gst-element-link-pads"></a><h3>gst_element_link_pads ()</h3>
|
2366
|
-
<pre class="programlisting"><a href="/
|
2441
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2367
2442
|
gst_element_link_pads (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *src</code></em>,
|
2368
|
-
<em class="parameter"><code>const <a href="/
|
2443
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *srcpadname</code></em>,
|
2369
2444
|
<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *dest</code></em>,
|
2370
|
-
<em class="parameter"><code>const <a href="/
|
2445
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *destpadname</code></em>);</pre>
|
2371
2446
|
<p>Links the two named pads of the source and destination elements.
|
2372
2447
|
Side effect is that if one of the pads has no parent, it becomes a
|
2373
2448
|
child of the parent of the other element. If they have different
|
2374
2449
|
parents, the link fails.</p>
|
2375
2450
|
<div class="refsect3">
|
2376
|
-
<a name="
|
2377
|
-
<div class="informaltable"><table width="100%" border="0">
|
2451
|
+
<a name="gst-element-link-pads.parameters"></a><h4>Parameters</h4>
|
2452
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2378
2453
|
<colgroup>
|
2379
2454
|
<col width="150px" class="parameters_name">
|
2380
2455
|
<col class="parameters_description">
|
@@ -2389,7 +2464,7 @@ parents, the link fails.</p>
|
|
2389
2464
|
<tr>
|
2390
2465
|
<td class="parameter_name"><p>srcpadname</p></td>
|
2391
2466
|
<td class="parameter_description"><p> the name of the <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> in source element
|
2392
|
-
or <a href="/
|
2467
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for any pad. </p></td>
|
2393
2468
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2394
2469
|
</tr>
|
2395
2470
|
<tr>
|
@@ -2400,25 +2475,25 @@ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
|
|
2400
2475
|
<tr>
|
2401
2476
|
<td class="parameter_name"><p>destpadname</p></td>
|
2402
2477
|
<td class="parameter_description"><p> the name of the <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> in destination element,
|
2403
|
-
or <a href="/
|
2478
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for any pad. </p></td>
|
2404
2479
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2405
2480
|
</tr>
|
2406
2481
|
</tbody>
|
2407
2482
|
</table></div>
|
2408
2483
|
</div>
|
2409
2484
|
<div class="refsect3">
|
2410
|
-
<a name="
|
2411
|
-
<p> <a href="/
|
2485
|
+
<a name="gst-element-link-pads.returns"></a><h4>Returns</h4>
|
2486
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pads could be linked, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2412
2487
|
</div>
|
2413
2488
|
</div>
|
2414
2489
|
<hr>
|
2415
2490
|
<div class="refsect2">
|
2416
2491
|
<a name="gst-element-link-pads-full"></a><h3>gst_element_link_pads_full ()</h3>
|
2417
|
-
<pre class="programlisting"><a href="/
|
2492
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2418
2493
|
gst_element_link_pads_full (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *src</code></em>,
|
2419
|
-
<em class="parameter"><code>const <a href="/
|
2494
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *srcpadname</code></em>,
|
2420
2495
|
<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *dest</code></em>,
|
2421
|
-
<em class="parameter"><code>const <a href="/
|
2496
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *destpadname</code></em>,
|
2422
2497
|
<em class="parameter"><code><a class="link" href="GstPad.html#GstPadLinkCheck" title="enum GstPadLinkCheck"><span class="type">GstPadLinkCheck</span></a> flags</code></em>);</pre>
|
2423
2498
|
<p>Links the two named pads of the source and destination elements.
|
2424
2499
|
Side effect is that if one of the pads has no parent, it becomes a
|
@@ -2430,8 +2505,8 @@ is the same as calling <a class="link" href="GstElement.html#gst-element-link-pa
|
|
2430
2505
|
linking pads with safety checks applied.</p>
|
2431
2506
|
<p>This is a convenience function for <a class="link" href="GstPad.html#gst-pad-link-full" title="gst_pad_link_full ()"><code class="function">gst_pad_link_full()</code></a>.</p>
|
2432
2507
|
<div class="refsect3">
|
2433
|
-
<a name="
|
2434
|
-
<div class="informaltable"><table width="100%" border="0">
|
2508
|
+
<a name="gst-element-link-pads-full.parameters"></a><h4>Parameters</h4>
|
2509
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2435
2510
|
<colgroup>
|
2436
2511
|
<col width="150px" class="parameters_name">
|
2437
2512
|
<col class="parameters_description">
|
@@ -2446,7 +2521,7 @@ linking pads with safety checks applied.</p>
|
|
2446
2521
|
<tr>
|
2447
2522
|
<td class="parameter_name"><p>srcpadname</p></td>
|
2448
2523
|
<td class="parameter_description"><p> the name of the <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> in source element
|
2449
|
-
or <a href="/
|
2524
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for any pad. </p></td>
|
2450
2525
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2451
2526
|
</tr>
|
2452
2527
|
<tr>
|
@@ -2457,7 +2532,7 @@ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
|
|
2457
2532
|
<tr>
|
2458
2533
|
<td class="parameter_name"><p>destpadname</p></td>
|
2459
2534
|
<td class="parameter_description"><p> the name of the <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> in destination element,
|
2460
|
-
or <a href="/
|
2535
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for any pad. </p></td>
|
2461
2536
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2462
2537
|
</tr>
|
2463
2538
|
<tr>
|
@@ -2469,8 +2544,8 @@ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
|
|
2469
2544
|
</table></div>
|
2470
2545
|
</div>
|
2471
2546
|
<div class="refsect3">
|
2472
|
-
<a name="
|
2473
|
-
<p> <a href="/
|
2547
|
+
<a name="gst-element-link-pads-full.returns"></a><h4>Returns</h4>
|
2548
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pads could be linked, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2474
2549
|
</div>
|
2475
2550
|
</div>
|
2476
2551
|
<hr>
|
@@ -2478,14 +2553,14 @@ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
|
|
2478
2553
|
<a name="gst-element-unlink-pads"></a><h3>gst_element_unlink_pads ()</h3>
|
2479
2554
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2480
2555
|
gst_element_unlink_pads (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *src</code></em>,
|
2481
|
-
<em class="parameter"><code>const <a href="/
|
2556
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *srcpadname</code></em>,
|
2482
2557
|
<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *dest</code></em>,
|
2483
|
-
<em class="parameter"><code>const <a href="/
|
2558
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *destpadname</code></em>);</pre>
|
2484
2559
|
<p>Unlinks the two named pads of the source and destination elements.</p>
|
2485
2560
|
<p>This is a convenience function for <a class="link" href="GstPad.html#gst-pad-unlink" title="gst_pad_unlink ()"><code class="function">gst_pad_unlink()</code></a>.</p>
|
2486
2561
|
<div class="refsect3">
|
2487
|
-
<a name="
|
2488
|
-
<div class="informaltable"><table width="100%" border="0">
|
2562
|
+
<a name="gst-element-unlink-pads.parameters"></a><h4>Parameters</h4>
|
2563
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2489
2564
|
<colgroup>
|
2490
2565
|
<col width="150px" class="parameters_name">
|
2491
2566
|
<col class="parameters_description">
|
@@ -2519,21 +2594,21 @@ gst_element_unlink_pads (<em class="parameter"><code><a class="link" href="GstEl
|
|
2519
2594
|
<hr>
|
2520
2595
|
<div class="refsect2">
|
2521
2596
|
<a name="gst-element-link-pads-filtered"></a><h3>gst_element_link_pads_filtered ()</h3>
|
2522
|
-
<pre class="programlisting"><a href="/
|
2597
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2523
2598
|
gst_element_link_pads_filtered (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *src</code></em>,
|
2524
|
-
<em class="parameter"><code>const <a href="/
|
2599
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *srcpadname</code></em>,
|
2525
2600
|
<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *dest</code></em>,
|
2526
|
-
<em class="parameter"><code>const <a href="/
|
2601
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *destpadname</code></em>,
|
2527
2602
|
<em class="parameter"><code><a class="link" href="GstCaps.html" title="GstCaps"><span class="type">GstCaps</span></a> *filter</code></em>);</pre>
|
2528
2603
|
<p>Links the two named pads of the source and destination elements. Side effect
|
2529
2604
|
is that if one of the pads has no parent, it becomes a child of the parent of
|
2530
2605
|
the other element. If they have different parents, the link fails. If <em class="parameter"><code>caps</code></em>
|
2531
2606
|
|
2532
|
-
is not <a href="/
|
2607
|
+
is not <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, makes sure that the caps of the link is a subset of <em class="parameter"><code>caps</code></em>
|
2533
2608
|
.</p>
|
2534
2609
|
<div class="refsect3">
|
2535
|
-
<a name="
|
2536
|
-
<div class="informaltable"><table width="100%" border="0">
|
2610
|
+
<a name="gst-element-link-pads-filtered.parameters"></a><h4>Parameters</h4>
|
2611
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2537
2612
|
<colgroup>
|
2538
2613
|
<col width="150px" class="parameters_name">
|
2539
2614
|
<col class="parameters_description">
|
@@ -2548,7 +2623,7 @@ is not <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc
|
|
2548
2623
|
<tr>
|
2549
2624
|
<td class="parameter_name"><p>srcpadname</p></td>
|
2550
2625
|
<td class="parameter_description"><p> the name of the <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> in source element
|
2551
|
-
or <a href="/
|
2626
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for any pad. </p></td>
|
2552
2627
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2553
2628
|
</tr>
|
2554
2629
|
<tr>
|
@@ -2559,27 +2634,27 @@ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
|
|
2559
2634
|
<tr>
|
2560
2635
|
<td class="parameter_name"><p>destpadname</p></td>
|
2561
2636
|
<td class="parameter_description"><p> the name of the <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> in destination element
|
2562
|
-
or <a href="/
|
2637
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for any pad. </p></td>
|
2563
2638
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2564
2639
|
</tr>
|
2565
2640
|
<tr>
|
2566
2641
|
<td class="parameter_name"><p>filter</p></td>
|
2567
2642
|
<td class="parameter_description"><p> the <a class="link" href="GstCaps.html" title="GstCaps"><span class="type">GstCaps</span></a> to filter the link,
|
2568
|
-
or <a href="/
|
2643
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for no filter. </p></td>
|
2569
2644
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2570
2645
|
</tr>
|
2571
2646
|
</tbody>
|
2572
2647
|
</table></div>
|
2573
2648
|
</div>
|
2574
2649
|
<div class="refsect3">
|
2575
|
-
<a name="
|
2576
|
-
<p> <a href="/
|
2650
|
+
<a name="gst-element-link-pads-filtered.returns"></a><h4>Returns</h4>
|
2651
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pads could be linked, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2577
2652
|
</div>
|
2578
2653
|
</div>
|
2579
2654
|
<hr>
|
2580
2655
|
<div class="refsect2">
|
2581
2656
|
<a name="gst-element-link-filtered"></a><h3>gst_element_link_filtered ()</h3>
|
2582
|
-
<pre class="programlisting"><a href="/
|
2657
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2583
2658
|
gst_element_link_filtered (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *src</code></em>,
|
2584
2659
|
<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *dest</code></em>,
|
2585
2660
|
<em class="parameter"><code><a class="link" href="GstCaps.html" title="GstCaps"><span class="type">GstCaps</span></a> *filter</code></em>);</pre>
|
@@ -2593,8 +2668,8 @@ If multiple links are possible, only one is established.</p>
|
|
2593
2668
|
<p>Make sure you have added your elements to a bin or pipeline with
|
2594
2669
|
<a class="link" href="GstBin.html#gst-bin-add" title="gst_bin_add ()"><code class="function">gst_bin_add()</code></a> before trying to link them.</p>
|
2595
2670
|
<div class="refsect3">
|
2596
|
-
<a name="
|
2597
|
-
<div class="informaltable"><table width="100%" border="0">
|
2671
|
+
<a name="gst-element-link-filtered.parameters"></a><h4>Parameters</h4>
|
2672
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2598
2673
|
<colgroup>
|
2599
2674
|
<col width="150px" class="parameters_name">
|
2600
2675
|
<col class="parameters_description">
|
@@ -2614,29 +2689,29 @@ If multiple links are possible, only one is established.</p>
|
|
2614
2689
|
<tr>
|
2615
2690
|
<td class="parameter_name"><p>filter</p></td>
|
2616
2691
|
<td class="parameter_description"><p> the <a class="link" href="GstCaps.html" title="GstCaps"><span class="type">GstCaps</span></a> to filter the link,
|
2617
|
-
or <a href="/
|
2692
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for no filter. </p></td>
|
2618
2693
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2619
2694
|
</tr>
|
2620
2695
|
</tbody>
|
2621
2696
|
</table></div>
|
2622
2697
|
</div>
|
2623
2698
|
<div class="refsect3">
|
2624
|
-
<a name="
|
2625
|
-
<p> <a href="/
|
2699
|
+
<a name="gst-element-link-filtered.returns"></a><h4>Returns</h4>
|
2700
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pads could be linked, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2626
2701
|
</div>
|
2627
2702
|
</div>
|
2628
2703
|
<hr>
|
2629
2704
|
<div class="refsect2">
|
2630
2705
|
<a name="gst-element-class-get-metadata"></a><h3>gst_element_class_get_metadata ()</h3>
|
2631
|
-
<pre class="programlisting">const <a href="/
|
2706
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
2632
2707
|
gst_element_class_get_metadata (<em class="parameter"><code><a class="link" href="GstElement.html#GstElementClass" title="struct GstElementClass"><span class="type">GstElementClass</span></a> *klass</code></em>,
|
2633
|
-
<em class="parameter"><code>const <a href="/
|
2708
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
|
2634
2709
|
<p>Get metadata with <em class="parameter"><code>key</code></em>
|
2635
2710
|
in <em class="parameter"><code>klass</code></em>
|
2636
2711
|
.</p>
|
2637
2712
|
<div class="refsect3">
|
2638
|
-
<a name="
|
2639
|
-
<div class="informaltable"><table width="100%" border="0">
|
2713
|
+
<a name="gst-element-class-get-metadata.parameters"></a><h4>Parameters</h4>
|
2714
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2640
2715
|
<colgroup>
|
2641
2716
|
<col width="150px" class="parameters_name">
|
2642
2717
|
<col class="parameters_description">
|
@@ -2657,7 +2732,7 @@ gst_element_class_get_metadata (<em class="parameter"><code><a class="link" href
|
|
2657
2732
|
</table></div>
|
2658
2733
|
</div>
|
2659
2734
|
<div class="refsect3">
|
2660
|
-
<a name="
|
2735
|
+
<a name="gst-element-class-get-metadata.returns"></a><h4>Returns</h4>
|
2661
2736
|
<p> the metadata for <em class="parameter"><code>key</code></em>
|
2662
2737
|
.</p>
|
2663
2738
|
</div>
|
@@ -2671,8 +2746,8 @@ gst_element_set_base_time (<em class="parameter"><code><a class="link" href="Gst
|
|
2671
2746
|
<p>Set the base time of an element. See <a class="link" href="GstElement.html#gst-element-get-base-time" title="gst_element_get_base_time ()"><code class="function">gst_element_get_base_time()</code></a>.</p>
|
2672
2747
|
<p>MT safe.</p>
|
2673
2748
|
<div class="refsect3">
|
2674
|
-
<a name="
|
2675
|
-
<div class="informaltable"><table width="100%" border="0">
|
2749
|
+
<a name="gst-element-set-base-time.parameters"></a><h4>Parameters</h4>
|
2750
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2676
2751
|
<colgroup>
|
2677
2752
|
<col width="150px" class="parameters_name">
|
2678
2753
|
<col class="parameters_description">
|
@@ -2703,8 +2778,8 @@ absolute time of the clock when this element was last put to
|
|
2703
2778
|
PLAYING. Subtracting the base time from the clock time gives
|
2704
2779
|
the running time of the element.</p>
|
2705
2780
|
<div class="refsect3">
|
2706
|
-
<a name="
|
2707
|
-
<div class="informaltable"><table width="100%" border="0">
|
2781
|
+
<a name="gst-element-get-base-time.parameters"></a><h4>Parameters</h4>
|
2782
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2708
2783
|
<colgroup>
|
2709
2784
|
<col width="150px" class="parameters_name">
|
2710
2785
|
<col class="parameters_description">
|
@@ -2718,7 +2793,7 @@ the running time of the element.</p>
|
|
2718
2793
|
</table></div>
|
2719
2794
|
</div>
|
2720
2795
|
<div class="refsect3">
|
2721
|
-
<a name="
|
2796
|
+
<a name="gst-element-get-base-time.returns"></a><h4>Returns</h4>
|
2722
2797
|
<p> the base time of the element.</p>
|
2723
2798
|
<p>MT safe.</p>
|
2724
2799
|
</div>
|
@@ -2740,8 +2815,8 @@ itself, for example if you want to synchronize capture from multiple
|
|
2740
2815
|
pipelines, and you can also ensure that the pipelines have the same clock.</p>
|
2741
2816
|
<p>MT safe.</p>
|
2742
2817
|
<div class="refsect3">
|
2743
|
-
<a name="
|
2744
|
-
<div class="informaltable"><table width="100%" border="0">
|
2818
|
+
<a name="gst-element-set-start-time.parameters"></a><h4>Parameters</h4>
|
2819
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2745
2820
|
<colgroup>
|
2746
2821
|
<col width="150px" class="parameters_name">
|
2747
2822
|
<col class="parameters_description">
|
@@ -2773,8 +2848,8 @@ running time of the clock when this element was last put to PAUSED.</p>
|
|
2773
2848
|
<a class="link" href="GstPipeline.html" title="GstPipeline"><span class="type">GstPipeline</span></a>.</p>
|
2774
2849
|
<p>MT safe.</p>
|
2775
2850
|
<div class="refsect3">
|
2776
|
-
<a name="
|
2777
|
-
<div class="informaltable"><table width="100%" border="0">
|
2851
|
+
<a name="gst-element-get-start-time.parameters"></a><h4>Parameters</h4>
|
2852
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2778
2853
|
<colgroup>
|
2779
2854
|
<col width="150px" class="parameters_name">
|
2780
2855
|
<col class="parameters_description">
|
@@ -2788,7 +2863,7 @@ running time of the clock when this element was last put to PAUSED.</p>
|
|
2788
2863
|
</table></div>
|
2789
2864
|
</div>
|
2790
2865
|
<div class="refsect3">
|
2791
|
-
<a name="
|
2866
|
+
<a name="gst-element-get-start-time.returns"></a><h4>Returns</h4>
|
2792
2867
|
<p> the start time of the element.</p>
|
2793
2868
|
</div>
|
2794
2869
|
</div>
|
@@ -2802,8 +2877,8 @@ gst_element_set_bus (<em class="parameter"><code><a class="link" href="GstElemen
|
|
2802
2877
|
For internal use only, unless you're testing elements.</p>
|
2803
2878
|
<p>MT safe.</p>
|
2804
2879
|
<div class="refsect3">
|
2805
|
-
<a name="
|
2806
|
-
<div class="informaltable"><table width="100%" border="0">
|
2880
|
+
<a name="gst-element-set-bus.parameters"></a><h4>Parameters</h4>
|
2881
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2807
2882
|
<colgroup>
|
2808
2883
|
<col width="150px" class="parameters_name">
|
2809
2884
|
<col class="parameters_description">
|
@@ -2832,8 +2907,8 @@ gst_element_get_bus (<em class="parameter"><code><a class="link" href="GstElemen
|
|
2832
2907
|
<p>Returns the bus of the element. Note that only a <a class="link" href="GstPipeline.html" title="GstPipeline"><span class="type">GstPipeline</span></a> will provide a
|
2833
2908
|
bus for the application.</p>
|
2834
2909
|
<div class="refsect3">
|
2835
|
-
<a name="
|
2836
|
-
<div class="informaltable"><table width="100%" border="0">
|
2910
|
+
<a name="gst-element-get-bus.parameters"></a><h4>Parameters</h4>
|
2911
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2837
2912
|
<colgroup>
|
2838
2913
|
<col width="150px" class="parameters_name">
|
2839
2914
|
<col class="parameters_description">
|
@@ -2847,7 +2922,7 @@ bus for the application.</p>
|
|
2847
2922
|
</table></div>
|
2848
2923
|
</div>
|
2849
2924
|
<div class="refsect3">
|
2850
|
-
<a name="
|
2925
|
+
<a name="gst-element-get-bus.returns"></a><h4>Returns</h4>
|
2851
2926
|
<p> the element's <a class="link" href="GstBus.html" title="GstBus"><span class="type">GstBus</span></a>. unref after usage.</p>
|
2852
2927
|
<p>MT safe. </p>
|
2853
2928
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2862,8 +2937,8 @@ gst_element_set_context (<em class="parameter"><code><a class="link" href="GstEl
|
|
2862
2937
|
<p>Sets the context of the element. Increases the refcount of the context.</p>
|
2863
2938
|
<p>MT safe.</p>
|
2864
2939
|
<div class="refsect3">
|
2865
|
-
<a name="
|
2866
|
-
<div class="informaltable"><table width="100%" border="0">
|
2940
|
+
<a name="gst-element-set-context.parameters"></a><h4>Parameters</h4>
|
2941
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2867
2942
|
<colgroup>
|
2868
2943
|
<col width="150px" class="parameters_name">
|
2869
2944
|
<col class="parameters_description">
|
@@ -2886,13 +2961,117 @@ gst_element_set_context (<em class="parameter"><code><a class="link" href="GstEl
|
|
2886
2961
|
</div>
|
2887
2962
|
<hr>
|
2888
2963
|
<div class="refsect2">
|
2964
|
+
<a name="gst-element-get-context"></a><h3>gst_element_get_context ()</h3>
|
2965
|
+
<pre class="programlisting"><a class="link" href="GstContext.html" title="GstContext"><span class="returnvalue">GstContext</span></a> *
|
2966
|
+
gst_element_get_context (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
2967
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *context_type</code></em>);</pre>
|
2968
|
+
<p>Gets the context with <em class="parameter"><code>context_type</code></em>
|
2969
|
+
set on the element or NULL.</p>
|
2970
|
+
<p>MT safe.</p>
|
2971
|
+
<div class="refsect3">
|
2972
|
+
<a name="gst-element-get-context.parameters"></a><h4>Parameters</h4>
|
2973
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2974
|
+
<colgroup>
|
2975
|
+
<col width="150px" class="parameters_name">
|
2976
|
+
<col class="parameters_description">
|
2977
|
+
<col width="200px" class="parameters_annotations">
|
2978
|
+
</colgroup>
|
2979
|
+
<tbody>
|
2980
|
+
<tr>
|
2981
|
+
<td class="parameter_name"><p>element</p></td>
|
2982
|
+
<td class="parameter_description"><p>a <a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> to get the context of.</p></td>
|
2983
|
+
<td class="parameter_annotations"> </td>
|
2984
|
+
</tr>
|
2985
|
+
<tr>
|
2986
|
+
<td class="parameter_name"><p>context_type</p></td>
|
2987
|
+
<td class="parameter_description"><p>a name of a context to retrieve</p></td>
|
2988
|
+
<td class="parameter_annotations"> </td>
|
2989
|
+
</tr>
|
2990
|
+
</tbody>
|
2991
|
+
</table></div>
|
2992
|
+
</div>
|
2993
|
+
<div class="refsect3">
|
2994
|
+
<a name="gst-element-get-context.returns"></a><h4>Returns</h4>
|
2995
|
+
<p> A <a class="link" href="GstContext.html" title="GstContext"><span class="type">GstContext</span></a> or NULL. </p>
|
2996
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2997
|
+
</div>
|
2998
|
+
<p class="since">Since: 1.8</p>
|
2999
|
+
</div>
|
3000
|
+
<hr>
|
3001
|
+
<div class="refsect2">
|
3002
|
+
<a name="gst-element-get-context-unlocked"></a><h3>gst_element_get_context_unlocked ()</h3>
|
3003
|
+
<pre class="programlisting"><a class="link" href="GstContext.html" title="GstContext"><span class="returnvalue">GstContext</span></a> *
|
3004
|
+
gst_element_get_context_unlocked (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3005
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *context_type</code></em>);</pre>
|
3006
|
+
<p>Gets the context with <em class="parameter"><code>context_type</code></em>
|
3007
|
+
set on the element or NULL.</p>
|
3008
|
+
<div class="refsect3">
|
3009
|
+
<a name="gst-element-get-context-unlocked.parameters"></a><h4>Parameters</h4>
|
3010
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3011
|
+
<colgroup>
|
3012
|
+
<col width="150px" class="parameters_name">
|
3013
|
+
<col class="parameters_description">
|
3014
|
+
<col width="200px" class="parameters_annotations">
|
3015
|
+
</colgroup>
|
3016
|
+
<tbody>
|
3017
|
+
<tr>
|
3018
|
+
<td class="parameter_name"><p>element</p></td>
|
3019
|
+
<td class="parameter_description"><p>a <a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> to get the context of.</p></td>
|
3020
|
+
<td class="parameter_annotations"> </td>
|
3021
|
+
</tr>
|
3022
|
+
<tr>
|
3023
|
+
<td class="parameter_name"><p>context_type</p></td>
|
3024
|
+
<td class="parameter_description"><p>a name of a context to retrieve</p></td>
|
3025
|
+
<td class="parameter_annotations"> </td>
|
3026
|
+
</tr>
|
3027
|
+
</tbody>
|
3028
|
+
</table></div>
|
3029
|
+
</div>
|
3030
|
+
<div class="refsect3">
|
3031
|
+
<a name="gst-element-get-context-unlocked.returns"></a><h4>Returns</h4>
|
3032
|
+
<p> A <a class="link" href="GstContext.html" title="GstContext"><span class="type">GstContext</span></a> or NULL. </p>
|
3033
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3034
|
+
</div>
|
3035
|
+
<p class="since">Since: 1.8</p>
|
3036
|
+
</div>
|
3037
|
+
<hr>
|
3038
|
+
<div class="refsect2">
|
3039
|
+
<a name="gst-element-get-contexts"></a><h3>gst_element_get_contexts ()</h3>
|
3040
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
3041
|
+
gst_element_get_contexts (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>);</pre>
|
3042
|
+
<p>Gets the contexts set on the element.</p>
|
3043
|
+
<p>MT safe.</p>
|
3044
|
+
<div class="refsect3">
|
3045
|
+
<a name="gst-element-get-contexts.parameters"></a><h4>Parameters</h4>
|
3046
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3047
|
+
<colgroup>
|
3048
|
+
<col width="150px" class="parameters_name">
|
3049
|
+
<col class="parameters_description">
|
3050
|
+
<col width="200px" class="parameters_annotations">
|
3051
|
+
</colgroup>
|
3052
|
+
<tbody><tr>
|
3053
|
+
<td class="parameter_name"><p>element</p></td>
|
3054
|
+
<td class="parameter_description"><p>a <a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> to set the context of.</p></td>
|
3055
|
+
<td class="parameter_annotations"> </td>
|
3056
|
+
</tr></tbody>
|
3057
|
+
</table></div>
|
3058
|
+
</div>
|
3059
|
+
<div class="refsect3">
|
3060
|
+
<a name="gst-element-get-contexts.returns"></a><h4>Returns</h4>
|
3061
|
+
<p> List of <a class="link" href="GstContext.html" title="GstContext"><span class="type">GstContext</span></a>. </p>
|
3062
|
+
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.Context][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3063
|
+
</div>
|
3064
|
+
<p class="since">Since: 1.8</p>
|
3065
|
+
</div>
|
3066
|
+
<hr>
|
3067
|
+
<div class="refsect2">
|
2889
3068
|
<a name="gst-element-get-factory"></a><h3>gst_element_get_factory ()</h3>
|
2890
3069
|
<pre class="programlisting"><a class="link" href="GstElementFactory.html" title="GstElementFactory"><span class="returnvalue">GstElementFactory</span></a> *
|
2891
3070
|
gst_element_get_factory (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>);</pre>
|
2892
3071
|
<p>Retrieves the factory that was used to create this element.</p>
|
2893
3072
|
<div class="refsect3">
|
2894
|
-
<a name="
|
2895
|
-
<div class="informaltable"><table width="100%" border="0">
|
3073
|
+
<a name="gst-element-get-factory.parameters"></a><h4>Parameters</h4>
|
3074
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2896
3075
|
<colgroup>
|
2897
3076
|
<col width="150px" class="parameters_name">
|
2898
3077
|
<col class="parameters_description">
|
@@ -2906,7 +3085,7 @@ gst_element_get_factory (<em class="parameter"><code><a class="link" href="GstEl
|
|
2906
3085
|
</table></div>
|
2907
3086
|
</div>
|
2908
3087
|
<div class="refsect3">
|
2909
|
-
<a name="
|
3088
|
+
<a name="gst-element-get-factory.returns"></a><h4>Returns</h4>
|
2910
3089
|
<p> the <a class="link" href="GstElementFactory.html" title="GstElementFactory"><span class="type">GstElementFactory</span></a> used for creating this
|
2911
3090
|
element. no refcounting is needed. </p>
|
2912
3091
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -2919,8 +3098,8 @@ element. no refcounting is needed. </p>
|
|
2919
3098
|
</pre>
|
2920
3099
|
<p>Sets the name of the element, getting rid of the old name if there was one.</p>
|
2921
3100
|
<div class="refsect3">
|
2922
|
-
<a name="
|
2923
|
-
<div class="informaltable"><table width="100%" border="0">
|
3101
|
+
<a name="gst-element-set-name.parameters"></a><h4>Parameters</h4>
|
3102
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2924
3103
|
<colgroup>
|
2925
3104
|
<col width="150px" class="parameters_name">
|
2926
3105
|
<col class="parameters_description">
|
@@ -2948,12 +3127,12 @@ element. no refcounting is needed. </p>
|
|
2948
3127
|
</pre>
|
2949
3128
|
<p>Returns a copy of the name of <em class="parameter"><code>elem</code></em>
|
2950
3129
|
.
|
2951
|
-
Caller should <a href="/
|
2952
|
-
For a nameless element, this returns <a href="/
|
3130
|
+
Caller should <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> the return value after usage.
|
3131
|
+
For a nameless element, this returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, which you can safely <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
2953
3132
|
as well.</p>
|
2954
3133
|
<div class="refsect3">
|
2955
|
-
<a name="
|
2956
|
-
<div class="informaltable"><table width="100%" border="0">
|
3134
|
+
<a name="gst-element-get-name.parameters"></a><h4>Parameters</h4>
|
3135
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2957
3136
|
<colgroup>
|
2958
3137
|
<col width="150px" class="parameters_name">
|
2959
3138
|
<col class="parameters_description">
|
@@ -2968,9 +3147,9 @@ as well.</p>
|
|
2968
3147
|
</table></div>
|
2969
3148
|
</div>
|
2970
3149
|
<div class="refsect3">
|
2971
|
-
<a name="
|
3150
|
+
<a name="gst-element-get-name.returns"></a><h4>Returns</h4>
|
2972
3151
|
<p> the name of <em class="parameter"><code>elem</code></em>
|
2973
|
-
. <a href="/
|
3152
|
+
. <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
2974
3153
|
after usage. MT safe. </p>
|
2975
3154
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
2976
3155
|
</div>
|
@@ -2982,8 +3161,8 @@ after usage. MT safe. </p>
|
|
2982
3161
|
</pre>
|
2983
3162
|
<p>Sets the parent of an element.</p>
|
2984
3163
|
<div class="refsect3">
|
2985
|
-
<a name="
|
2986
|
-
<div class="informaltable"><table width="100%" border="0">
|
3164
|
+
<a name="gst-element-set-parent.parameters"></a><h4>Parameters</h4>
|
3165
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2987
3166
|
<colgroup>
|
2988
3167
|
<col width="150px" class="parameters_name">
|
2989
3168
|
<col class="parameters_description">
|
@@ -3011,8 +3190,8 @@ after usage. MT safe. </p>
|
|
3011
3190
|
</pre>
|
3012
3191
|
<p>Get the parent of an element.</p>
|
3013
3192
|
<div class="refsect3">
|
3014
|
-
<a name="
|
3015
|
-
<div class="informaltable"><table width="100%" border="0">
|
3193
|
+
<a name="gst-element-get-parent.parameters"></a><h4>Parameters</h4>
|
3194
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3016
3195
|
<colgroup>
|
3017
3196
|
<col width="150px" class="parameters_name">
|
3018
3197
|
<col class="parameters_description">
|
@@ -3026,7 +3205,7 @@ after usage. MT safe. </p>
|
|
3026
3205
|
</table></div>
|
3027
3206
|
</div>
|
3028
3207
|
<div class="refsect3">
|
3029
|
-
<a name="
|
3208
|
+
<a name="gst-element-get-parent.returns"></a><h4>Returns</h4>
|
3030
3209
|
<p> the parent of an element. </p>
|
3031
3210
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3032
3211
|
</div>
|
@@ -3034,15 +3213,15 @@ after usage. MT safe. </p>
|
|
3034
3213
|
<hr>
|
3035
3214
|
<div class="refsect2">
|
3036
3215
|
<a name="gst-element-set-clock"></a><h3>gst_element_set_clock ()</h3>
|
3037
|
-
<pre class="programlisting"><a href="/
|
3216
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3038
3217
|
gst_element_set_clock (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3039
3218
|
<em class="parameter"><code><a class="link" href="GstClock.html" title="GstClock"><span class="type">GstClock</span></a> *clock</code></em>);</pre>
|
3040
3219
|
<p>Sets the clock for the element. This function increases the
|
3041
3220
|
refcount on the clock. Any previously set clock on the object
|
3042
3221
|
is unreffed.</p>
|
3043
3222
|
<div class="refsect3">
|
3044
|
-
<a name="
|
3045
|
-
<div class="informaltable"><table width="100%" border="0">
|
3223
|
+
<a name="gst-element-set-clock.parameters"></a><h4>Parameters</h4>
|
3224
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3046
3225
|
<colgroup>
|
3047
3226
|
<col width="150px" class="parameters_name">
|
3048
3227
|
<col class="parameters_description">
|
@@ -3063,8 +3242,8 @@ is unreffed.</p>
|
|
3063
3242
|
</table></div>
|
3064
3243
|
</div>
|
3065
3244
|
<div class="refsect3">
|
3066
|
-
<a name="
|
3067
|
-
<p> <a href="/
|
3245
|
+
<a name="gst-element-set-clock.returns"></a><h4>Returns</h4>
|
3246
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the element accepted the clock. An element can refuse a
|
3068
3247
|
clock when it, for example, is not able to slave its internal clock to the
|
3069
3248
|
<em class="parameter"><code>clock</code></em>
|
3070
3249
|
or when it requires a specific clock to operate.</p>
|
@@ -3081,8 +3260,8 @@ last set with <a class="link" href="GstElement.html#gst-element-set-clock" title
|
|
3081
3260
|
<p>Elements in a pipeline will only have their clock set when the
|
3082
3261
|
pipeline is in the PLAYING state.</p>
|
3083
3262
|
<div class="refsect3">
|
3084
|
-
<a name="
|
3085
|
-
<div class="informaltable"><table width="100%" border="0">
|
3263
|
+
<a name="gst-element-get-clock.parameters"></a><h4>Parameters</h4>
|
3264
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3086
3265
|
<colgroup>
|
3087
3266
|
<col width="150px" class="parameters_name">
|
3088
3267
|
<col class="parameters_description">
|
@@ -3096,7 +3275,7 @@ pipeline is in the PLAYING state.</p>
|
|
3096
3275
|
</table></div>
|
3097
3276
|
</div>
|
3098
3277
|
<div class="refsect3">
|
3099
|
-
<a name="
|
3278
|
+
<a name="gst-element-get-clock.returns"></a><h4>Returns</h4>
|
3100
3279
|
<p> the <a class="link" href="GstClock.html" title="GstClock"><span class="type">GstClock</span></a> of the element. unref after usage.</p>
|
3101
3280
|
<p>MT safe. </p>
|
3102
3281
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -3111,8 +3290,8 @@ gst_element_provide_clock (<em class="parameter"><code><a class="link" href="Gst
|
|
3111
3290
|
<div class="note">An element is only required to provide a clock in the PAUSED
|
3112
3291
|
state. Some elements can provide a clock in other states.</div>
|
3113
3292
|
<div class="refsect3">
|
3114
|
-
<a name="
|
3115
|
-
<div class="informaltable"><table width="100%" border="0">
|
3293
|
+
<a name="gst-element-provide-clock.parameters"></a><h4>Parameters</h4>
|
3294
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3116
3295
|
<colgroup>
|
3117
3296
|
<col width="150px" class="parameters_name">
|
3118
3297
|
<col class="parameters_description">
|
@@ -3126,9 +3305,9 @@ state. Some elements can provide a clock in other states.</div>
|
|
3126
3305
|
</table></div>
|
3127
3306
|
</div>
|
3128
3307
|
<div class="refsect3">
|
3129
|
-
<a name="
|
3308
|
+
<a name="gst-element-provide-clock.returns"></a><h4>Returns</h4>
|
3130
3309
|
<p> the GstClock provided by the
|
3131
|
-
element or <a href="/
|
3310
|
+
element or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no clock could be provided. Unref after usage.</p>
|
3132
3311
|
<p>MT safe. </p>
|
3133
3312
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
3134
3313
|
</div>
|
@@ -3151,8 +3330,8 @@ of the state change or it can wait for a <a class="link" href="GstMessage.html#G
|
|
3151
3330
|
<p>State changes to <a class="link" href="GstElement.html#GST-STATE-READY:CAPS"><code class="literal">GST_STATE_READY</code></a> or <a class="link" href="GstElement.html#GST-STATE-NULL:CAPS"><code class="literal">GST_STATE_NULL</code></a> never return
|
3152
3331
|
<a class="link" href="GstElement.html#GST-STATE-CHANGE-ASYNC:CAPS"><span class="type">GST_STATE_CHANGE_ASYNC</span></a>.</p>
|
3153
3332
|
<div class="refsect3">
|
3154
|
-
<a name="
|
3155
|
-
<div class="informaltable"><table width="100%" border="0">
|
3333
|
+
<a name="gst-element-set-state.parameters"></a><h4>Parameters</h4>
|
3334
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3156
3335
|
<colgroup>
|
3157
3336
|
<col width="150px" class="parameters_name">
|
3158
3337
|
<col class="parameters_description">
|
@@ -3173,7 +3352,7 @@ of the state change or it can wait for a <a class="link" href="GstMessage.html#G
|
|
3173
3352
|
</table></div>
|
3174
3353
|
</div>
|
3175
3354
|
<div class="refsect3">
|
3176
|
-
<a name="
|
3355
|
+
<a name="gst-element-set-state.returns"></a><h4>Returns</h4>
|
3177
3356
|
<p> Result of the state change using <a class="link" href="GstElement.html#GstStateChangeReturn" title="enum GstStateChangeReturn"><span class="type">GstStateChangeReturn</span></a>.</p>
|
3178
3357
|
<p>MT safe.</p>
|
3179
3358
|
</div>
|
@@ -3204,8 +3383,8 @@ some sink elements might not be able to complete their state change because
|
|
3204
3383
|
an element is not producing data to complete the preroll. When setting the
|
3205
3384
|
element to playing, the preroll will complete and playback will start.</p>
|
3206
3385
|
<div class="refsect3">
|
3207
|
-
<a name="
|
3208
|
-
<div class="informaltable"><table width="100%" border="0">
|
3386
|
+
<a name="gst-element-get-state.parameters"></a><h4>Parameters</h4>
|
3387
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3209
3388
|
<colgroup>
|
3210
3389
|
<col width="150px" class="parameters_name">
|
3211
3390
|
<col class="parameters_description">
|
@@ -3220,13 +3399,13 @@ element to playing, the preroll will complete and playback will start.</p>
|
|
3220
3399
|
<tr>
|
3221
3400
|
<td class="parameter_name"><p>state</p></td>
|
3222
3401
|
<td class="parameter_description"><p> a pointer to <a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a> to hold the state.
|
3223
|
-
Can be <a href="/
|
3402
|
+
Can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3224
3403
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3225
3404
|
</tr>
|
3226
3405
|
<tr>
|
3227
3406
|
<td class="parameter_name"><p>pending</p></td>
|
3228
3407
|
<td class="parameter_description"><p> a pointer to <a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a> to hold the pending
|
3229
|
-
state. Can be <a href="/
|
3408
|
+
state. Can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3230
3409
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3231
3410
|
</tr>
|
3232
3411
|
<tr>
|
@@ -3239,7 +3418,7 @@ state change or <a class="link" href="GstClock.html#GST-CLOCK-TIME-NONE:CAPS" ti
|
|
3239
3418
|
</table></div>
|
3240
3419
|
</div>
|
3241
3420
|
<div class="refsect3">
|
3242
|
-
<a name="
|
3421
|
+
<a name="gst-element-get-state.returns"></a><h4>Returns</h4>
|
3243
3422
|
<p> <a class="link" href="GstElement.html#GST-STATE-CHANGE-SUCCESS:CAPS"><code class="literal">GST_STATE_CHANGE_SUCCESS</code></a> if the element has no more pending state
|
3244
3423
|
and the last state change succeeded, <a class="link" href="GstElement.html#GST-STATE-CHANGE-ASYNC:CAPS"><code class="literal">GST_STATE_CHANGE_ASYNC</code></a> if the
|
3245
3424
|
element is still performing a state change or
|
@@ -3250,15 +3429,15 @@ element is still performing a state change or
|
|
3250
3429
|
<hr>
|
3251
3430
|
<div class="refsect2">
|
3252
3431
|
<a name="gst-element-set-locked-state"></a><h3>gst_element_set_locked_state ()</h3>
|
3253
|
-
<pre class="programlisting"><a href="/
|
3432
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3254
3433
|
gst_element_set_locked_state (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3255
|
-
<em class="parameter"><code><a href="/
|
3434
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> locked_state</code></em>);</pre>
|
3256
3435
|
<p>Locks the state of an element, so state changes of the parent don't affect
|
3257
3436
|
this element anymore.</p>
|
3258
3437
|
<p>MT safe.</p>
|
3259
3438
|
<div class="refsect3">
|
3260
|
-
<a name="
|
3261
|
-
<div class="informaltable"><table width="100%" border="0">
|
3439
|
+
<a name="gst-element-set-locked-state.parameters"></a><h4>Parameters</h4>
|
3440
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3262
3441
|
<colgroup>
|
3263
3442
|
<col width="150px" class="parameters_name">
|
3264
3443
|
<col class="parameters_description">
|
@@ -3272,22 +3451,22 @@ this element anymore.</p>
|
|
3272
3451
|
</tr>
|
3273
3452
|
<tr>
|
3274
3453
|
<td class="parameter_name"><p>locked_state</p></td>
|
3275
|
-
<td class="parameter_description"><p><a href="/
|
3454
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to lock the element's state</p></td>
|
3276
3455
|
<td class="parameter_annotations"> </td>
|
3277
3456
|
</tr>
|
3278
3457
|
</tbody>
|
3279
3458
|
</table></div>
|
3280
3459
|
</div>
|
3281
3460
|
<div class="refsect3">
|
3282
|
-
<a name="
|
3283
|
-
<p> <a href="/
|
3461
|
+
<a name="gst-element-set-locked-state.returns"></a><h4>Returns</h4>
|
3462
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the state was changed, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if bad parameters were given
|
3284
3463
|
or the elements state-locking needed no change.</p>
|
3285
3464
|
</div>
|
3286
3465
|
</div>
|
3287
3466
|
<hr>
|
3288
3467
|
<div class="refsect2">
|
3289
3468
|
<a name="gst-element-is-locked-state"></a><h3>gst_element_is_locked_state ()</h3>
|
3290
|
-
<pre class="programlisting"><a href="/
|
3469
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3291
3470
|
gst_element_is_locked_state (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>);</pre>
|
3292
3471
|
<p>Checks if the state of an element is locked.
|
3293
3472
|
If the state of an element is locked, state changes of the parent don't
|
@@ -3296,8 +3475,8 @@ This way you can leave currently unused elements inside bins. Just lock their
|
|
3296
3475
|
state before changing the state from <a class="link" href="GstElement.html#GST-STATE-NULL:CAPS"><span class="type">GST_STATE_NULL</span></a>.</p>
|
3297
3476
|
<p>MT safe.</p>
|
3298
3477
|
<div class="refsect3">
|
3299
|
-
<a name="
|
3300
|
-
<div class="informaltable"><table width="100%" border="0">
|
3478
|
+
<a name="gst-element-is-locked-state.parameters"></a><h4>Parameters</h4>
|
3479
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3301
3480
|
<colgroup>
|
3302
3481
|
<col width="150px" class="parameters_name">
|
3303
3482
|
<col class="parameters_description">
|
@@ -3311,8 +3490,8 @@ state before changing the state from <a class="link" href="GstElement.html#GST-S
|
|
3311
3490
|
</table></div>
|
3312
3491
|
</div>
|
3313
3492
|
<div class="refsect3">
|
3314
|
-
<a name="
|
3315
|
-
<p> <a href="/
|
3493
|
+
<a name="gst-element-is-locked-state.returns"></a><h4>Returns</h4>
|
3494
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the element's state is locked.</p>
|
3316
3495
|
</div>
|
3317
3496
|
</div>
|
3318
3497
|
<hr>
|
@@ -3326,8 +3505,8 @@ something is wrong.</p>
|
|
3326
3505
|
<p>This function should be called with the STATE_LOCK held.</p>
|
3327
3506
|
<p>MT safe.</p>
|
3328
3507
|
<div class="refsect3">
|
3329
|
-
<a name="
|
3330
|
-
<div class="informaltable"><table width="100%" border="0">
|
3508
|
+
<a name="gst-element-abort-state.parameters"></a><h4>Parameters</h4>
|
3509
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3331
3510
|
<colgroup>
|
3332
3511
|
<col width="150px" class="parameters_name">
|
3333
3512
|
<col class="parameters_description">
|
@@ -3357,8 +3536,8 @@ the pending state, the next state change is performed.</p>
|
|
3357
3536
|
<p>This method is used internally and should normally not be called by plugins
|
3358
3537
|
or applications.</p>
|
3359
3538
|
<div class="refsect3">
|
3360
|
-
<a name="
|
3361
|
-
<div class="informaltable"><table width="100%" border="0">
|
3539
|
+
<a name="gst-element-continue-state.parameters"></a><h4>Parameters</h4>
|
3540
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3362
3541
|
<colgroup>
|
3363
3542
|
<col width="150px" class="parameters_name">
|
3364
3543
|
<col class="parameters_description">
|
@@ -3379,7 +3558,7 @@ or applications.</p>
|
|
3379
3558
|
</table></div>
|
3380
3559
|
</div>
|
3381
3560
|
<div class="refsect3">
|
3382
|
-
<a name="
|
3561
|
+
<a name="gst-element-continue-state.returns"></a><h4>Returns</h4>
|
3383
3562
|
<p> The result of the commit state change.</p>
|
3384
3563
|
<p>MT safe.</p>
|
3385
3564
|
</div>
|
@@ -3403,8 +3582,8 @@ not in error or an async state change.</p>
|
|
3403
3582
|
<p>This function is used internally and should normally not be called from
|
3404
3583
|
plugins or applications.</p>
|
3405
3584
|
<div class="refsect3">
|
3406
|
-
<a name="
|
3407
|
-
<div class="informaltable"><table width="100%" border="0">
|
3585
|
+
<a name="gst-element-lost-state.parameters"></a><h4>Parameters</h4>
|
3586
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3408
3587
|
<colgroup>
|
3409
3588
|
<col width="150px" class="parameters_name">
|
3410
3589
|
<col class="parameters_description">
|
@@ -3421,12 +3600,12 @@ plugins or applications.</p>
|
|
3421
3600
|
<hr>
|
3422
3601
|
<div class="refsect2">
|
3423
3602
|
<a name="gst-element-state-get-name"></a><h3>gst_element_state_get_name ()</h3>
|
3424
|
-
<pre class="programlisting">const <a href="/
|
3603
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
3425
3604
|
gst_element_state_get_name (<em class="parameter"><code><a class="link" href="GstElement.html#GstState" title="enum GstState"><span class="type">GstState</span></a> state</code></em>);</pre>
|
3426
3605
|
<p>Gets a string representing the given state.</p>
|
3427
3606
|
<div class="refsect3">
|
3428
|
-
<a name="
|
3429
|
-
<div class="informaltable"><table width="100%" border="0">
|
3607
|
+
<a name="gst-element-state-get-name.parameters"></a><h4>Parameters</h4>
|
3608
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3430
3609
|
<colgroup>
|
3431
3610
|
<col width="150px" class="parameters_name">
|
3432
3611
|
<col class="parameters_description">
|
@@ -3440,7 +3619,7 @@ gst_element_state_get_name (<em class="parameter"><code><a class="link" href="Gs
|
|
3440
3619
|
</table></div>
|
3441
3620
|
</div>
|
3442
3621
|
<div class="refsect3">
|
3443
|
-
<a name="
|
3622
|
+
<a name="gst-element-state-get-name.returns"></a><h4>Returns</h4>
|
3444
3623
|
<p> a string with the name of the state. </p>
|
3445
3624
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3446
3625
|
</div>
|
@@ -3448,13 +3627,13 @@ gst_element_state_get_name (<em class="parameter"><code><a class="link" href="Gs
|
|
3448
3627
|
<hr>
|
3449
3628
|
<div class="refsect2">
|
3450
3629
|
<a name="gst-element-state-change-return-get-name"></a><h3>gst_element_state_change_return_get_name ()</h3>
|
3451
|
-
<pre class="programlisting">const <a href="/
|
3630
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
3452
3631
|
gst_element_state_change_return_get_name
|
3453
3632
|
(<em class="parameter"><code><a class="link" href="GstElement.html#GstStateChangeReturn" title="enum GstStateChangeReturn"><span class="type">GstStateChangeReturn</span></a> state_ret</code></em>);</pre>
|
3454
3633
|
<p>Gets a string representing the given state change result.</p>
|
3455
3634
|
<div class="refsect3">
|
3456
|
-
<a name="
|
3457
|
-
<div class="informaltable"><table width="100%" border="0">
|
3635
|
+
<a name="gst-element-state-change-return-get-name.parameters"></a><h4>Parameters</h4>
|
3636
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3458
3637
|
<colgroup>
|
3459
3638
|
<col width="150px" class="parameters_name">
|
3460
3639
|
<col class="parameters_description">
|
@@ -3468,7 +3647,7 @@ gst_element_state_change_return_get_name
|
|
3468
3647
|
</table></div>
|
3469
3648
|
</div>
|
3470
3649
|
<div class="refsect3">
|
3471
|
-
<a name="
|
3650
|
+
<a name="gst-element-state-change-return-get-name.returns"></a><h4>Returns</h4>
|
3472
3651
|
<p> a string with the name of the state
|
3473
3652
|
result. </p>
|
3474
3653
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -3477,13 +3656,13 @@ result. </p>
|
|
3477
3656
|
<hr>
|
3478
3657
|
<div class="refsect2">
|
3479
3658
|
<a name="gst-element-sync-state-with-parent"></a><h3>gst_element_sync_state_with_parent ()</h3>
|
3480
|
-
<pre class="programlisting"><a href="/
|
3659
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3481
3660
|
gst_element_sync_state_with_parent (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>);</pre>
|
3482
3661
|
<p>Tries to change the state of the element to the same as its parent.
|
3483
|
-
If this function returns <a href="/
|
3662
|
+
If this function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, the state of element is undefined.</p>
|
3484
3663
|
<div class="refsect3">
|
3485
|
-
<a name="
|
3486
|
-
<div class="informaltable"><table width="100%" border="0">
|
3664
|
+
<a name="gst-element-sync-state-with-parent.parameters"></a><h4>Parameters</h4>
|
3665
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3487
3666
|
<colgroup>
|
3488
3667
|
<col width="150px" class="parameters_name">
|
3489
3668
|
<col class="parameters_description">
|
@@ -3497,8 +3676,8 @@ If this function returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/l
|
|
3497
3676
|
</table></div>
|
3498
3677
|
</div>
|
3499
3678
|
<div class="refsect3">
|
3500
|
-
<a name="
|
3501
|
-
<p> <a href="/
|
3679
|
+
<a name="gst-element-sync-state-with-parent.returns"></a><h4>Returns</h4>
|
3680
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the element's state could be synced to the parent's state.</p>
|
3502
3681
|
<p>MT safe.</p>
|
3503
3682
|
</div>
|
3504
3683
|
</div>
|
@@ -3514,8 +3693,8 @@ gst_element_change_state (<em class="parameter"><code><a class="link" href="GstE
|
|
3514
3693
|
<p>This function must be called with STATE_LOCK held and is mainly used
|
3515
3694
|
internally.</p>
|
3516
3695
|
<div class="refsect3">
|
3517
|
-
<a name="
|
3518
|
-
<div class="informaltable"><table width="100%" border="0">
|
3696
|
+
<a name="gst-element-change-state.parameters"></a><h4>Parameters</h4>
|
3697
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3519
3698
|
<colgroup>
|
3520
3699
|
<col width="150px" class="parameters_name">
|
3521
3700
|
<col class="parameters_description">
|
@@ -3536,7 +3715,7 @@ internally.</p>
|
|
3536
3715
|
</table></div>
|
3537
3716
|
</div>
|
3538
3717
|
<div class="refsect3">
|
3539
|
-
<a name="
|
3718
|
+
<a name="gst-element-change-state.returns"></a><h4>Returns</h4>
|
3540
3719
|
<p> the <a class="link" href="GstElement.html#GstStateChangeReturn" title="enum GstStateChangeReturn"><span class="type">GstStateChangeReturn</span></a> of the state transition.</p>
|
3541
3720
|
</div>
|
3542
3721
|
</div>
|
@@ -3546,21 +3725,21 @@ internally.</p>
|
|
3546
3725
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3547
3726
|
gst_element_message_full (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3548
3727
|
<em class="parameter"><code><a class="link" href="GstMessage.html#GstMessageType" title="enum GstMessageType"><span class="type">GstMessageType</span></a> type</code></em>,
|
3549
|
-
<em class="parameter"><code><a href="/
|
3550
|
-
<em class="parameter"><code><a href="/
|
3551
|
-
<em class="parameter"><code><a href="/
|
3552
|
-
<em class="parameter"><code><a href="/
|
3553
|
-
<em class="parameter"><code>const <a href="/
|
3554
|
-
<em class="parameter"><code>const <a href="/
|
3555
|
-
<em class="parameter"><code><a href="/
|
3728
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="type">GQuark</span></a> domain</code></em>,
|
3729
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> code</code></em>,
|
3730
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
3731
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *debug</code></em>,
|
3732
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
|
3733
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *function</code></em>,
|
3734
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>);</pre>
|
3556
3735
|
<p>Post an error, warning or info message on the bus from inside an element.</p>
|
3557
3736
|
<p><em class="parameter"><code>type</code></em>
|
3558
3737
|
must be of <a class="link" href="GstMessage.html#GST-MESSAGE-ERROR:CAPS"><span class="type">GST_MESSAGE_ERROR</span></a>, <a class="link" href="GstMessage.html#GST-MESSAGE-WARNING:CAPS"><span class="type">GST_MESSAGE_WARNING</span></a> or
|
3559
3738
|
<a class="link" href="GstMessage.html#GST-MESSAGE-INFO:CAPS"><span class="type">GST_MESSAGE_INFO</span></a>.</p>
|
3560
3739
|
<p>MT safe.</p>
|
3561
3740
|
<div class="refsect3">
|
3562
|
-
<a name="
|
3563
|
-
<div class="informaltable"><table width="100%" border="0">
|
3741
|
+
<a name="gst-element-message-full.parameters"></a><h4>Parameters</h4>
|
3742
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3564
3743
|
<colgroup>
|
3565
3744
|
<col width="150px" class="parameters_name">
|
3566
3745
|
<col class="parameters_description">
|
@@ -3591,14 +3770,14 @@ gst_element_message_full (<em class="parameter"><code><a class="link" href="GstE
|
|
3591
3770
|
<td class="parameter_name"><p>text</p></td>
|
3592
3771
|
<td class="parameter_description"><p> an allocated text string to be used
|
3593
3772
|
as a replacement for the default message connected to code,
|
3594
|
-
or <a href="/
|
3773
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3595
3774
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
3596
3775
|
</tr>
|
3597
3776
|
<tr>
|
3598
3777
|
<td class="parameter_name"><p>debug</p></td>
|
3599
3778
|
<td class="parameter_description"><p> an allocated debug message to be
|
3600
3779
|
used as a replacement for the default debugging information,
|
3601
|
-
or <a href="/
|
3780
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3602
3781
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
3603
3782
|
</tr>
|
3604
3783
|
<tr>
|
@@ -3623,15 +3802,15 @@ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
|
|
3623
3802
|
<hr>
|
3624
3803
|
<div class="refsect2">
|
3625
3804
|
<a name="gst-element-post-message"></a><h3>gst_element_post_message ()</h3>
|
3626
|
-
<pre class="programlisting"><a href="/
|
3805
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3627
3806
|
gst_element_post_message (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3628
3807
|
<em class="parameter"><code><a class="link" href="GstMessage.html" title="GstMessage"><span class="type">GstMessage</span></a> *message</code></em>);</pre>
|
3629
3808
|
<p>Post a message on the element's <a class="link" href="GstBus.html" title="GstBus"><span class="type">GstBus</span></a>. This function takes ownership of the
|
3630
3809
|
message; if you want to access the message after this call, you should add an
|
3631
3810
|
additional reference before calling.</p>
|
3632
3811
|
<div class="refsect3">
|
3633
|
-
<a name="
|
3634
|
-
<div class="informaltable"><table width="100%" border="0">
|
3812
|
+
<a name="gst-element-post-message.parameters"></a><h4>Parameters</h4>
|
3813
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3635
3814
|
<colgroup>
|
3636
3815
|
<col width="150px" class="parameters_name">
|
3637
3816
|
<col class="parameters_description">
|
@@ -3652,16 +3831,16 @@ additional reference before calling.</p>
|
|
3652
3831
|
</table></div>
|
3653
3832
|
</div>
|
3654
3833
|
<div class="refsect3">
|
3655
|
-
<a name="
|
3656
|
-
<p> <a href="/
|
3657
|
-
<a href="/
|
3834
|
+
<a name="gst-element-post-message.returns"></a><h4>Returns</h4>
|
3835
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the message was successfully posted. The function returns
|
3836
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the element did not have a bus.</p>
|
3658
3837
|
<p>MT safe.</p>
|
3659
3838
|
</div>
|
3660
3839
|
</div>
|
3661
3840
|
<hr>
|
3662
3841
|
<div class="refsect2">
|
3663
3842
|
<a name="gst-element-query"></a><h3>gst_element_query ()</h3>
|
3664
|
-
<pre class="programlisting"><a href="/
|
3843
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3665
3844
|
gst_element_query (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3666
3845
|
<em class="parameter"><code><a class="link" href="GstQuery.html" title="GstQuery"><span class="type">GstQuery</span></a> *query</code></em>);</pre>
|
3667
3846
|
<p>Performs a query on the given element.</p>
|
@@ -3670,8 +3849,8 @@ forwards the query to a random srcpad or to the peer of a
|
|
3670
3849
|
random linked sinkpad of this element.</p>
|
3671
3850
|
<p>Please note that some queries might need a running pipeline to work.</p>
|
3672
3851
|
<div class="refsect3">
|
3673
|
-
<a name="
|
3674
|
-
<div class="informaltable"><table width="100%" border="0">
|
3852
|
+
<a name="gst-element-query.parameters"></a><h4>Parameters</h4>
|
3853
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3675
3854
|
<colgroup>
|
3676
3855
|
<col width="150px" class="parameters_name">
|
3677
3856
|
<col class="parameters_description">
|
@@ -3692,27 +3871,27 @@ random linked sinkpad of this element.</p>
|
|
3692
3871
|
</table></div>
|
3693
3872
|
</div>
|
3694
3873
|
<div class="refsect3">
|
3695
|
-
<a name="
|
3696
|
-
<p> <a href="/
|
3874
|
+
<a name="gst-element-query.returns"></a><h4>Returns</h4>
|
3875
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the query could be performed.</p>
|
3697
3876
|
<p>MT safe.</p>
|
3698
3877
|
</div>
|
3699
3878
|
</div>
|
3700
3879
|
<hr>
|
3701
3880
|
<div class="refsect2">
|
3702
3881
|
<a name="gst-element-query-convert"></a><h3>gst_element_query_convert ()</h3>
|
3703
|
-
<pre class="programlisting"><a href="/
|
3882
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3704
3883
|
gst_element_query_convert (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3705
3884
|
<em class="parameter"><code><a class="link" href="gstreamer-GstFormat.html#GstFormat" title="enum GstFormat"><span class="type">GstFormat</span></a> src_format</code></em>,
|
3706
|
-
<em class="parameter"><code><span class="type">gint64</span> src_val</code></em>,
|
3885
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> src_val</code></em>,
|
3707
3886
|
<em class="parameter"><code><a class="link" href="gstreamer-GstFormat.html#GstFormat" title="enum GstFormat"><span class="type">GstFormat</span></a> dest_format</code></em>,
|
3708
|
-
<em class="parameter"><code><span class="type">gint64</span> *dest_val</code></em>);</pre>
|
3887
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> *dest_val</code></em>);</pre>
|
3709
3888
|
<p>Queries an element to convert <em class="parameter"><code>src_val</code></em>
|
3710
3889
|
in <em class="parameter"><code>src_format</code></em>
|
3711
3890
|
to <em class="parameter"><code>dest_format</code></em>
|
3712
3891
|
.</p>
|
3713
3892
|
<div class="refsect3">
|
3714
|
-
<a name="
|
3715
|
-
<div class="informaltable"><table width="100%" border="0">
|
3893
|
+
<a name="gst-element-query-convert.parameters"></a><h4>Parameters</h4>
|
3894
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3716
3895
|
<colgroup>
|
3717
3896
|
<col width="150px" class="parameters_name">
|
3718
3897
|
<col class="parameters_description">
|
@@ -3726,8 +3905,8 @@ gst_element_query_convert (<em class="parameter"><code><a class="link" href="Gst
|
|
3726
3905
|
</tr>
|
3727
3906
|
<tr>
|
3728
3907
|
<td class="parameter_name"><p>src_format</p></td>
|
3729
|
-
<td class="parameter_description"><p>
|
3730
|
-
<td class="parameter_annotations"
|
3908
|
+
<td class="parameter_description"><p>a <a class="link" href="gstreamer-GstFormat.html#GstFormat" title="enum GstFormat"><span class="type">GstFormat</span></a> to convert from.</p></td>
|
3909
|
+
<td class="parameter_annotations"> </td>
|
3731
3910
|
</tr>
|
3732
3911
|
<tr>
|
3733
3912
|
<td class="parameter_name"><p>src_val</p></td>
|
@@ -3748,17 +3927,17 @@ gst_element_query_convert (<em class="parameter"><code><a class="link" href="Gst
|
|
3748
3927
|
</table></div>
|
3749
3928
|
</div>
|
3750
3929
|
<div class="refsect3">
|
3751
|
-
<a name="
|
3752
|
-
<p> <a href="/
|
3930
|
+
<a name="gst-element-query-convert.returns"></a><h4>Returns</h4>
|
3931
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the query could be performed.</p>
|
3753
3932
|
</div>
|
3754
3933
|
</div>
|
3755
3934
|
<hr>
|
3756
3935
|
<div class="refsect2">
|
3757
3936
|
<a name="gst-element-query-position"></a><h3>gst_element_query_position ()</h3>
|
3758
|
-
<pre class="programlisting"><a href="/
|
3937
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3759
3938
|
gst_element_query_position (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3760
3939
|
<em class="parameter"><code><a class="link" href="gstreamer-GstFormat.html#GstFormat" title="enum GstFormat"><span class="type">GstFormat</span></a> format</code></em>,
|
3761
|
-
<em class="parameter"><code><span class="type">gint64</span> *cur</code></em>);</pre>
|
3940
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> *cur</code></em>);</pre>
|
3762
3941
|
<p>Queries an element (usually top-level pipeline or playbin element) for the
|
3763
3942
|
stream position in nanoseconds. This will be a value between 0 and the
|
3764
3943
|
stream duration (if the stream duration is known). This query will usually
|
@@ -3768,8 +3947,8 @@ bus when that is the case.</p>
|
|
3768
3947
|
<p>If one repeatedly calls this function one can also create a query and reuse
|
3769
3948
|
it in <a class="link" href="GstElement.html#gst-element-query" title="gst_element_query ()"><code class="function">gst_element_query()</code></a>.</p>
|
3770
3949
|
<div class="refsect3">
|
3771
|
-
<a name="
|
3772
|
-
<div class="informaltable"><table width="100%" border="0">
|
3950
|
+
<a name="gst-element-query-position.parameters"></a><h4>Parameters</h4>
|
3951
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3773
3952
|
<colgroup>
|
3774
3953
|
<col width="150px" class="parameters_name">
|
3775
3954
|
<col class="parameters_description">
|
@@ -3789,24 +3968,24 @@ it in <a class="link" href="GstElement.html#gst-element-query" title="gst_elemen
|
|
3789
3968
|
<tr>
|
3790
3969
|
<td class="parameter_name"><p>cur</p></td>
|
3791
3970
|
<td class="parameter_description"><p> a location in which to store the current
|
3792
|
-
position, or <a href="/
|
3971
|
+
position, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3793
3972
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3794
3973
|
</tr>
|
3795
3974
|
</tbody>
|
3796
3975
|
</table></div>
|
3797
3976
|
</div>
|
3798
3977
|
<div class="refsect3">
|
3799
|
-
<a name="
|
3800
|
-
<p> <a href="/
|
3978
|
+
<a name="gst-element-query-position.returns"></a><h4>Returns</h4>
|
3979
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the query could be performed.</p>
|
3801
3980
|
</div>
|
3802
3981
|
</div>
|
3803
3982
|
<hr>
|
3804
3983
|
<div class="refsect2">
|
3805
3984
|
<a name="gst-element-query-duration"></a><h3>gst_element_query_duration ()</h3>
|
3806
|
-
<pre class="programlisting"><a href="/
|
3985
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3807
3986
|
gst_element_query_duration (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3808
3987
|
<em class="parameter"><code><a class="link" href="gstreamer-GstFormat.html#GstFormat" title="enum GstFormat"><span class="type">GstFormat</span></a> format</code></em>,
|
3809
|
-
<em class="parameter"><code><span class="type">gint64</span> *duration</code></em>);</pre>
|
3988
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> *duration</code></em>);</pre>
|
3810
3989
|
<p>Queries an element (usually top-level pipeline or playbin element) for the
|
3811
3990
|
total stream duration in nanoseconds. This query will only work once the
|
3812
3991
|
pipeline is prerolled (i.e. reached PAUSED or PLAYING state). The application
|
@@ -3815,8 +3994,8 @@ will receive an ASYNC_DONE message on the pipeline bus when that is the case.</p
|
|
3815
3994
|
message on the pipeline bus, in which case you should re-query the duration
|
3816
3995
|
using this function.</p>
|
3817
3996
|
<div class="refsect3">
|
3818
|
-
<a name="
|
3819
|
-
<div class="informaltable"><table width="100%" border="0">
|
3997
|
+
<a name="gst-element-query-duration.parameters"></a><h4>Parameters</h4>
|
3998
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3820
3999
|
<colgroup>
|
3821
4000
|
<col width="150px" class="parameters_name">
|
3822
4001
|
<col class="parameters_description">
|
@@ -3835,21 +4014,21 @@ using this function.</p>
|
|
3835
4014
|
</tr>
|
3836
4015
|
<tr>
|
3837
4016
|
<td class="parameter_name"><p>duration</p></td>
|
3838
|
-
<td class="parameter_description"><p> A location in which to store the total duration, or <a href="/
|
4017
|
+
<td class="parameter_description"><p> A location in which to store the total duration, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3839
4018
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3840
4019
|
</tr>
|
3841
4020
|
</tbody>
|
3842
4021
|
</table></div>
|
3843
4022
|
</div>
|
3844
4023
|
<div class="refsect3">
|
3845
|
-
<a name="
|
3846
|
-
<p> <a href="/
|
4024
|
+
<a name="gst-element-query-duration.returns"></a><h4>Returns</h4>
|
4025
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the query could be performed.</p>
|
3847
4026
|
</div>
|
3848
4027
|
</div>
|
3849
4028
|
<hr>
|
3850
4029
|
<div class="refsect2">
|
3851
4030
|
<a name="gst-element-send-event"></a><h3>gst_element_send_event ()</h3>
|
3852
|
-
<pre class="programlisting"><a href="/
|
4031
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3853
4032
|
gst_element_send_event (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3854
4033
|
<em class="parameter"><code><a class="link" href="GstEvent.html" title="GstEvent"><span class="type">GstEvent</span></a> *event</code></em>);</pre>
|
3855
4034
|
<p>Sends an event to an element. If the element doesn't implement an
|
@@ -3859,8 +4038,8 @@ downstream events or a random linked source pad for upstream events.</p>
|
|
3859
4038
|
<a class="link" href="GstEvent.html#gst-event-ref" title="gst_event_ref ()"><code class="function">gst_event_ref()</code></a> it if you want to reuse the event after this call.</p>
|
3860
4039
|
<p>MT safe.</p>
|
3861
4040
|
<div class="refsect3">
|
3862
|
-
<a name="
|
3863
|
-
<div class="informaltable"><table width="100%" border="0">
|
4041
|
+
<a name="gst-element-send-event.parameters"></a><h4>Parameters</h4>
|
4042
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3864
4043
|
<colgroup>
|
3865
4044
|
<col width="150px" class="parameters_name">
|
3866
4045
|
<col class="parameters_description">
|
@@ -3881,34 +4060,34 @@ downstream events or a random linked source pad for upstream events.</p>
|
|
3881
4060
|
</table></div>
|
3882
4061
|
</div>
|
3883
4062
|
<div class="refsect3">
|
3884
|
-
<a name="
|
3885
|
-
<p> <a href="/
|
4063
|
+
<a name="gst-element-send-event.returns"></a><h4>Returns</h4>
|
4064
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was handled. Events that trigger a preroll (such
|
3886
4065
|
as flushing seeks and steps) will emit <a class="link" href="GstMessage.html#GST-MESSAGE-ASYNC-DONE:CAPS"><code class="literal">GST_MESSAGE_ASYNC_DONE</code></a>.</p>
|
3887
4066
|
</div>
|
3888
4067
|
</div>
|
3889
4068
|
<hr>
|
3890
4069
|
<div class="refsect2">
|
3891
4070
|
<a name="gst-element-seek-simple"></a><h3>gst_element_seek_simple ()</h3>
|
3892
|
-
<pre class="programlisting"><a href="/
|
4071
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3893
4072
|
gst_element_seek_simple (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3894
4073
|
<em class="parameter"><code><a class="link" href="gstreamer-GstFormat.html#GstFormat" title="enum GstFormat"><span class="type">GstFormat</span></a> format</code></em>,
|
3895
4074
|
<em class="parameter"><code><a class="link" href="GstEvent.html#GstSeekFlags" title="enum GstSeekFlags"><span class="type">GstSeekFlags</span></a> seek_flags</code></em>,
|
3896
|
-
<em class="parameter"><code><span class="type">gint64</span> seek_pos</code></em>);</pre>
|
4075
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> seek_pos</code></em>);</pre>
|
3897
4076
|
<p>Simple API to perform a seek on the given element, meaning it just seeks
|
3898
4077
|
to the given position relative to the start of the stream. For more complex
|
3899
4078
|
operations like segment seeks (e.g. for looping) or changing the playback
|
3900
4079
|
rate or seeking relative to the last configured playback segment you should
|
3901
4080
|
use <a class="link" href="GstElement.html#gst-element-seek" title="gst_element_seek ()"><code class="function">gst_element_seek()</code></a>.</p>
|
3902
4081
|
<p>In a completely prerolled PAUSED or PLAYING pipeline, seeking is always
|
3903
|
-
guaranteed to return <a href="/
|
4082
|
+
guaranteed to return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on a seekable media type or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> when the media
|
3904
4083
|
type is certainly not seekable (such as a live stream).</p>
|
3905
4084
|
<p>Some elements allow for seeking in the READY state, in this
|
3906
4085
|
case they will store the seek event and execute it when they are put to
|
3907
|
-
PAUSED. If the element supports seek in READY, it will always return <a href="/
|
4086
|
+
PAUSED. If the element supports seek in READY, it will always return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when
|
3908
4087
|
it receives the event in the READY state.</p>
|
3909
4088
|
<div class="refsect3">
|
3910
|
-
<a name="
|
3911
|
-
<div class="informaltable"><table width="100%" border="0">
|
4089
|
+
<a name="gst-element-seek-simple.parameters"></a><h4>Parameters</h4>
|
4090
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3912
4091
|
<colgroup>
|
3913
4092
|
<col width="150px" class="parameters_name">
|
3914
4093
|
<col class="parameters_description">
|
@@ -3943,30 +4122,30 @@ with <a class="link" href="GstClock.html#GST-MSECOND:CAPS" title="GST_MSECOND"><
|
|
3943
4122
|
</table></div>
|
3944
4123
|
</div>
|
3945
4124
|
<div class="refsect3">
|
3946
|
-
<a name="
|
3947
|
-
<p> <a href="/
|
4125
|
+
<a name="gst-element-seek-simple.returns"></a><h4>Returns</h4>
|
4126
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the seek operation succeeded. Flushing seeks will trigger a
|
3948
4127
|
preroll, which will emit <a class="link" href="GstMessage.html#GST-MESSAGE-ASYNC-DONE:CAPS"><code class="literal">GST_MESSAGE_ASYNC_DONE</code></a>.</p>
|
3949
4128
|
</div>
|
3950
4129
|
</div>
|
3951
4130
|
<hr>
|
3952
4131
|
<div class="refsect2">
|
3953
4132
|
<a name="gst-element-seek"></a><h3>gst_element_seek ()</h3>
|
3954
|
-
<pre class="programlisting"><a href="/
|
4133
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3955
4134
|
gst_element_seek (<em class="parameter"><code><a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *element</code></em>,
|
3956
|
-
<em class="parameter"><code><a href="/
|
4135
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> rate</code></em>,
|
3957
4136
|
<em class="parameter"><code><a class="link" href="gstreamer-GstFormat.html#GstFormat" title="enum GstFormat"><span class="type">GstFormat</span></a> format</code></em>,
|
3958
4137
|
<em class="parameter"><code><a class="link" href="GstEvent.html#GstSeekFlags" title="enum GstSeekFlags"><span class="type">GstSeekFlags</span></a> flags</code></em>,
|
3959
4138
|
<em class="parameter"><code><a class="link" href="GstEvent.html#GstSeekType" title="enum GstSeekType"><span class="type">GstSeekType</span></a> start_type</code></em>,
|
3960
|
-
<em class="parameter"><code><span class="type">gint64</span> start</code></em>,
|
4139
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> start</code></em>,
|
3961
4140
|
<em class="parameter"><code><a class="link" href="GstEvent.html#GstSeekType" title="enum GstSeekType"><span class="type">GstSeekType</span></a> stop_type</code></em>,
|
3962
|
-
<em class="parameter"><code><span class="type">gint64</span> stop</code></em>);</pre>
|
4141
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a> stop</code></em>);</pre>
|
3963
4142
|
<p>Sends a seek event to an element. See <a class="link" href="GstEvent.html#gst-event-new-seek" title="gst_event_new_seek ()"><code class="function">gst_event_new_seek()</code></a> for the details of
|
3964
4143
|
the parameters. The seek event is sent to the element using
|
3965
4144
|
<a class="link" href="GstElement.html#gst-element-send-event" title="gst_element_send_event ()"><code class="function">gst_element_send_event()</code></a>.</p>
|
3966
4145
|
<p>MT safe.</p>
|
3967
4146
|
<div class="refsect3">
|
3968
|
-
<a name="
|
3969
|
-
<div class="informaltable"><table width="100%" border="0">
|
4147
|
+
<a name="gst-element-seek.parameters"></a><h4>Parameters</h4>
|
4148
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3970
4149
|
<colgroup>
|
3971
4150
|
<col width="150px" class="parameters_name">
|
3972
4151
|
<col class="parameters_description">
|
@@ -4017,8 +4196,8 @@ the parameters. The seek event is sent to the element using
|
|
4017
4196
|
</table></div>
|
4018
4197
|
</div>
|
4019
4198
|
<div class="refsect3">
|
4020
|
-
<a name="
|
4021
|
-
<p> <a href="/
|
4199
|
+
<a name="gst-element-seek.returns"></a><h4>Returns</h4>
|
4200
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was handled. Flushing seeks will trigger a
|
4022
4201
|
preroll, which will emit <a class="link" href="GstMessage.html#GST-MESSAGE-ASYNC-DONE:CAPS"><code class="literal">GST_MESSAGE_ASYNC_DONE</code></a>.</p>
|
4023
4202
|
</div>
|
4024
4203
|
</div>
|
@@ -4055,12 +4234,15 @@ preroll, which will emit <a class="link" href="GstMessage.html#GST-MESSAGE-ASYNC
|
|
4055
4234
|
guint16 numsinkpads;
|
4056
4235
|
GList *sinkpads;
|
4057
4236
|
guint32 pads_cookie;
|
4237
|
+
|
4238
|
+
/* with object LOCK */
|
4239
|
+
GList *contexts;
|
4058
4240
|
};
|
4059
4241
|
</pre>
|
4060
4242
|
<p>GStreamer element abstract base class.</p>
|
4061
4243
|
<div class="refsect3">
|
4062
|
-
<a name="
|
4063
|
-
<div class="informaltable"><table width="100%" border="0">
|
4244
|
+
<a name="GstElement.members"></a><h4>Members</h4>
|
4245
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4064
4246
|
<colgroup>
|
4065
4247
|
<col width="300px" class="struct_members_name">
|
4066
4248
|
<col class="struct_members_description">
|
@@ -4068,17 +4250,17 @@ preroll, which will emit <a class="link" href="GstMessage.html#GST-MESSAGE-ASYNC
|
|
4068
4250
|
</colgroup>
|
4069
4251
|
<tbody>
|
4070
4252
|
<tr>
|
4071
|
-
<td class="struct_member_name"><p><a href="/
|
4253
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Threads.html#GRecMutex"><span class="type">GRecMutex</span></a> <em class="structfield"><code><a name="GstElement-struct.state-lock"></a>state_lock</code></em>;</p></td>
|
4072
4254
|
<td class="struct_member_description"><p>Used to serialize execution of <a class="link" href="GstElement.html#gst-element-set-state" title="gst_element_set_state ()"><code class="function">gst_element_set_state()</code></a></p></td>
|
4073
4255
|
<td class="struct_member_annotations"> </td>
|
4074
4256
|
</tr>
|
4075
4257
|
<tr>
|
4076
|
-
<td class="struct_member_name"><p><a href="/
|
4258
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Threads.html#GCond"><span class="type">GCond</span></a> <em class="structfield"><code><a name="GstElement-struct.state-cond"></a>state_cond</code></em>;</p></td>
|
4077
4259
|
<td class="struct_member_description"><p>Used to signal completion of a state change</p></td>
|
4078
4260
|
<td class="struct_member_annotations"> </td>
|
4079
4261
|
</tr>
|
4080
4262
|
<tr>
|
4081
|
-
<td class="struct_member_name"><p><span class="type">guint32</span> <em class="structfield"><code><a name="GstElement-struct.state-cookie"></a>state_cookie</code></em>;</p></td>
|
4263
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GstElement-struct.state-cookie"></a>state_cookie</code></em>;</p></td>
|
4082
4264
|
<td class="struct_member_description"><p>Used to detect concurrent execution of
|
4083
4265
|
<a class="link" href="GstElement.html#gst-element-set-state" title="gst_element_set_state ()"><code class="function">gst_element_set_state()</code></a> and <a class="link" href="GstElement.html#gst-element-get-state" title="gst_element_get_state ()"><code class="function">gst_element_get_state()</code></a></p></td>
|
4084
4266
|
<td class="struct_member_annotations"> </td>
|
@@ -4136,40 +4318,45 @@ state will yield the running_time against the clock.</p></td>
|
|
4136
4318
|
<td class="struct_member_annotations"> </td>
|
4137
4319
|
</tr>
|
4138
4320
|
<tr>
|
4139
|
-
<td class="struct_member_name"><p><span class="type">guint16</span> <em class="structfield"><code><a name="GstElement-struct.numpads"></a>numpads</code></em>;</p></td>
|
4321
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="GstElement-struct.numpads"></a>numpads</code></em>;</p></td>
|
4140
4322
|
<td class="struct_member_description"><p>number of pads of the element, includes both source and sink pads.</p></td>
|
4141
4323
|
<td class="struct_member_annotations"> </td>
|
4142
4324
|
</tr>
|
4143
4325
|
<tr>
|
4144
|
-
<td class="struct_member_name"><p><a href="/
|
4326
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *<em class="structfield"><code><a name="GstElement-struct.pads"></a>pads</code></em>;</p></td>
|
4145
4327
|
<td class="struct_member_description"><p> list of pads. </p></td>
|
4146
4328
|
<td class="struct_member_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.Pad]</span></td>
|
4147
4329
|
</tr>
|
4148
4330
|
<tr>
|
4149
|
-
<td class="struct_member_name"><p><span class="type">guint16</span> <em class="structfield"><code><a name="GstElement-struct.numsrcpads"></a>numsrcpads</code></em>;</p></td>
|
4331
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="GstElement-struct.numsrcpads"></a>numsrcpads</code></em>;</p></td>
|
4150
4332
|
<td class="struct_member_description"><p>number of source pads of the element.</p></td>
|
4151
4333
|
<td class="struct_member_annotations"> </td>
|
4152
4334
|
</tr>
|
4153
4335
|
<tr>
|
4154
|
-
<td class="struct_member_name"><p><a href="/
|
4336
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *<em class="structfield"><code><a name="GstElement-struct.srcpads"></a>srcpads</code></em>;</p></td>
|
4155
4337
|
<td class="struct_member_description"><p> list of source pads. </p></td>
|
4156
4338
|
<td class="struct_member_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.Pad]</span></td>
|
4157
4339
|
</tr>
|
4158
4340
|
<tr>
|
4159
|
-
<td class="struct_member_name"><p><span class="type">guint16</span> <em class="structfield"><code><a name="GstElement-struct.numsinkpads"></a>numsinkpads</code></em>;</p></td>
|
4341
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="GstElement-struct.numsinkpads"></a>numsinkpads</code></em>;</p></td>
|
4160
4342
|
<td class="struct_member_description"><p>number of sink pads of the element.</p></td>
|
4161
4343
|
<td class="struct_member_annotations"> </td>
|
4162
4344
|
</tr>
|
4163
4345
|
<tr>
|
4164
|
-
<td class="struct_member_name"><p><a href="/
|
4346
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *<em class="structfield"><code><a name="GstElement-struct.sinkpads"></a>sinkpads</code></em>;</p></td>
|
4165
4347
|
<td class="struct_member_description"><p> list of sink pads. </p></td>
|
4166
4348
|
<td class="struct_member_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.Pad]</span></td>
|
4167
4349
|
</tr>
|
4168
4350
|
<tr>
|
4169
|
-
<td class="struct_member_name"><p><span class="type">guint32</span> <em class="structfield"><code><a name="GstElement-struct.pads-cookie"></a>pads_cookie</code></em>;</p></td>
|
4351
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GstElement-struct.pads-cookie"></a>pads_cookie</code></em>;</p></td>
|
4170
4352
|
<td class="struct_member_description"><p>updated whenever the a pad is added or removed</p></td>
|
4171
4353
|
<td class="struct_member_annotations"> </td>
|
4172
4354
|
</tr>
|
4355
|
+
<tr>
|
4356
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *<em class="structfield"><code><a name="GstElement-struct.contexts"></a>contexts</code></em>;</p></td>
|
4357
|
+
<td> </td>
|
4358
|
+
<td> </td>
|
4359
|
+
</tr>
|
4173
4360
|
</tbody>
|
4174
4361
|
</table></div>
|
4175
4362
|
</div>
|
@@ -4228,8 +4415,8 @@ state will yield the running_time against the clock.</p></td>
|
|
4228
4415
|
<p>GStreamer element class. Override the vmethods to implement the element
|
4229
4416
|
functionality.</p>
|
4230
4417
|
<div class="refsect3">
|
4231
|
-
<a name="
|
4232
|
-
<div class="informaltable"><table width="100%" border="0">
|
4418
|
+
<a name="GstElementClass.members"></a><h4>Members</h4>
|
4419
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4233
4420
|
<colgroup>
|
4234
4421
|
<col width="300px" class="struct_members_name">
|
4235
4422
|
<col class="struct_members_description">
|
@@ -4237,12 +4424,7 @@ functionality.</p>
|
|
4237
4424
|
</colgroup>
|
4238
4425
|
<tbody>
|
4239
4426
|
<tr>
|
4240
|
-
<td class="struct_member_name"><p><a
|
4241
|
-
<td class="struct_member_description"><p>the parent class structure</p></td>
|
4242
|
-
<td class="struct_member_annotations"> </td>
|
4243
|
-
</tr>
|
4244
|
-
<tr>
|
4245
|
-
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> <em class="structfield"><code><a name="GstElementClass.metadata"></a>metadata</code></em>;</p></td>
|
4427
|
+
<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="GstElementClass.metadata"></a>metadata</code></em>;</p></td>
|
4246
4428
|
<td class="struct_member_description"><p>metadata for elements of this class</p></td>
|
4247
4429
|
<td class="struct_member_annotations"> </td>
|
4248
4430
|
</tr>
|
@@ -4252,17 +4434,17 @@ functionality.</p>
|
|
4252
4434
|
<td class="struct_member_annotations"> </td>
|
4253
4435
|
</tr>
|
4254
4436
|
<tr>
|
4255
|
-
<td class="struct_member_name"><p><a href="/
|
4256
|
-
<td class="struct_member_description"><p>a <a href="/
|
4437
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *<em class="structfield"><code><a name="GstElementClass.padtemplates"></a>padtemplates</code></em>;</p></td>
|
4438
|
+
<td class="struct_member_description"><p>a <a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GstPadTemplate.html" title="GstPadTemplate"><span class="type">GstPadTemplate</span></a></p></td>
|
4257
4439
|
<td class="struct_member_annotations"> </td>
|
4258
4440
|
</tr>
|
4259
4441
|
<tr>
|
4260
|
-
<td class="struct_member_name"><p><a href="/
|
4442
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstElementClass.numpadtemplates"></a>numpadtemplates</code></em>;</p></td>
|
4261
4443
|
<td class="struct_member_description"><p>the number of padtemplates</p></td>
|
4262
4444
|
<td class="struct_member_annotations"> </td>
|
4263
4445
|
</tr>
|
4264
4446
|
<tr>
|
4265
|
-
<td class="struct_member_name"><p><span class="type">guint32</span> <em class="structfield"><code><a name="GstElementClass.pad-templ-cookie"></a>pad_templ_cookie</code></em>;</p></td>
|
4447
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GstElementClass.pad-templ-cookie"></a>pad_templ_cookie</code></em>;</p></td>
|
4266
4448
|
<td class="struct_member_description"><p>changed whenever the padtemplates change</p></td>
|
4267
4449
|
<td class="struct_member_annotations"> </td>
|
4268
4450
|
</tr>
|
@@ -4342,8 +4524,8 @@ the parent class' handler to have it posted on the bus.</p></td>
|
|
4342
4524
|
<a name="GstElementFlags"></a><h3>enum GstElementFlags</h3>
|
4343
4525
|
<p>The standard flags that an element may have.</p>
|
4344
4526
|
<div class="refsect3">
|
4345
|
-
<a name="
|
4346
|
-
<div class="informaltable"><table width="100%" border="0">
|
4527
|
+
<a name="GstElementFlags.members"></a><h4>Members</h4>
|
4528
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4347
4529
|
<colgroup>
|
4348
4530
|
<col width="300px" class="enum_members_name">
|
4349
4531
|
<col class="enum_members_description">
|
@@ -4409,8 +4591,8 @@ the parent class' handler to have it posted on the bus.</p></td>
|
|
4409
4591
|
<p>The possible states an element can be in. States can be changed using
|
4410
4592
|
<a class="link" href="GstElement.html#gst-element-set-state" title="gst_element_set_state ()"><code class="function">gst_element_set_state()</code></a> and checked using <a class="link" href="GstElement.html#gst-element-get-state" title="gst_element_get_state ()"><code class="function">gst_element_get_state()</code></a>.</p>
|
4411
4593
|
<div class="refsect3">
|
4412
|
-
<a name="
|
4413
|
-
<div class="informaltable"><table width="100%" border="0">
|
4594
|
+
<a name="GstState.members"></a><h4>Members</h4>
|
4595
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4414
4596
|
<colgroup>
|
4415
4597
|
<col width="300px" class="enum_members_name">
|
4416
4598
|
<col class="enum_members_description">
|
@@ -4466,8 +4648,8 @@ the parent class' handler to have it posted on the bus.</p></td>
|
|
4466
4648
|
<a class="link" href="GstElement.html#GST-STATE-NULL:CAPS"><code class="literal">GST_STATE_NULL</code></a> ⇒ <a class="link" href="GstElement.html#GST-STATE-PLAYING:CAPS"><code class="literal">GST_STATE_PLAYING</code></a> is called an upwards state change
|
4467
4649
|
and <a class="link" href="GstElement.html#GST-STATE-PLAYING:CAPS"><code class="literal">GST_STATE_PLAYING</code></a> ⇒ <a class="link" href="GstElement.html#GST-STATE-NULL:CAPS"><code class="literal">GST_STATE_NULL</code></a> a downwards state change.</p>
|
4468
4650
|
<div class="refsect3">
|
4469
|
-
<a name="
|
4470
|
-
<div class="informaltable"><table width="100%" border="0">
|
4651
|
+
<a name="GstStateChange.members"></a><h4>Members</h4>
|
4652
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4471
4653
|
<colgroup>
|
4472
4654
|
<col width="300px" class="enum_members_name">
|
4473
4655
|
<col class="enum_members_description">
|
@@ -4641,8 +4823,8 @@ and <a class="link" href="GstElement.html#GST-STATE-PLAYING:CAPS"><code class="l
|
|
4641
4823
|
<a class="link" href="GstElement.html#gst-element-set-state" title="gst_element_set_state ()"><code class="function">gst_element_set_state()</code></a>. Only <em class="parameter"><code>GST_STATE_CHANGE_FAILURE</code></em>
|
4642
4824
|
is a real failure.</p>
|
4643
4825
|
<div class="refsect3">
|
4644
|
-
<a name="
|
4645
|
-
<div class="informaltable"><table width="100%" border="0">
|
4826
|
+
<a name="GstStateChangeReturn.members"></a><h4>Members</h4>
|
4827
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4646
4828
|
<colgroup>
|
4647
4829
|
<col width="300px" class="enum_members_name">
|
4648
4830
|
<col class="enum_members_description">
|
@@ -4740,13 +4922,13 @@ for more details and common types. E.g: "Sink/File"</p>
|
|
4740
4922
|
<a name="GstElement-no-more-pads"></a><h3>The <code class="literal">“no-more-pads”</code> signal</h3>
|
4741
4923
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4742
4924
|
user_function (<a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *gstelement,
|
4743
|
-
<a href="/
|
4925
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4744
4926
|
<p>This signals that the element will not generate more dynamic pads.
|
4745
4927
|
Note that this signal will usually be emitted from the context of
|
4746
4928
|
the streaming thread.</p>
|
4747
4929
|
<div class="refsect3">
|
4748
|
-
<a name="
|
4749
|
-
<div class="informaltable"><table width="100%" border="0">
|
4930
|
+
<a name="GstElement-no-more-pads.parameters"></a><h4>Parameters</h4>
|
4931
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4750
4932
|
<colgroup>
|
4751
4933
|
<col width="150px" class="parameters_name">
|
4752
4934
|
<col class="parameters_description">
|
@@ -4766,7 +4948,7 @@ the streaming thread.</p>
|
|
4766
4948
|
</tbody>
|
4767
4949
|
</table></div>
|
4768
4950
|
</div>
|
4769
|
-
<p>Flags: <a href="/
|
4951
|
+
<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
4770
4952
|
</div>
|
4771
4953
|
<hr>
|
4772
4954
|
<div class="refsect2">
|
@@ -4774,15 +4956,15 @@ the streaming thread.</p>
|
|
4774
4956
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4775
4957
|
user_function (<a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *gstelement,
|
4776
4958
|
<a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> *new_pad,
|
4777
|
-
<a href="/
|
4959
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4778
4960
|
<p>a new <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> has been added to the element. Note that this signal will
|
4779
4961
|
usually be emitted from the context of the streaming thread. Also keep in
|
4780
4962
|
mind that if you add new elements to the pipeline in the signal handler
|
4781
4963
|
you will need to set them to the desired target state with
|
4782
4964
|
<a class="link" href="GstElement.html#gst-element-set-state" title="gst_element_set_state ()"><code class="function">gst_element_set_state()</code></a> or <a class="link" href="GstElement.html#gst-element-sync-state-with-parent" title="gst_element_sync_state_with_parent ()"><code class="function">gst_element_sync_state_with_parent()</code></a>.</p>
|
4783
4965
|
<div class="refsect3">
|
4784
|
-
<a name="
|
4785
|
-
<div class="informaltable"><table width="100%" border="0">
|
4966
|
+
<a name="GstElement-pad-added.parameters"></a><h4>Parameters</h4>
|
4967
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4786
4968
|
<colgroup>
|
4787
4969
|
<col width="150px" class="parameters_name">
|
4788
4970
|
<col class="parameters_description">
|
@@ -4807,7 +4989,7 @@ you will need to set them to the desired target state with
|
|
4807
4989
|
</tbody>
|
4808
4990
|
</table></div>
|
4809
4991
|
</div>
|
4810
|
-
<p>Flags: <a href="/
|
4992
|
+
<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
4811
4993
|
</div>
|
4812
4994
|
<hr>
|
4813
4995
|
<div class="refsect2">
|
@@ -4815,11 +4997,11 @@ you will need to set them to the desired target state with
|
|
4815
4997
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4816
4998
|
user_function (<a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> *gstelement,
|
4817
4999
|
<a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> *old_pad,
|
4818
|
-
<a href="/
|
5000
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
4819
5001
|
<p>a <a class="link" href="GstPad.html" title="GstPad"><span class="type">GstPad</span></a> has been removed from the element</p>
|
4820
5002
|
<div class="refsect3">
|
4821
|
-
<a name="
|
4822
|
-
<div class="informaltable"><table width="100%" border="0">
|
5003
|
+
<a name="GstElement-pad-removed.parameters"></a><h4>Parameters</h4>
|
5004
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
4823
5005
|
<colgroup>
|
4824
5006
|
<col width="150px" class="parameters_name">
|
4825
5007
|
<col class="parameters_description">
|
@@ -4844,7 +5026,7 @@ user_function (<a class="link" href="GstElement.html" title="GstElement"><span c
|
|
4844
5026
|
</tbody>
|
4845
5027
|
</table></div>
|
4846
5028
|
</div>
|
4847
|
-
<p>Flags: <a href="/
|
5029
|
+
<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
4848
5030
|
</div>
|
4849
5031
|
</div>
|
4850
5032
|
<div class="refsect1">
|
@@ -4853,6 +5035,6 @@ user_function (<a class="link" href="GstElement.html" title="GstElement"><span c
|
|
4853
5035
|
</div>
|
4854
5036
|
</div>
|
4855
5037
|
<div class="footer">
|
4856
|
-
<hr>Generated by GTK-Doc V1.
|
5038
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
4857
5039
|
</body>
|
4858
5040
|
</html>
|