gstreamer 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +81 -25
- data/ext/gstreamer/rbgst-element-factory.c +61 -0
- data/ext/gstreamer/rbgst.c +50 -5
- data/ext/gstreamer/rbgst.h +26 -0
- data/lib/1.9/gstreamer.so +0 -0
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/gst.rb +51 -5
- data/lib/gst/{base_loader.rb → base-loader.rb} +0 -0
- data/lib/gst/caps.rb +25 -0
- data/lib/gst/{controller_loader.rb → controller-loader.rb} +0 -0
- data/lib/gst/element-factory.rb +35 -0
- data/lib/gst/element.rb +5 -0
- data/lib/gst/plugin-feature.rb +24 -0
- data/lib/gst/registry.rb +30 -0
- data/lib/gst/structure.rb +28 -0
- data/sample/gst-inspect.rb +478 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/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/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libspeex-1.dll +0 -0
- data/vendor/local/bin/libspeexdsp-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/speexdec.exe +0 -0
- data/vendor/local/bin/speexenc.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/FLAC/all.h +3 -2
- data/vendor/local/include/FLAC/assert.h +2 -1
- data/vendor/local/include/FLAC/callback.h +2 -1
- data/vendor/local/include/FLAC/export.h +14 -8
- data/vendor/local/include/FLAC/format.h +14 -1
- data/vendor/local/include/FLAC/metadata.h +3 -2
- data/vendor/local/include/FLAC/ordinals.h +20 -14
- data/vendor/local/include/FLAC/stream_decoder.h +2 -1
- data/vendor/local/include/FLAC/stream_encoder.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/app.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +22 -20
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +6 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +32 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +10 -8
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +35 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +6 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +2 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/base.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -4
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +163 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/check.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstbufferstraw.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +140 -4
- data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +43 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +89 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +127 -12
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +29 -9
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/fft.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +20 -11
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +80 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +23 -22
- data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +2 -51
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +159 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +10 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +33 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +39 -19
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +28 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +14 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +5 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +21 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +24 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +222 -174
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +19 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +92 -44
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +45 -5
- data/vendor/local/include/gstreamer-1.0/gst/math-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +67 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +353 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +329 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +317 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +363 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +41 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +7 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +29 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -14
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +42 -6
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +35 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdp.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +98 -8
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +66 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader_debug.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +8 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +148 -4
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +103 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +8 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +56 -38
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +7 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +53 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +2 -2
- data/vendor/local/include/jconfig.h +8 -0
- data/vendor/local/include/jerror.h +2 -2
- data/vendor/local/include/jmorecfg.h +26 -7
- data/vendor/local/include/jpeglib.h +22 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +12 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +44 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +36 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cache.h +102 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-decoder.h +45 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-sniffer.h +62 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h +46 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar.h +57 -26
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie.h +41 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-date.h +28 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +24 -24
- data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +3 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +4 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +17 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +21 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +76 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +33 -30
- data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +27 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h +66 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +9 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-password-manager.h +64 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-portability.h +1 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +30 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +12 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h +17 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h +53 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-file.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-http.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request.h +103 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-requester.h +84 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +11 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-feature.h +40 -20
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +114 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +18 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +83 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-tld.h +34 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +10 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +82 -55
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +261 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +0 -4
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +14 -0
- data/vendor/local/include/ogg/config_types.h +5 -5
- data/vendor/local/include/sqlite3.h +7338 -0
- data/vendor/local/include/sqlite3ext.h +487 -0
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstFft-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/GstRiff-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/GstTag-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/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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.la +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- 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 +2 -2
- 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 +2 -2
- 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 +41 -0
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libFLAC.la +4 -4
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +41 -0
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +4 -4
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +4 -4
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +4 -4
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcheck-1.0.la +4 -4
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +4 -4
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +41 -0
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +41 -0
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +4 -4
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +4 -4
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +4 -4
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +4 -4
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +4 -4
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +4 -4
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +4 -4
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +41 -0
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +4 -4
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +41 -0
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libogg.la +2 -2
- 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 +41 -0
- data/vendor/local/lib/libspeex.a +0 -0
- data/vendor/local/lib/libspeex.dll.a +0 -0
- data/vendor/local/lib/libspeexdsp.a +0 -0
- data/vendor/local/lib/libspeexdsp.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +41 -0
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbis.la +2 -2
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.la +2 -2
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.la +2 -2
- data/vendor/local/lib/pkgconfig/flac.pc +5 -3
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +16 -0
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +6 -4
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
- 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 +2 -2
- data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +13 -0
- data/vendor/local/lib/pkgconfig/vorbis.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisenc.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisfile.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/aclocal/libFLAC.m4 +9 -5
- data/vendor/local/share/aclocal/ogg.m4 +1 -1
- data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +10355 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2all_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h.html +102 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h_source.html +142 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h_source.html +992 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/all_8h_source.html +131 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/annotated.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/assert_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bc_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bdwn.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h.html +112 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h_source.html +159 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File-members.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.html +1315 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +132 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.html +1163 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File-members.html +155 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.html +1915 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +146 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.html +1721 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application-members.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.html +770 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain.html +399 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +1056 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator.html +305 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.html +766 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.html +865 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.html +456 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +1003 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +103 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +442 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +135 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +1062 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.html +764 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +983 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +203 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classes.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/closed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h_source.html +256 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_1982b5890de532b4beef7221dae776e2.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_527642952c2881b3e5b36abb4a29ebef.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_d44c64559bbebec7f509842c48db8b23.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.css +1357 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dynsections.js +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h_source.html +270 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h_source.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/files.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h.html +440 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h_source.html +785 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2blank.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2cl.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2doc.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderclosed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderopen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2lastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2link.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mlastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2node.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2ns.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2plastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2pnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2splitbar.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2vertline.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x62.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x63.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x64.html +143 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x65.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x66.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x67.html +235 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x68.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x69.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6c.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6d.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6e.html +128 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6f.html +193 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x70.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x71.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x72.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x73.html +284 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x74.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x75.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x76.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x77.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x7e.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x63.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x64.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x65.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x66.html +117 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x67.html +232 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x69.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6c.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6d.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6e.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6f.html +175 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x70.html +138 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x72.html +139 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x73.html +272 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x74.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x75.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x76.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x77.html +115 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x7e.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_vars.html +322 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals.html +1570 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_defs.html +153 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_enum.html +150 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_eval.html +508 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_func.html +655 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_type.html +156 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_vars.html +382 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__callbacks.html +274 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__decoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__encoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__export.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__format.html +2323 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level0.html +309 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level1.html +828 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level2.html +1222 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__object.html +2407 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__decoder.html +2378 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__encoder.html +3088 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__decoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__encoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__export.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level0.html +373 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level1.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level2.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__object.html +354 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__2__to__1__1__3.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__3__to__1__1__4.html +71 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__4__to__1__2__0.html +72 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/hierarchy.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/index.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h.html +343 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h_source.html +522 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/modules.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_f.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_g.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/open.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ordinals_8h_source.html +165 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h.html +273 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h_source.html +480 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h.html +302 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h_source.html +465 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader-members.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader.html +217 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks-members.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata-members.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet-members.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet.html +167 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture.html +227 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo.html +118 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed-members.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed.html +152 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_off.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_on.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_a.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_b.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tabs.css +60 -0
- data/vendor/local/share/doc/flac-1.3.0/html/changelog.html +946 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +433 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/developers.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_bugs.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_example_code.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_format_overview.html +133 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +229 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_flac.html +1197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_metaflac.html +573 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/download.html +287 -0
- data/vendor/local/share/doc/flac-1.3.0/html/faq.html +405 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/favicon.ico +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/features.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/flac.css +192 -0
- data/vendor/local/share/doc/flac-1.3.0/html/format.html +1858 -0
- data/vendor/local/share/doc/flac-1.3.0/html/id.html +300 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/1x1.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/cafebug.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Z500_front_325x94.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/a2_01_325x252.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/arcus_325x135.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/bmp-1430_325x241.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/iwod-g10_325x257.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/meizu_m6_325x206.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/musica_artwork_325x90.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/onda-vx737_325x240.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/request_n_front_325x103.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/rio_karma_279x254.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/teclast-tl29_325x244.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/tvix-4000_325x204.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo100.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo130.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/index.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/license.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/links.html +490 -0
- data/vendor/local/share/doc/flac-1.3.0/html/news.html +700 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ogg_mapping.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +866 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +518 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +1008 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +106 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +306 -0
- data/vendor/local/share/doc/libogg/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/libogg/framing.html +429 -0
- data/vendor/local/share/doc/libogg/index.html +105 -0
- data/vendor/local/share/doc/libogg/libogg/bitpacking.html +103 -0
- data/vendor/local/share/doc/libogg/libogg/datastructures.html +59 -0
- data/vendor/local/share/doc/libogg/libogg/decoding.html +104 -0
- data/vendor/local/share/doc/libogg/libogg/encoding.html +76 -0
- data/vendor/local/share/doc/libogg/libogg/general.html +109 -0
- data/vendor/local/share/doc/libogg/libogg/index.html +39 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +74 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +80 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +72 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +84 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +89 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +121 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +73 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +81 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +69 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/overview.html +44 -0
- data/vendor/local/share/doc/libogg/libogg/reference.html +98 -0
- data/vendor/local/share/doc/{libogg-1.3.0/ogg → libogg/libogg}/style.css +0 -0
- data/vendor/local/share/doc/libogg/multiplex1.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/ogg-multiplex.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/oggstream.html +0 -0
- data/vendor/local/share/doc/libogg/packets.png +0 -0
- data/vendor/local/share/doc/libogg/pages.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc3533.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc5334.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/skeleton.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/stream.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-ogg.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-xifish.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/Theora.pdf +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/annotated.html +15 -14
- data/vendor/local/share/doc/libtheora-1.1.1/html/bc_s.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/classes.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h.html +89 -56
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h_source.html +156 -90
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_0f91760d62c578de767c41a0aaae5482.html +10 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_d44c64559bbebec7f509842c48db8b23.html +7 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/doxygen.css +212 -18
- data/vendor/local/share/doc/libtheora-1.1.1/html/dynsections.js +32 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/files.html +8 -7
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_defs.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_enum.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_eval.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_func.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_type.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__basefuncs.html +67 -51
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__decfuncs.html +43 -35
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__encfuncs.html +33 -26
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__oldfuncs.html +179 -129
- data/vendor/local/share/doc/libtheora-1.1.1/html/index.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/modules.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__huff__code.html +11 -8
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__img__plane.html +15 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__info.html +44 -24
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__info.html +16 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__ranges.html +15 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__stripe__callback.html +13 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__info.html +50 -21
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__state.html +11 -6
- data/vendor/local/share/doc/libtheora-1.1.1/html/structyuv__buffer.html +27 -17
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_b.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_h.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h.html +114 -61
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h_source.html +199 -112
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h.html +63 -42
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h_source.html +48 -30
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h.html +92 -64
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h_source.html +51 -33
- data/vendor/local/share/doc/libtheora-1.1.1/latex/Makefile +2 -0
- data/vendor/local/share/doc/libtheora-1.1.1/latex/codec_8h.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_0f91760d62c578de767c41a0aaae5482.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_d44c64559bbebec7f509842c48db8b23.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/doxygen.sty +194 -214
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__basefuncs.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__oldfuncs.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/refman.tex +101 -24
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__info.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__quant__info.tex +0 -4
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/doxygen-build.stamp +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/eightphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/evenlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floor1_inverse_dB_table.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floorval.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fourphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/framing.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/helper.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/return.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_blockout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_buffer.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_headerout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_wrote.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_addblock.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add_tag.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query_count.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_commentheader_out.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_state.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_granule_time.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_packet_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_blockin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_headerin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_idheader.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_lapout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_restart.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_version_string.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/lspmap.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oddlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oggstream.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/programming.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.xml +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/squarepolar.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stereo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stream.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/v-comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-clip.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-errors.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-fidelity.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/changes.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/examples.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_ctl.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/OggVorbis_File.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chaining_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chainingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/datastructures.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/decoding.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/example.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/exampleindex.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/fileinfo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/initialization.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate_instant.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_fopen.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_filter.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_float.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_seekable.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_serialnumber.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_streams.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_test_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/threads.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/vorbisfile_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/wait.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/white-xifish.png +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +7379 -5728
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +85 -0
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +145 -128
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +786 -759
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1899 -1033
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +516 -61
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +91 -95
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +90 -94
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +358 -0
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +2469 -0
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +43 -43
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +510 -443
- data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +54 -56
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +793 -624
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +810 -512
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +1247 -345
- data/vendor/local/share/gir-1.0/GstTag-1.0.gir +249 -239
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +1677 -1049
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +16867 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +29 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +39 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +370 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +608 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +188 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +170 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +692 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +985 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1263 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +696 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +634 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +240 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +65 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +202 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +149 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +369 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +223 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +335 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +22 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +655 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +61 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +33 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +34 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +422 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +318 -71
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +152 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +104 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +55 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +98 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +271 -55
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +271 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +63 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +41 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +24 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +652 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +131 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +136 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +229 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiomixerutils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +149 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +36 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +254 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +27 -9
- 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 +78 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +34 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +52 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +57 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +254 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +44 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +192 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +162 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +341 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +628 -21
- 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 +109 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +185 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +58 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +1928 -162
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +28 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +19 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +336 -70
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +445 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +51 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +162 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +79 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +38 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +13 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +14 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +294 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +147 -119
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +26 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +50 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +41 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +26 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +43 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +19 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +124 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +70 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +69 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +162 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +29 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +117 -77
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +18 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +22 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +73 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +28 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +33 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +32 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +29 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +62 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +138 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +113 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +65 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +191 -50
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +37 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +447 -114
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +82 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +74 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +186 -55
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +568 -167
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +61 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +53 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +131 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +83 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +48 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +81 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +47 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +93 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +24 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +52 -57
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-deprecated.html +24 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-full.html +315 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +128 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +92 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +50 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBuffer.html +373 -87
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferList.html +59 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferPool.html +91 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCaps.html +447 -74
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCapsFeatures.html +783 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstContext.html +432 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDateTime.html +119 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstEvent.html +392 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +39 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +26 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +417 -82
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +109 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMemory.html +207 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMessage.html +565 -95
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +80 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +137 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +67 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +87 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstQuery.html +581 -108
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSample.html +39 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSegment.html +56 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStructure.html +301 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTagList.html +295 -85
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstToc.html +121 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +19 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +39 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +72 -21
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +324 -79
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +436 -100
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-gstconfig.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +12 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +107 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +112 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +76 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +78 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +141 -39
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +17 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +754 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +35 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +47 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-full.html +220 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +10 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +8 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +59 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstARGBControlBinding.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBaseParse.html +115 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +140 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +15 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +467 -119
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +280 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +414 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +598 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDirectControlBinding.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +23 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +306 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +37 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +13 -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 +14 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +63 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +18 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +35 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +44 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +26 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +14 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +44 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +46 -67
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +60 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +25 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +70 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +38 -29
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +34 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +25 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +20 -29
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +875 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +662 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +758 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +277 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +313 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +216 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +326 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +114 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +189 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1135 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +695 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +162 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +156 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +564 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2205 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1015 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +1473 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +413 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +339 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +108 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +404 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +84 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +113 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +117 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +1346 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2416 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +182 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +1239 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +1279 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +72 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +49 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +109 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +59 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +41 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +38 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +178 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +1144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +1489 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +710 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +510 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1527 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +202 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +464 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +633 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +240 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +734 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +948 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +136 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +604 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +172 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +444 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +218 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +266 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/up.png +0 -0
- data/vendor/local/share/license/flac/AUTHORS +3 -2
- data/vendor/local/share/license/gst-libav/COPYING.LIB +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING.LIB +2 -2
- data/vendor/local/share/license/gstreamer/COPYING +2 -2
- data/vendor/local/share/license/libav/COPYING.LGPLv2.1 +0 -2
- data/vendor/local/share/license/libav/LICENSE +38 -18
- data/vendor/local/share/license/libsoup/AUTHORS +13 -0
- data/vendor/local/share/license/libsoup/COPYING +481 -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/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/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/share/locale/bn_IN/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/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/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/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/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/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/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/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/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/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/share/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/share/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/share/locale/nl/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/share/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/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/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/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/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/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/share/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/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/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/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/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/cjpeg.1 +49 -8
- data/vendor/local/share/man/man1/flac.1 +65 -10
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +27 -6
- data/vendor/local/share/man/man1/gst-play-1.0.1 +34 -0
- data/vendor/local/share/man/man1/metaflac.1 +5 -4
- data/vendor/local/share/man/man1/sqlite3.1 +229 -0
- metadata +865 -838
- data/vendor/local/bin/libgstbasevideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsignalprocessor-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-8.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/signalprocessor/gstsignalprocessor.h +0 -136
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfaceconverter.h +0 -65
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfacemeta.h +0 -68
- data/vendor/local/include/gstreamer-1.0/gst/video/videocontext.h +0 -117
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
- data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
- data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/local/include/libxml2/libxml/dict.h +0 -80
- data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
- data/vendor/local/include/libxml2/libxml/entities.h +0 -150
- data/vendor/local/include/libxml2/libxml/globals.h +0 -502
- data/vendor/local/include/libxml2/libxml/hash.h +0 -233
- data/vendor/local/include/libxml2/libxml/list.h +0 -137
- data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
- data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
- data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
- data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
- data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
- data/vendor/local/include/libxml2/libxml/threads.h +0 -84
- data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
- data/vendor/local/include/libxml2/libxml/uri.h +0 -94
- data/vendor/local/include/libxml2/libxml/valid.h +0 -458
- data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
- data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
- data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
- data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
- data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.la +0 -41
- data/vendor/local/lib/libFLAC.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.la +0 -41
- data/vendor/local/lib/libgstsignalprocessor-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsignalprocessor-1.0.la +0 -41
- data/vendor/local/lib/libxml2.def +0 -1659
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-basevideo-1.0.pc +0 -12
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
- data/vendor/local/manifest/jpeg-dev_8-1_win32.mft +0 -18
- data/vendor/local/manifest/jpeg_8-1_win32.mft +0 -2
- data/vendor/local/manifest/libsoup-dev_2.26.3-1_win32.mft +0 -41
- data/vendor/local/manifest/libsoup_2.26.3-1_win32.mft +0 -2
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
- data/vendor/local/share/aclocal/libxml.m4 +0 -188
- data/vendor/local/share/doc/flac-1.2.1/FLAC.tag +0 -12259
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2all_8h-source.html +0 -73
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h-source.html +0 -89
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h-source.html +0 -751
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h.html +0 -66
- data/vendor/local/share/doc/flac-1.2.1/html/api/all_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/annotated.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/api/assert_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h-source.html +0 -103
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File-members.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.html +0 -1457
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +0 -79
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.html +0 -1268
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File-members.html +0 -102
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.html +0 -2124
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.html +0 -1882
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application-members.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.html +0 -548
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain.html +0 -453
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +0 -799
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +0 -131
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator.html +0 -370
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +0 -67
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.html +0 -498
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.html +0 -696
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.html +0 -435
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +0 -646
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +0 -561
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +0 -84
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +0 -575
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +0 -69
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.html +0 -542
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +0 -74
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +0 -685
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +0 -152
- data/vendor/local/share/doc/flac-1.2.1/html/api/classes.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h-source.html +0 -190
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000000.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000001.html +0 -48
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000002.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/dirs.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.css +0 -309
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h-source.html +0 -203
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h.html +0 -51
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h-source.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/files.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h-source.html +0 -521
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h.html +0 -330
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions.html +0 -260
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_func.html +0 -210
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_vars.html +0 -117
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x66.html +0 -529
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x67.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_defs.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_enum.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_eval.html +0 -177
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_func.html +0 -233
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_type.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_vars.html +0 -135
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__callbacks.html +0 -299
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__decoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__encoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__export.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__format.html +0 -3353
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata.html +0 -60
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level0.html +0 -308
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level1.html +0 -950
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level2.html +0 -1428
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__object.html +0 -2741
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__decoder.html +0 -2854
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__encoder.html +0 -3644
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__decoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__encoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__export.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level0.html +0 -414
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level1.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level2.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__object.html +0 -227
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__2__to__1__1__3.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__3__to__1__1__4.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__4__to__1__2__0.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/hierarchy.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/index.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h-source.html +0 -335
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h.html +0 -283
- data/vendor/local/share/doc/flac-1.2.1/html/api/modules.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/ordinals_8h-source.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h-source.html +0 -333
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h.html +0 -206
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h-source.html +0 -305
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h.html +0 -236
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader-members.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader.html +0 -251
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks-members.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata-members.html +0 -43
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata.html +0 -163
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet.html +0 -170
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture.html +0 -270
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown.html +0 -47
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed.html +0 -145
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/changelog.html +0 -832
- data/vendor/local/share/doc/flac-1.2.1/html/comparison.html +0 -431
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__chopin_prelude_24.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__dream_theater_600.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__eddie_warner_titus.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__gloria_estefan_conga.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__hand_in_my_pocket.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__l_sub_raga_sivapriya.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__laetatus_sum.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__mummified_in_barbed_wire.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__prokofiev_pcon3_3.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__ravel_sq4_4.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__scarlatti_k42.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__tool_forty_six_and_2.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__white_room.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpudectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpuenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procdectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_ratio.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/developers.html +0 -141
- data/vendor/local/share/doc/flac-1.2.1/html/documentation.html +0 -105
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_bugs.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_example_code.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_format_overview.html +0 -130
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tasks.html +0 -226
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools.html +0 -92
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_flac.html +0 -1135
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_metaflac.html +0 -570
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_plugins.html +0 -94
- data/vendor/local/share/doc/flac-1.2.1/html/download.html +0 -284
- data/vendor/local/share/doc/flac-1.2.1/html/faq.html +0 -402
- data/vendor/local/share/doc/flac-1.2.1/html/features.html +0 -127
- data/vendor/local/share/doc/flac-1.2.1/html/flac.css +0 -191
- data/vendor/local/share/doc/flac-1.2.1/html/format.html +0 -1852
- data/vendor/local/share/doc/flac-1.2.1/html/id.html +0 -289
- data/vendor/local/share/doc/flac-1.2.1/html/index.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/itunes.html +0 -91
- data/vendor/local/share/doc/flac-1.2.1/html/license.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/links.html +0 -485
- data/vendor/local/share/doc/flac-1.2.1/html/news.html +0 -697
- data/vendor/local/share/doc/flac-1.2.1/html/ogg_mapping.html +0 -138
- data/vendor/local/share/doc/flac-1.2.1/html/ru/authors.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/ru/comparison.html +0 -864
- data/vendor/local/share/doc/flac-1.2.1/html/ru/developers.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/documentation.html +0 -516
- data/vendor/local/share/doc/flac-1.2.1/html/ru/download.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/features.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/format.html +0 -1006
- data/vendor/local/share/doc/flac-1.2.1/html/ru/goals.html +0 -104
- data/vendor/local/share/doc/flac-1.2.1/html/ru/id.html +0 -128
- data/vendor/local/share/doc/flac-1.2.1/html/ru/index.html +0 -121
- data/vendor/local/share/doc/flac-1.2.1/html/ru/links.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/news.html +0 -304
- data/vendor/local/share/doc/libogg-1.3.0/framing.html +0 -429
- data/vendor/local/share/doc/libogg-1.3.0/index.html +0 -105
- data/vendor/local/share/doc/libogg-1.3.0/ogg/bitpacking.html +0 -103
- data/vendor/local/share/doc/libogg-1.3.0/ogg/datastructures.html +0 -59
- data/vendor/local/share/doc/libogg-1.3.0/ogg/decoding.html +0 -104
- data/vendor/local/share/doc/libogg-1.3.0/ogg/encoding.html +0 -76
- data/vendor/local/share/doc/libogg-1.3.0/ogg/general.html +0 -109
- data/vendor/local/share/doc/libogg-1.3.0/ogg/index.html +0 -39
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet_clear.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_bos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_checksum_set.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_continued.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_eos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_granulepos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_packets.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_pageno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_serialno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_version.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_clear.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_destroy.html +0 -71
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_eos.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_flush.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_init.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetin.html +0 -72
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetout.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetpeek.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pagein.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout.html +0 -84
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout_fill.html +0 -89
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset_serialno.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_state.html +0 -121
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_buffer.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_clear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_destroy.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_init.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageout.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageseek.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_reset.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_state.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_wrote.html +0 -73
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv1.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bits.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_buffer.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bytes.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_get_buffer.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_readinit.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_reset.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_write.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writealign.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeclear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writecopy.html +0 -69
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeinit.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writetrunc.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/overview.html +0 -44
- data/vendor/local/share/doc/libogg-1.3.0/ogg/reference.html +0 -98
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoCodec.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoDecoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoEncoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceBuffer.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceConverter.html +0 -159
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoContextInterface.html +0 -752
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstbasevideoutils.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmultichannel.html +0 -292
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/man/man1/xml2-config.1 +0 -30
- data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
- data/vendor/local/share/man/man1/xmllint.1 +0 -427
- data/vendor/local/share/man/man3/libxml.3 +0 -71
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.log +0 -248
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.sh +0 -44
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.log +0 -1518
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.sh +0 -60
@@ -3,17 +3,17 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part II. Object Hierarchy</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
9
|
-
<link rel="prev" href="gst-plugins-bad-libs-
|
9
|
+
<link rel="prev" href="gst-plugins-bad-libs-GstInsertbin.html" title="GstInsertbin">
|
10
10
|
<link rel="next" href="api-index-full.html" title="Index">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19 (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">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
16
|
-
<td><a accesskey="p" href="gst-plugins-bad-libs-
|
16
|
+
<td><a accesskey="p" href="gst-plugins-bad-libs-GstInsertbin.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
17
17
|
<td> </td>
|
18
18
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
19
19
|
<th width="100%" align="center">GStreamer Bad Plugins 1.0 Library Reference Manual</th>
|
@@ -23,10 +23,32 @@
|
|
23
23
|
<div class="titlepage"><div><div><h1 class="title">
|
24
24
|
<a name="gstreamer-libs-hierarchy"></a>Part II. Object Hierarchy</h1></div></div></div>
|
25
25
|
<pre class="screen">
|
26
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
27
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
28
|
+
<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a>
|
29
|
+
<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a>
|
30
|
+
<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBin.html">GstBin</a>
|
31
|
+
<a class="link" href="gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin">GstInsertBin</a>
|
32
|
+
GBoxed
|
33
|
+
<a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsSection">GstMpegTsSection</a>
|
34
|
+
<a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsDescriptor">GstMpegTsDescriptor</a>
|
35
|
+
GEnum
|
36
|
+
<a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsSectionType">GstMpegTsSectionType</a>
|
37
|
+
<a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsSectionTableID">GstMpegTsSectionTableID</a>
|
38
|
+
<a class="link" href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsCableOuterFECScheme">GstMpegTsCableOuterFECScheme</a>
|
39
|
+
<a class="link" href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsModulationType">GstMpegTsModulationType</a>
|
40
|
+
<a class="link" href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsSatellitePolarizationType">GstMpegTsSatellitePolarizationType</a>
|
41
|
+
<a class="link" href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsSatelliteRolloff">GstMpegTsSatelliteRolloff</a>
|
42
|
+
<a class="link" href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsDVBCodeRate">GstMpegTsDVBCodeRate</a>
|
43
|
+
<a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsDescriptorType">GstMpegTsDescriptorType</a>
|
44
|
+
<a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsIso639AudioType">GstMpegTsIso639AudioType</a>
|
45
|
+
<a class="link" href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsRunningStatus">GstMpegTsRunningStatus</a>
|
46
|
+
<a class="link" href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsDVBServiceType">GstMpegTsDVBServiceType</a>
|
47
|
+
<a class="link" href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsStreamType">GstMpegTsStreamType</a>
|
26
48
|
</pre>
|
27
49
|
</div>
|
28
50
|
<div class="footer">
|
29
51
|
<hr>
|
30
|
-
Generated by GTK-Doc V1.
|
52
|
+
Generated by GTK-Doc V1.19</div>
|
31
53
|
</body>
|
32
54
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part I. GStreamer Bad Plugins Libraries</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
9
9
|
<link rel="prev" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
10
10
|
<link rel="next" href="compiling.html" title="Compiling">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19 (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">
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<a name="gstreamer-plugins-bad"></a>Part I. GStreamer Bad Plugins Libraries</h1></div></div></div>
|
25
25
|
<div class="toc">
|
26
26
|
<p><b>Table of Contents</b></p>
|
27
|
-
<dl>
|
27
|
+
<dl class="toc">
|
28
28
|
<dt>
|
29
29
|
<span class="refentrytitle"><a href="compiling.html">Compiling</a></span><span class="refpurpose"> —
|
30
30
|
How to compile against the bad plugins libraries
|
@@ -48,31 +48,41 @@ bitstream.</span>
|
|
48
48
|
<span class="refentrytitle"><a href="gst-plugins-bad-libs-vc1parser.html">vc1parser</a></span><span class="refpurpose"> — Convenience library for parsing vc1 video
|
49
49
|
bitstream.</span>
|
50
50
|
</dt>
|
51
|
+
<dt>
|
52
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-gstmpegvideometa.html">gstmpegvideometa</a></span><span class="refpurpose"></span>
|
53
|
+
</dt>
|
51
54
|
</dl></dd>
|
52
|
-
<dt><span class="chapter"><a href="
|
55
|
+
<dt><span class="chapter"><a href="mpegts.html">Mpeg TS helper library</a></span></dt>
|
53
56
|
<dd><dl>
|
54
57
|
<dt>
|
55
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
58
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-Mpeg-ts-helper-library.html">Mpeg-ts helper library</a></span><span class="refpurpose"> — Mpeg-ts helper library for plugins and applications</span>
|
59
|
+
</dt>
|
60
|
+
<dt>
|
61
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html">Base MPEG-TS sections</a></span><span class="refpurpose"> — Sections for ITU H.222.0 | ISO/IEC 13818-1</span>
|
56
62
|
</dt>
|
57
63
|
<dt>
|
58
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
64
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html">Base MPEG-TS descriptors</a></span><span class="refpurpose"> — Descriptors for ITU H.222.0 | ISO/IEC 13818-1</span>
|
59
65
|
</dt>
|
60
66
|
<dt>
|
61
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
67
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html">ATSC variants of MPEG-TS sections</a></span><span class="refpurpose"> — Sections for the various ATSC specifications</span>
|
62
68
|
</dt>
|
63
69
|
<dt>
|
64
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
70
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html">DVB variants of MPEG-TS sections</a></span><span class="refpurpose"> — Sections for the various DVB specifications</span>
|
65
71
|
</dt>
|
66
72
|
<dt>
|
67
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
73
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html">ATSC variants of MPEG-TS descriptors</a></span><span class="refpurpose"> — Descriptors for the various ATSC specifications</span>
|
68
74
|
</dt>
|
69
75
|
<dt>
|
70
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
76
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html">DVB variants of MPEG-TS descriptors</a></span><span class="refpurpose"> — Descriptors for the various DVB specifications</span>
|
71
77
|
</dt>
|
72
78
|
<dt>
|
73
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
79
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html">ISDB variants of MPEG-TS descriptors</a></span><span class="refpurpose"> — Descriptors for the various ISDB specifications</span>
|
74
80
|
</dt>
|
75
81
|
</dl></dd>
|
82
|
+
<dt><span class="chapter"><a href="tools.html">Useful elements</a></span></dt>
|
83
|
+
<dd><dl><dt>
|
84
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-GstInsertbin.html">GstInsertbin</a></span><span class="refpurpose">A <span class="type">GstBin</span> to insertally link filter-like elements.</span>
|
85
|
+
</dt></dl></dd>
|
76
86
|
</dl>
|
77
87
|
</div>
|
78
88
|
<p>
|
@@ -82,6 +92,6 @@ bitstream.</span>
|
|
82
92
|
</div>
|
83
93
|
<div class="footer">
|
84
94
|
<hr>
|
85
|
-
Generated by GTK-Doc V1.
|
95
|
+
Generated by GTK-Doc V1.19</div>
|
86
96
|
</body>
|
87
97
|
</html>
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GStreamer Bad Plugins 1.0 Library Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
|
8
8
|
<link rel="next" href="gstreamer-plugins-bad.html" title="Part I. GStreamer Bad Plugins Libraries">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -15,13 +15,13 @@
|
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Bad Plugins 1.0 Library Reference Manual</p></th></tr></table></div>
|
17
17
|
<div><p class="releaseinfo">
|
18
|
-
for GStreamer Bad Library 1.0 (1.
|
18
|
+
for GStreamer Bad Library 1.0 (1.2.1)
|
19
19
|
<a class="ulink" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-libs/html/" target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-libs/html/</a>.
|
20
20
|
</p></div>
|
21
21
|
</div>
|
22
22
|
<hr>
|
23
23
|
</div>
|
24
|
-
<div class="toc"><dl>
|
24
|
+
<div class="toc"><dl class="toc">
|
25
25
|
<dt><span class="part"><a href="gstreamer-plugins-bad.html">I. GStreamer Bad Plugins Libraries</a></span></dt>
|
26
26
|
<dd><dl>
|
27
27
|
<dt>
|
@@ -47,31 +47,41 @@ bitstream.</span>
|
|
47
47
|
<span class="refentrytitle"><a href="gst-plugins-bad-libs-vc1parser.html">vc1parser</a></span><span class="refpurpose"> — Convenience library for parsing vc1 video
|
48
48
|
bitstream.</span>
|
49
49
|
</dt>
|
50
|
+
<dt>
|
51
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-gstmpegvideometa.html">gstmpegvideometa</a></span><span class="refpurpose"></span>
|
52
|
+
</dt>
|
50
53
|
</dl></dd>
|
51
|
-
<dt><span class="chapter"><a href="
|
54
|
+
<dt><span class="chapter"><a href="mpegts.html">Mpeg TS helper library</a></span></dt>
|
52
55
|
<dd><dl>
|
53
56
|
<dt>
|
54
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
57
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-Mpeg-ts-helper-library.html">Mpeg-ts helper library</a></span><span class="refpurpose"> — Mpeg-ts helper library for plugins and applications</span>
|
58
|
+
</dt>
|
59
|
+
<dt>
|
60
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-Base-MPEG-TS-sections.html">Base MPEG-TS sections</a></span><span class="refpurpose"> — Sections for ITU H.222.0 | ISO/IEC 13818-1</span>
|
55
61
|
</dt>
|
56
62
|
<dt>
|
57
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
63
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html">Base MPEG-TS descriptors</a></span><span class="refpurpose"> — Descriptors for ITU H.222.0 | ISO/IEC 13818-1</span>
|
58
64
|
</dt>
|
59
65
|
<dt>
|
60
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
66
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html">ATSC variants of MPEG-TS sections</a></span><span class="refpurpose"> — Sections for the various ATSC specifications</span>
|
61
67
|
</dt>
|
62
68
|
<dt>
|
63
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
69
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html">DVB variants of MPEG-TS sections</a></span><span class="refpurpose"> — Sections for the various DVB specifications</span>
|
64
70
|
</dt>
|
65
71
|
<dt>
|
66
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
72
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html">ATSC variants of MPEG-TS descriptors</a></span><span class="refpurpose"> — Descriptors for the various ATSC specifications</span>
|
67
73
|
</dt>
|
68
74
|
<dt>
|
69
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
75
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html">DVB variants of MPEG-TS descriptors</a></span><span class="refpurpose"> — Descriptors for the various DVB specifications</span>
|
70
76
|
</dt>
|
71
77
|
<dt>
|
72
|
-
<span class="refentrytitle"><a href="gst-plugins-bad-libs-
|
78
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html">ISDB variants of MPEG-TS descriptors</a></span><span class="refpurpose"> — Descriptors for the various ISDB specifications</span>
|
73
79
|
</dt>
|
74
80
|
</dl></dd>
|
81
|
+
<dt><span class="chapter"><a href="tools.html">Useful elements</a></span></dt>
|
82
|
+
<dd><dl><dt>
|
83
|
+
<span class="refentrytitle"><a href="gst-plugins-bad-libs-GstInsertbin.html">GstInsertbin</a></span><span class="refpurpose">A <span class="type">GstBin</span> to insertally link filter-like elements.</span>
|
84
|
+
</dt></dl></dd>
|
75
85
|
</dl></dd>
|
76
86
|
<dt><span class="part"><a href="gstreamer-libs-hierarchy.html">II. Object Hierarchy</a></span></dt>
|
77
87
|
<dt><span class="index"><a href="api-index-full.html">Index</a></span></dt>
|
@@ -81,6 +91,6 @@ bitstream.</span>
|
|
81
91
|
</div>
|
82
92
|
<div class="footer">
|
83
93
|
<hr>
|
84
|
-
Generated by GTK-Doc V1.
|
94
|
+
Generated by GTK-Doc V1.19</div>
|
85
95
|
</body>
|
86
96
|
</html>
|
@@ -46,6 +46,16 @@
|
|
46
46
|
<ANCHOR id="GST-H264-SEI-PIC-STRUCT-FRAME-DOUBLING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-SEI-PIC-STRUCT-FRAME-DOUBLING:CAPS">
|
47
47
|
<ANCHOR id="GST-H264-SEI-PIC-STRUCT-FRAME-TRIPLING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-SEI-PIC-STRUCT-FRAME-TRIPLING:CAPS">
|
48
48
|
<ANCHOR id="GstH264SliceType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GstH264SliceType">
|
49
|
+
<ANCHOR id="GST-H264-P-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-P-SLICE:CAPS">
|
50
|
+
<ANCHOR id="GST-H264-B-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-B-SLICE:CAPS">
|
51
|
+
<ANCHOR id="GST-H264-I-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-I-SLICE:CAPS">
|
52
|
+
<ANCHOR id="GST-H264-SP-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-SP-SLICE:CAPS">
|
53
|
+
<ANCHOR id="GST-H264-SI-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-SI-SLICE:CAPS">
|
54
|
+
<ANCHOR id="GST-H264-S-P-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-S-P-SLICE:CAPS">
|
55
|
+
<ANCHOR id="GST-H264-S-B-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-S-B-SLICE:CAPS">
|
56
|
+
<ANCHOR id="GST-H264-S-I-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-S-I-SLICE:CAPS">
|
57
|
+
<ANCHOR id="GST-H264-S-SP-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-S-SP-SLICE:CAPS">
|
58
|
+
<ANCHOR id="GST-H264-S-SI-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GST-H264-S-SI-SLICE:CAPS">
|
49
59
|
<ANCHOR id="GstH264NalParser" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GstH264NalParser">
|
50
60
|
<ANCHOR id="GstH264NalUnit" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GstH264NalUnit">
|
51
61
|
<ANCHOR id="GstH264SPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html#GstH264SPS">
|
@@ -89,6 +99,7 @@
|
|
89
99
|
<ANCHOR id="GST-MPEG-VIDEO-PACKET-EXT-SEQUENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#GST-MPEG-VIDEO-PACKET-EXT-SEQUENCE:CAPS">
|
90
100
|
<ANCHOR id="GST-MPEG-VIDEO-PACKET-EXT-SEQUENCE-DISPLAY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#GST-MPEG-VIDEO-PACKET-EXT-SEQUENCE-DISPLAY:CAPS">
|
91
101
|
<ANCHOR id="GST-MPEG-VIDEO-PACKET-EXT-QUANT-MATRIX:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#GST-MPEG-VIDEO-PACKET-EXT-QUANT-MATRIX:CAPS">
|
102
|
+
<ANCHOR id="GST-MPEG-VIDEO-PACKET-EXT-SEQUENCE-SCALABLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#GST-MPEG-VIDEO-PACKET-EXT-SEQUENCE-SCALABLE:CAPS">
|
92
103
|
<ANCHOR id="GST-MPEG-VIDEO-PACKET-EXT-PICTURE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#GST-MPEG-VIDEO-PACKET-EXT-PICTURE:CAPS">
|
93
104
|
<ANCHOR id="GstMpegVideoLevel" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#GstMpegVideoLevel">
|
94
105
|
<ANCHOR id="GST-MPEG-VIDEO-LEVEL-HIGH:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#GST-MPEG-VIDEO-LEVEL-HIGH:CAPS">
|
@@ -123,13 +134,46 @@
|
|
123
134
|
<ANCHOR id="gst-mpeg-video-parse-picture-extension" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-picture-extension">
|
124
135
|
<ANCHOR id="gst-mpeg-video-parse-gop" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-gop">
|
125
136
|
<ANCHOR id="gst-mpeg-video-parse-sequence-extension" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-extension">
|
137
|
+
<ANCHOR id="gst-mpeg-video-parse-sequence-display-extension" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-sequence-display-extension">
|
126
138
|
<ANCHOR id="gst-mpeg-video-parse-quant-matrix-extension" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-parse-quant-matrix-extension">
|
139
|
+
<ANCHOR id="gst-mpeg-video-finalise-mpeg2-sequence-header" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-finalise-mpeg2-sequence-header">
|
140
|
+
<ANCHOR id="gst-mpeg-video-quant-matrix-get-raster-from-zigzag" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-quant-matrix-get-raster-from-zigzag">
|
141
|
+
<ANCHOR id="gst-mpeg-video-quant-matrix-get-zigzag-from-raster" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html#gst-mpeg-video-quant-matrix-get-zigzag-from-raster">
|
127
142
|
<ANCHOR id="gst-plugins-bad-libs-mpeg4parser" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html">
|
128
143
|
<ANCHOR id="gst-plugins-bad-libs-mpeg4parser.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#gst-plugins-bad-libs-mpeg4parser.synopsis">
|
129
144
|
<ANCHOR id="gst-plugins-bad-libs-mpeg4parser.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#gst-plugins-bad-libs-mpeg4parser.description">
|
130
145
|
<ANCHOR id="gst-plugins-bad-libs-mpeg4parser.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#gst-plugins-bad-libs-mpeg4parser.details">
|
131
146
|
<ANCHOR id="GstMpeg4StartCode" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4StartCode">
|
147
|
+
<ANCHOR id="GST-MPEG4-VIDEO-OBJ-FIRST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VIDEO-OBJ-FIRST:CAPS">
|
148
|
+
<ANCHOR id="GST-MPEG4-VIDEO-OBJ-LAST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VIDEO-OBJ-LAST:CAPS">
|
149
|
+
<ANCHOR id="GST-MPEG4-VIDEO-LAYER-FIRST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VIDEO-LAYER-FIRST:CAPS">
|
150
|
+
<ANCHOR id="GST-MPEG4-VIDEO-LAYER-LAST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VIDEO-LAYER-LAST:CAPS">
|
151
|
+
<ANCHOR id="GST-MPEG4-VISUAL-OBJ-SEQ-START:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VISUAL-OBJ-SEQ-START:CAPS">
|
152
|
+
<ANCHOR id="GST-MPEG4-VISUAL-OBJ-SEQ-END:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VISUAL-OBJ-SEQ-END:CAPS">
|
153
|
+
<ANCHOR id="GST-MPEG4-USER-DATA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-USER-DATA:CAPS">
|
154
|
+
<ANCHOR id="GST-MPEG4-GROUP-OF-VOP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-GROUP-OF-VOP:CAPS">
|
155
|
+
<ANCHOR id="GST-MPEG4-VIDEO-SESSION-ERR:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VIDEO-SESSION-ERR:CAPS">
|
156
|
+
<ANCHOR id="GST-MPEG4-VISUAL-OBJ:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VISUAL-OBJ:CAPS">
|
157
|
+
<ANCHOR id="GST-MPEG4-VIDEO-OBJ-PLANE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VIDEO-OBJ-PLANE:CAPS">
|
158
|
+
<ANCHOR id="GST-MPEG4-FBA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-FBA:CAPS">
|
159
|
+
<ANCHOR id="GST-MPEG4-FBA-PLAN:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-FBA-PLAN:CAPS">
|
160
|
+
<ANCHOR id="GST-MPEG4-MESH:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-MESH:CAPS">
|
161
|
+
<ANCHOR id="GST-MPEG4-MESH-PLAN:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-MESH-PLAN:CAPS">
|
162
|
+
<ANCHOR id="GST-MPEG4-STILL-TEXTURE-OBJ:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-STILL-TEXTURE-OBJ:CAPS">
|
163
|
+
<ANCHOR id="GST-MPEG4-TEXTURE-SPATIAL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-TEXTURE-SPATIAL:CAPS">
|
164
|
+
<ANCHOR id="GST-MPEG4-TEXTURE-SNR-LAYER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-TEXTURE-SNR-LAYER:CAPS">
|
165
|
+
<ANCHOR id="GST-MPEG4-TEXTURE-TILE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-TEXTURE-TILE:CAPS">
|
166
|
+
<ANCHOR id="GST-MPEG4-SHAPE-LAYER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-SHAPE-LAYER:CAPS">
|
167
|
+
<ANCHOR id="GST-MPEG4-STUFFING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-STUFFING:CAPS">
|
168
|
+
<ANCHOR id="GST-MPEG4-SYSTEM-FIRST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-SYSTEM-FIRST:CAPS">
|
169
|
+
<ANCHOR id="GST-MPEG4-SYSTEM-LAST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-SYSTEM-LAST:CAPS">
|
170
|
+
<ANCHOR id="GST-MPEG4-RESYNC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-RESYNC:CAPS">
|
132
171
|
<ANCHOR id="GstMpeg4VisualObjectType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4VisualObjectType">
|
172
|
+
<ANCHOR id="GST-MPEG4-VIDEO-ID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-VIDEO-ID:CAPS">
|
173
|
+
<ANCHOR id="GST-MPEG4-STILL-TEXTURE-ID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-STILL-TEXTURE-ID:CAPS">
|
174
|
+
<ANCHOR id="GST-MPEG4-STILL-MESH-ID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-STILL-MESH-ID:CAPS">
|
175
|
+
<ANCHOR id="GST-MPEG4-STILL-FBA-ID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-STILL-FBA-ID:CAPS">
|
176
|
+
<ANCHOR id="GST-MPEG4-STILL-3D-MESH-ID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-STILL-3D-MESH-ID:CAPS">
|
133
177
|
<ANCHOR id="GstMpeg4AspectRatioInfo" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4AspectRatioInfo">
|
134
178
|
<ANCHOR id="GST-MPEG4-SQUARE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-SQUARE:CAPS">
|
135
179
|
<ANCHOR id="GST-MPEG4-625-TYPE-4-3:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-625-TYPE-4-3:CAPS">
|
@@ -149,10 +193,46 @@
|
|
149
193
|
<ANCHOR id="GST-MPEG4-B-VOP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-B-VOP:CAPS">
|
150
194
|
<ANCHOR id="GST-MPEG4-S-VOP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-S-VOP:CAPS">
|
151
195
|
<ANCHOR id="GstMpeg4ChromaFormat" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4ChromaFormat">
|
196
|
+
<ANCHOR id="GST-MPEG4-CHROMA-4-2-0:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-CHROMA-4-2-0:CAPS">
|
152
197
|
<ANCHOR id="GstMpeg4VideoObjectLayerShape" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4VideoObjectLayerShape">
|
198
|
+
<ANCHOR id="GST-MPEG4-RECTANGULAR:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-RECTANGULAR:CAPS">
|
199
|
+
<ANCHOR id="GST-MPEG4-BINARY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-BINARY:CAPS">
|
200
|
+
<ANCHOR id="GST-MPEG4-BINARY-ONLY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-BINARY-ONLY:CAPS">
|
201
|
+
<ANCHOR id="GST-MPEG4-GRAYSCALE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-GRAYSCALE:CAPS">
|
153
202
|
<ANCHOR id="GstMpeg4SpriteEnable" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4SpriteEnable">
|
203
|
+
<ANCHOR id="GST-MPEG4-SPRITE-UNUSED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-SPRITE-UNUSED:CAPS">
|
204
|
+
<ANCHOR id="GST-MPEG4-SPRITE-STATIC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-SPRITE-STATIC:CAPS">
|
205
|
+
<ANCHOR id="GST-MPEG4-SPRITE-GMG:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-SPRITE-GMG:CAPS">
|
154
206
|
<ANCHOR id="GstMpeg4Profile" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4Profile">
|
207
|
+
<ANCHOR id="GST-MPEG4-PROFILE-CORE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-CORE:CAPS">
|
208
|
+
<ANCHOR id="GST-MPEG4-PROFILE-MAIN:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-MAIN:CAPS">
|
209
|
+
<ANCHOR id="GST-MPEG4-PROFILE-N-BIT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-N-BIT:CAPS">
|
210
|
+
<ANCHOR id="GST-MPEG4-PROFILE-SIMPLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-SIMPLE:CAPS">
|
211
|
+
<ANCHOR id="GST-MPEG4-PROFILE-HYBRID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-HYBRID:CAPS">
|
212
|
+
<ANCHOR id="GST-MPEG4-PROFILE-RESERVED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-RESERVED:CAPS">
|
213
|
+
<ANCHOR id="GST-MPEG4-PROFILE-SIMPLE-FBA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-SIMPLE-FBA:CAPS">
|
214
|
+
<ANCHOR id="GST-MPEG4-PROFILE-CORE-STUDIO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-CORE-STUDIO:CAPS">
|
215
|
+
<ANCHOR id="GST-MPEG4-PROFILE-SIMPLE-STUDIO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-SIMPLE-STUDIO:CAPS">
|
216
|
+
<ANCHOR id="GST-MPEG4-PROFILE-CORE-SCALABLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-CORE-SCALABLE:CAPS">
|
217
|
+
<ANCHOR id="GST-MPEG4-PROFILE-ADVANCED-CORE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-ADVANCED-CORE:CAPS">
|
218
|
+
<ANCHOR id="GST-MPEG4-PROFILE-ADVANCED-SIMPLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-ADVANCED-SIMPLE:CAPS">
|
219
|
+
<ANCHOR id="GST-MPEG4-PROFILE-SIMPLE-SCALABLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-SIMPLE-SCALABLE:CAPS">
|
220
|
+
<ANCHOR id="GST-MPEG4-PROFILE-SCALABLE-TEXTURE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-SCALABLE-TEXTURE:CAPS">
|
221
|
+
<ANCHOR id="GST-MPEG4-PROFILE-SIMPLE-FACE-ANIMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-SIMPLE-FACE-ANIMATION:CAPS">
|
222
|
+
<ANCHOR id="GST-MPEG4-PROFILE-BASIC-ANIMATED-TEXTURE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-BASIC-ANIMATED-TEXTURE:CAPS">
|
223
|
+
<ANCHOR id="GST-MPEG4-PROFILE-ADVANCED-REALTIME-SIMPLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-ADVANCED-REALTIME-SIMPLE:CAPS">
|
224
|
+
<ANCHOR id="GST-MPEG4-PROFILE-ADVANCED-SCALABLE-TEXTURE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-ADVANCED-SCALABLE-TEXTURE:CAPS">
|
225
|
+
<ANCHOR id="GST-MPEG4-PROFILE-FINE-GRANULARITY-SCALABLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-FINE-GRANULARITY-SCALABLE:CAPS">
|
226
|
+
<ANCHOR id="GST-MPEG4-PROFILE-ADVANCED-CODING-EFFICIENCY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-PROFILE-ADVANCED-CODING-EFFICIENCY:CAPS">
|
155
227
|
<ANCHOR id="GstMpeg4Level" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4Level">
|
228
|
+
<ANCHOR id="GST-MPEG4-LEVEL0:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-LEVEL0:CAPS">
|
229
|
+
<ANCHOR id="GST-MPEG4-LEVEL1:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-LEVEL1:CAPS">
|
230
|
+
<ANCHOR id="GST-MPEG4-LEVEL2:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-LEVEL2:CAPS">
|
231
|
+
<ANCHOR id="GST-MPEG4-LEVEL3:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-LEVEL3:CAPS">
|
232
|
+
<ANCHOR id="GST-MPEG4-LEVEL3b" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-LEVEL3b">
|
233
|
+
<ANCHOR id="GST-MPEG4-LEVEL4:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-LEVEL4:CAPS">
|
234
|
+
<ANCHOR id="GST-MPEG4-LEVEL5:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-LEVEL5:CAPS">
|
235
|
+
<ANCHOR id="GST-MPEG4-LEVEL-RESERVED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GST-MPEG4-LEVEL-RESERVED:CAPS">
|
156
236
|
<ANCHOR id="GstMpeg4VisualObjectSequence" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4VisualObjectSequence">
|
157
237
|
<ANCHOR id="GstMpeg4VisualObject" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4VisualObject">
|
158
238
|
<ANCHOR id="GstMpeg4VideoSignalType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html#GstMpeg4VideoSignalType">
|
@@ -177,14 +257,64 @@
|
|
177
257
|
<ANCHOR id="MAX-HRD-NUM-LEAKY-BUCKETS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#MAX-HRD-NUM-LEAKY-BUCKETS:CAPS">
|
178
258
|
<ANCHOR id="GST-VC1-BFRACTION-BASIS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-BFRACTION-BASIS:CAPS">
|
179
259
|
<ANCHOR id="GstVC1StartCode" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1StartCode">
|
260
|
+
<ANCHOR id="GST-VC1-END-OF-SEQ:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-END-OF-SEQ:CAPS">
|
261
|
+
<ANCHOR id="GST-VC1-SLICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-SLICE:CAPS">
|
262
|
+
<ANCHOR id="GST-VC1-FIELD:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-FIELD:CAPS">
|
263
|
+
<ANCHOR id="GST-VC1-FRAME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-FRAME:CAPS">
|
264
|
+
<ANCHOR id="GST-VC1-ENTRYPOINT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-ENTRYPOINT:CAPS">
|
265
|
+
<ANCHOR id="GST-VC1-SEQUENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-SEQUENCE:CAPS">
|
266
|
+
<ANCHOR id="GST-VC1-SLICE-USER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-SLICE-USER:CAPS">
|
267
|
+
<ANCHOR id="GST-VC1-FIELD-USER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-FIELD-USER:CAPS">
|
268
|
+
<ANCHOR id="GST-VC1-FRAME-USER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-FRAME-USER:CAPS">
|
269
|
+
<ANCHOR id="GST-VC1-ENTRY-POINT-USER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-ENTRY-POINT-USER:CAPS">
|
270
|
+
<ANCHOR id="GST-VC1-SEQUENCE-USER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-SEQUENCE-USER:CAPS">
|
180
271
|
<ANCHOR id="GstVC1Profile" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1Profile">
|
272
|
+
<ANCHOR id="GST-VC1-PROFILE-SIMPLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PROFILE-SIMPLE:CAPS">
|
273
|
+
<ANCHOR id="GST-VC1-PROFILE-MAIN:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PROFILE-MAIN:CAPS">
|
274
|
+
<ANCHOR id="GST-VC1-PROFILE-RESERVED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PROFILE-RESERVED:CAPS">
|
275
|
+
<ANCHOR id="GST-VC1-PROFILE-ADVANCED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PROFILE-ADVANCED:CAPS">
|
181
276
|
<ANCHOR id="GstVC1ParserResult" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1ParserResult">
|
277
|
+
<ANCHOR id="GST-VC1-PARSER-OK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PARSER-OK:CAPS">
|
278
|
+
<ANCHOR id="GST-VC1-PARSER-BROKEN-DATA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PARSER-BROKEN-DATA:CAPS">
|
279
|
+
<ANCHOR id="GST-VC1-PARSER-NO-BDU:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PARSER-NO-BDU:CAPS">
|
280
|
+
<ANCHOR id="GST-VC1-PARSER-NO-BDU-END:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PARSER-NO-BDU-END:CAPS">
|
281
|
+
<ANCHOR id="GST-VC1-PARSER-ERROR:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PARSER-ERROR:CAPS">
|
182
282
|
<ANCHOR id="GstVC1PictureType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1PictureType">
|
283
|
+
<ANCHOR id="GST-VC1-PICTURE-TYPE-P:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PICTURE-TYPE-P:CAPS">
|
284
|
+
<ANCHOR id="GST-VC1-PICTURE-TYPE-B:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PICTURE-TYPE-B:CAPS">
|
285
|
+
<ANCHOR id="GST-VC1-PICTURE-TYPE-I:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PICTURE-TYPE-I:CAPS">
|
286
|
+
<ANCHOR id="GST-VC1-PICTURE-TYPE-BI:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PICTURE-TYPE-BI:CAPS">
|
287
|
+
<ANCHOR id="GST-VC1-PICTURE-TYPE-SKIPPED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-PICTURE-TYPE-SKIPPED:CAPS">
|
183
288
|
<ANCHOR id="GstVC1Level" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1Level">
|
289
|
+
<ANCHOR id="GST-VC1-LEVEL-LOW:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-LEVEL-LOW:CAPS">
|
290
|
+
<ANCHOR id="GST-VC1-LEVEL-MEDIUM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-LEVEL-MEDIUM:CAPS">
|
291
|
+
<ANCHOR id="GST-VC1-LEVEL-HIGH:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-LEVEL-HIGH:CAPS">
|
292
|
+
<ANCHOR id="GST-VC1-LEVEL-L0:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-LEVEL-L0:CAPS">
|
293
|
+
<ANCHOR id="GST-VC1-LEVEL-L1:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-LEVEL-L1:CAPS">
|
294
|
+
<ANCHOR id="GST-VC1-LEVEL-L2:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-LEVEL-L2:CAPS">
|
295
|
+
<ANCHOR id="GST-VC1-LEVEL-L3:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-LEVEL-L3:CAPS">
|
296
|
+
<ANCHOR id="GST-VC1-LEVEL-L4:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-LEVEL-L4:CAPS">
|
297
|
+
<ANCHOR id="GST-VC1-LEVEL-UNKNOWN:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-LEVEL-UNKNOWN:CAPS">
|
184
298
|
<ANCHOR id="GstVC1QuantizerSpec" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1QuantizerSpec">
|
299
|
+
<ANCHOR id="GST-VC1-QUANTIZER-IMPLICITLY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-QUANTIZER-IMPLICITLY:CAPS">
|
300
|
+
<ANCHOR id="GST-VC1-QUANTIZER-EXPLICITLY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-QUANTIZER-EXPLICITLY:CAPS">
|
301
|
+
<ANCHOR id="GST-VC1-QUANTIZER-NON-UNIFORM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-QUANTIZER-NON-UNIFORM:CAPS">
|
302
|
+
<ANCHOR id="GST-VC1-QUANTIZER-UNIFORM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-QUANTIZER-UNIFORM:CAPS">
|
185
303
|
<ANCHOR id="GstVC1DQProfile" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1DQProfile">
|
304
|
+
<ANCHOR id="GST-VC1-DQPROFILE-FOUR-EDGES:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-DQPROFILE-FOUR-EDGES:CAPS">
|
305
|
+
<ANCHOR id="GST-VC1-DQPROFILE-DOUBLE-EDGES:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-DQPROFILE-DOUBLE-EDGES:CAPS">
|
306
|
+
<ANCHOR id="GST-VC1-DQPROFILE-SINGLE-EDGE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-DQPROFILE-SINGLE-EDGE:CAPS">
|
307
|
+
<ANCHOR id="GST-VC1-DQPROFILE-ALL-MBS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-DQPROFILE-ALL-MBS:CAPS">
|
186
308
|
<ANCHOR id="GstVC1Condover" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1Condover">
|
309
|
+
<ANCHOR id="GST-VC1-CONDOVER-NONE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-CONDOVER-NONE:CAPS">
|
310
|
+
<ANCHOR id="GST-VC1-CONDOVER-ALL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-CONDOVER-ALL:CAPS">
|
311
|
+
<ANCHOR id="GST-VC1-CONDOVER-SELECT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-CONDOVER-SELECT:CAPS">
|
187
312
|
<ANCHOR id="GstVC1MvMode" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1MvMode">
|
313
|
+
<ANCHOR id="GST-VC1-MVMODE-1MV-HPEL-BILINEAR:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-MVMODE-1MV-HPEL-BILINEAR:CAPS">
|
314
|
+
<ANCHOR id="GST-VC1-MVMODE-1MV:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-MVMODE-1MV:CAPS">
|
315
|
+
<ANCHOR id="GST-VC1-MVMODE-1MV-HPEL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-MVMODE-1MV-HPEL:CAPS">
|
316
|
+
<ANCHOR id="GST-VC1-MVMODE-MIXED-MV:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-MVMODE-MIXED-MV:CAPS">
|
317
|
+
<ANCHOR id="GST-VC1-MVMODE-INTENSITY-COMP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GST-VC1-MVMODE-INTENSITY-COMP:CAPS">
|
188
318
|
<ANCHOR id="GstVC1SeqHdr" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1SeqHdr">
|
189
319
|
<ANCHOR id="GstVC1AdvancedSeqHdr" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1AdvancedSeqHdr">
|
190
320
|
<ANCHOR id="GstVC1SeqLayer" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#GstVC1SeqLayer">
|
@@ -211,55 +341,530 @@
|
|
211
341
|
<ANCHOR id="gst-vc1-bitplanes-free" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#gst-vc1-bitplanes-free">
|
212
342
|
<ANCHOR id="gst-vc1-bitplanes-free-1" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#gst-vc1-bitplanes-free-1">
|
213
343
|
<ANCHOR id="gst-vc1-bitplanes-ensure-size" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html#gst-vc1-bitplanes-ensure-size">
|
214
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
215
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
216
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
217
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
218
|
-
<ANCHOR id="
|
219
|
-
<ANCHOR id="
|
220
|
-
<ANCHOR id="
|
221
|
-
<ANCHOR id="gst-
|
222
|
-
<ANCHOR id="gst-
|
223
|
-
<ANCHOR id="gst-
|
224
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
225
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
226
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
227
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
228
|
-
<ANCHOR id="gst-
|
229
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
230
|
-
<ANCHOR id="gst-plugins-bad-libs-
|
231
|
-
<ANCHOR id="
|
232
|
-
<ANCHOR id="
|
233
|
-
<ANCHOR id="
|
234
|
-
<ANCHOR id="
|
235
|
-
<ANCHOR id="
|
236
|
-
<ANCHOR id="
|
237
|
-
<ANCHOR id="gst-
|
238
|
-
<ANCHOR id="
|
239
|
-
<ANCHOR id="
|
240
|
-
<ANCHOR id="
|
241
|
-
<ANCHOR id="
|
242
|
-
<ANCHOR id="
|
243
|
-
<ANCHOR id="
|
244
|
-
<ANCHOR id="
|
245
|
-
<ANCHOR id="
|
246
|
-
<ANCHOR id="
|
247
|
-
<ANCHOR id="
|
248
|
-
<ANCHOR id="
|
249
|
-
<ANCHOR id="
|
250
|
-
<ANCHOR id="
|
251
|
-
<ANCHOR id="
|
252
|
-
<ANCHOR id="
|
253
|
-
<ANCHOR id="
|
254
|
-
<ANCHOR id="
|
255
|
-
<ANCHOR id="
|
256
|
-
<ANCHOR id="
|
257
|
-
<ANCHOR id="
|
258
|
-
<ANCHOR id="
|
259
|
-
<ANCHOR id="
|
260
|
-
<ANCHOR id="
|
261
|
-
<ANCHOR id="
|
262
|
-
<ANCHOR id="
|
263
|
-
<ANCHOR id="
|
344
|
+
<ANCHOR id="gst-plugins-bad-libs-gstmpegvideometa" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html">
|
345
|
+
<ANCHOR id="gst-plugins-bad-libs-gstmpegvideometa.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html#gst-plugins-bad-libs-gstmpegvideometa.synopsis">
|
346
|
+
<ANCHOR id="gst-plugins-bad-libs-gstmpegvideometa.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html#gst-plugins-bad-libs-gstmpegvideometa.description">
|
347
|
+
<ANCHOR id="gst-plugins-bad-libs-gstmpegvideometa.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html#gst-plugins-bad-libs-gstmpegvideometa.details">
|
348
|
+
<ANCHOR id="GST-MPEG-VIDEO-META-API-TYPE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html#GST-MPEG-VIDEO-META-API-TYPE:CAPS">
|
349
|
+
<ANCHOR id="GST-MPEG-VIDEO-META-INFO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html#GST-MPEG-VIDEO-META-INFO:CAPS">
|
350
|
+
<ANCHOR id="GstMpegVideoMeta" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html#GstMpegVideoMeta">
|
351
|
+
<ANCHOR id="gst-buffer-add-mpeg-video-meta" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html#gst-buffer-add-mpeg-video-meta">
|
352
|
+
<ANCHOR id="gst-buffer-get-mpeg-video-meta" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html#gst-buffer-get-mpeg-video-meta">
|
353
|
+
<ANCHOR id="gst-mpeg-video-meta-get-info" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html#gst-mpeg-video-meta-get-info">
|
354
|
+
<ANCHOR id="gst-plugins-bad-libs-Mpeg-ts-helper-library" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html">
|
355
|
+
<ANCHOR id="gst-plugins-bad-libs-Mpeg-ts-helper-library.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html#gst-plugins-bad-libs-Mpeg-ts-helper-library.synopsis">
|
356
|
+
<ANCHOR id="gst-plugins-bad-libs-Mpeg-ts-helper-library.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html#gst-plugins-bad-libs-Mpeg-ts-helper-library.description">
|
357
|
+
<ANCHOR id="gst-plugins-bad-libs-Mpeg-ts-helper-library.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html#gst-plugins-bad-libs-Mpeg-ts-helper-library.details">
|
358
|
+
<ANCHOR id="gst-mpegts-initialize" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html#gst-mpegts-initialize">
|
359
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-sections" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html">
|
360
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-sections.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-plugins-bad-libs-Base-MPEG-TS-sections.synopsis">
|
361
|
+
<ANCHOR id="GstMpegTsSection" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsSection">
|
362
|
+
<ANCHOR id="GstMpegTsSectionTableID" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsSectionTableID">
|
363
|
+
<ANCHOR id="GstMpegTsSectionType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsSectionType">
|
364
|
+
<ANCHOR id="GstMpegTsStreamType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsStreamType">
|
365
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-sections.object-hierarchy" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-plugins-bad-libs-Base-MPEG-TS-sections.object-hierarchy">
|
366
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-sections.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-plugins-bad-libs-Base-MPEG-TS-sections.description">
|
367
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-sections.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-plugins-bad-libs-Base-MPEG-TS-sections.details">
|
368
|
+
<ANCHOR id="GST-MPEGTS-SECTION-TYPE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-TYPE:CAPS">
|
369
|
+
<ANCHOR id="GstMpegTsSection-struct" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsSection-struct">
|
370
|
+
<ANCHOR id="GstMpegTsSectionTableID-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsSectionTableID-enum">
|
371
|
+
<ANCHOR id="GST-MTS-TABLE-ID-PROGRAM-ASSOCIATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-PROGRAM-ASSOCIATION:CAPS">
|
372
|
+
<ANCHOR id="GST-MTS-TABLE-ID-CONDITIONAL-ACCESS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-CONDITIONAL-ACCESS:CAPS">
|
373
|
+
<ANCHOR id="GST-MTS-TABLE-ID-TS-PROGRAM-MAP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-TS-PROGRAM-MAP:CAPS">
|
374
|
+
<ANCHOR id="GST-MTS-TABLE-ID-TS-DESCRIPTION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-TS-DESCRIPTION:CAPS">
|
375
|
+
<ANCHOR id="GST-MTS-TABLE-ID-14496-SCENE-DESCRIPTION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-14496-SCENE-DESCRIPTION:CAPS">
|
376
|
+
<ANCHOR id="GST-MTS-TABLE-ID-14496-OBJET-DESCRIPTOR:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-14496-OBJET-DESCRIPTOR:CAPS">
|
377
|
+
<ANCHOR id="GST-MTS-TABLE-ID-METADATA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-METADATA:CAPS">
|
378
|
+
<ANCHOR id="GST-MTS-TABLE-ID-IPMP-CONTROL-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-IPMP-CONTROL-INFORMATION:CAPS">
|
379
|
+
<ANCHOR id="GST-MTS-TABLE-ID-DSM-CC-MULTIPROTO-ENCAPSULATED-DATA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-DSM-CC-MULTIPROTO-ENCAPSULATED-DATA:CAPS">
|
380
|
+
<ANCHOR id="GST-MTS-TABLE-ID-DSM-CC-U-N-MESSAGES:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-DSM-CC-U-N-MESSAGES:CAPS">
|
381
|
+
<ANCHOR id="GST-MTS-TABLE-ID-DSM-CC-DOWNLOAD-DATA-MESSAGES:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-DSM-CC-DOWNLOAD-DATA-MESSAGES:CAPS">
|
382
|
+
<ANCHOR id="GST-MTS-TABLE-ID-DSM-CC-STREAM-DESCRIPTORS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-DSM-CC-STREAM-DESCRIPTORS:CAPS">
|
383
|
+
<ANCHOR id="GST-MTS-TABLE-ID-DSM-CC-PRIVATE-DATA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-DSM-CC-PRIVATE-DATA:CAPS">
|
384
|
+
<ANCHOR id="GST-MTS-TABLE-ID-DSM-CC-ADDRESSABLE-SECTIONS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-DSM-CC-ADDRESSABLE-SECTIONS:CAPS">
|
385
|
+
<ANCHOR id="GST-MTS-TABLE-ID-UNSET:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MTS-TABLE-ID-UNSET:CAPS">
|
386
|
+
<ANCHOR id="GstMpegTsSectionType-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsSectionType-enum">
|
387
|
+
<ANCHOR id="GST-MPEGTS-SECTION-UNKNOWN:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-UNKNOWN:CAPS">
|
388
|
+
<ANCHOR id="GST-MPEGTS-SECTION-PAT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-PAT:CAPS">
|
389
|
+
<ANCHOR id="GST-MPEGTS-SECTION-PMT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-PMT:CAPS">
|
390
|
+
<ANCHOR id="GST-MPEGTS-SECTION-CAT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-CAT:CAPS">
|
391
|
+
<ANCHOR id="GST-MPEGTS-SECTION-TSDT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-TSDT:CAPS">
|
392
|
+
<ANCHOR id="GST-MPEGTS-SECTION-EIT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-EIT:CAPS">
|
393
|
+
<ANCHOR id="GST-MPEGTS-SECTION-NIT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-NIT:CAPS">
|
394
|
+
<ANCHOR id="GST-MPEGTS-SECTION-BAT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-BAT:CAPS">
|
395
|
+
<ANCHOR id="GST-MPEGTS-SECTION-SDT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-SDT:CAPS">
|
396
|
+
<ANCHOR id="GST-MPEGTS-SECTION-TDT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-TDT:CAPS">
|
397
|
+
<ANCHOR id="GST-MPEGTS-SECTION-TOT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEGTS-SECTION-TOT:CAPS">
|
398
|
+
<ANCHOR id="gst-message-new-mpegts-section" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-message-new-mpegts-section">
|
399
|
+
<ANCHOR id="gst-message-parse-mpegts-section" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-message-parse-mpegts-section">
|
400
|
+
<ANCHOR id="gst-mpegts-section-new" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-mpegts-section-new">
|
401
|
+
<ANCHOR id="gst-mpegts-section-ref" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-mpegts-section-ref">
|
402
|
+
<ANCHOR id="gst-mpegts-section-unref" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-mpegts-section-unref">
|
403
|
+
<ANCHOR id="GstMpegTsPatProgram" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsPatProgram">
|
404
|
+
<ANCHOR id="gst-mpegts-section-get-pat" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-mpegts-section-get-pat">
|
405
|
+
<ANCHOR id="GstMpegTsPMT" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsPMT">
|
406
|
+
<ANCHOR id="GstMpegTsPMTStream" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsPMTStream">
|
407
|
+
<ANCHOR id="GstMpegTsStreamType-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GstMpegTsStreamType-enum">
|
408
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-RESERVED-00:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-RESERVED-00:CAPS">
|
409
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-MPEG1:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-MPEG1:CAPS">
|
410
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-MPEG2:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-MPEG2:CAPS">
|
411
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-AUDIO-MPEG1:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-AUDIO-MPEG1:CAPS">
|
412
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-AUDIO-MPEG2:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-AUDIO-MPEG2:CAPS">
|
413
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-PRIVATE-SECTIONS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-PRIVATE-SECTIONS:CAPS">
|
414
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-PRIVATE-PES-PACKETS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-PRIVATE-PES-PACKETS:CAPS">
|
415
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-MHEG:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-MHEG:CAPS">
|
416
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-DSM-CC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-DSM-CC:CAPS">
|
417
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-H-222-1:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-H-222-1:CAPS">
|
418
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-DSMCC-A:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-DSMCC-A:CAPS">
|
419
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-DSMCC-B:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-DSMCC-B:CAPS">
|
420
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-DSMCC-C:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-DSMCC-C:CAPS">
|
421
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-DSMCC-D:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-DSMCC-D:CAPS">
|
422
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-AUXILIARY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-AUXILIARY:CAPS">
|
423
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-AUDIO-AAC-ADTS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-AUDIO-AAC-ADTS:CAPS">
|
424
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-MPEG4:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-MPEG4:CAPS">
|
425
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-AUDIO-AAC-LATM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-AUDIO-AAC-LATM:CAPS">
|
426
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-SL-FLEXMUX-PES-PACKETS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-SL-FLEXMUX-PES-PACKETS:CAPS">
|
427
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-SL-FLEXMUX-SECTIONS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-SL-FLEXMUX-SECTIONS:CAPS">
|
428
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-SYNCHRONIZED-DOWNLOAD:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-SYNCHRONIZED-DOWNLOAD:CAPS">
|
429
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-METADATA-PES-PACKETS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-METADATA-PES-PACKETS:CAPS">
|
430
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-METADATA-SECTIONS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-METADATA-SECTIONS:CAPS">
|
431
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-METADATA-DATA-CAROUSEL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-METADATA-DATA-CAROUSEL:CAPS">
|
432
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-METADATA-OBJECT-CAROUSEL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-METADATA-OBJECT-CAROUSEL:CAPS">
|
433
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-METADATA-SYNCHRONIZED-DOWNLOAD:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-METADATA-SYNCHRONIZED-DOWNLOAD:CAPS">
|
434
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-MPEG2-IPMP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-MPEG2-IPMP:CAPS">
|
435
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-H264:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-H264:CAPS">
|
436
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-AUDIO-AAC-CLEAN:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-AUDIO-AAC-CLEAN:CAPS">
|
437
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-MPEG4-TIMED-TEXT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-MPEG4-TIMED-TEXT:CAPS">
|
438
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-RVC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-RVC:CAPS">
|
439
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-H264-SVC-SUB-BITSTREAM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-H264-SVC-SUB-BITSTREAM:CAPS">
|
440
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-H264-MVC-SUB-BITSTREAM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-H264-MVC-SUB-BITSTREAM:CAPS">
|
441
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-JP2K:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-JP2K:CAPS">
|
442
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-MPEG2-STEREO-ADDITIONAL-VIEW:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-MPEG2-STEREO-ADDITIONAL-VIEW:CAPS">
|
443
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-VIDEO-H264-STEREO-ADDITIONAL-VIEW:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-VIDEO-H264-STEREO-ADDITIONAL-VIEW:CAPS">
|
444
|
+
<ANCHOR id="GST-MPEG-TS-STREAM-TYPE-IPMP-STREAM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#GST-MPEG-TS-STREAM-TYPE-IPMP-STREAM:CAPS">
|
445
|
+
<ANCHOR id="gst-mpegts-section-get-pmt" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-mpegts-section-get-pmt">
|
446
|
+
<ANCHOR id="gst-mpegts-section-get-tsdt" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-mpegts-section-get-tsdt">
|
447
|
+
<ANCHOR id="gst-mpegts-section-get-cat" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html#gst-mpegts-section-get-cat">
|
448
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-descriptors" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html">
|
449
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-descriptors.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#gst-plugins-bad-libs-Base-MPEG-TS-descriptors.synopsis">
|
450
|
+
<ANCHOR id="GstMpegTsDescriptor" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsDescriptor">
|
451
|
+
<ANCHOR id="GstMpegTsDescriptorType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsDescriptorType">
|
452
|
+
<ANCHOR id="GstMpegTsIso639AudioType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsIso639AudioType">
|
453
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-descriptors.object-hierarchy" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#gst-plugins-bad-libs-Base-MPEG-TS-descriptors.object-hierarchy">
|
454
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-descriptors.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#gst-plugins-bad-libs-Base-MPEG-TS-descriptors.description">
|
455
|
+
<ANCHOR id="gst-plugins-bad-libs-Base-MPEG-TS-descriptors.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#gst-plugins-bad-libs-Base-MPEG-TS-descriptors.details">
|
456
|
+
<ANCHOR id="GstMpegTsDescriptor-struct" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsDescriptor-struct">
|
457
|
+
<ANCHOR id="GstMpegTsDescriptorType-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsDescriptorType-enum">
|
458
|
+
<ANCHOR id="GST-MTS-DESC-RESERVED-00:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-RESERVED-00:CAPS">
|
459
|
+
<ANCHOR id="GST-MTS-DESC-RESERVED-01:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-RESERVED-01:CAPS">
|
460
|
+
<ANCHOR id="GST-MTS-DESC-VIDEO-STREAM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-VIDEO-STREAM:CAPS">
|
461
|
+
<ANCHOR id="GST-MTS-DESC-AUDIO-STREAM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-AUDIO-STREAM:CAPS">
|
462
|
+
<ANCHOR id="GST-MTS-DESC-HIERARCHY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-HIERARCHY:CAPS">
|
463
|
+
<ANCHOR id="GST-MTS-DESC-REGISTRATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-REGISTRATION:CAPS">
|
464
|
+
<ANCHOR id="GST-MTS-DESC-DATA-STREAM-ALIGNMENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-DATA-STREAM-ALIGNMENT:CAPS">
|
465
|
+
<ANCHOR id="GST-MTS-DESC-TARGET-BACKGROUND-GRID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-TARGET-BACKGROUND-GRID:CAPS">
|
466
|
+
<ANCHOR id="GST-MTS-DESC-VIDEO-WINDOW:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-VIDEO-WINDOW:CAPS">
|
467
|
+
<ANCHOR id="GST-MTS-DESC-CA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-CA:CAPS">
|
468
|
+
<ANCHOR id="GST-MTS-DESC-ISO-639-LANGUAGE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-ISO-639-LANGUAGE:CAPS">
|
469
|
+
<ANCHOR id="GST-MTS-DESC-SYSTEM-CLOCK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-SYSTEM-CLOCK:CAPS">
|
470
|
+
<ANCHOR id="GST-MTS-DESC-MULTIPLEX-BUFFER-UTILISATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MULTIPLEX-BUFFER-UTILISATION:CAPS">
|
471
|
+
<ANCHOR id="GST-MTS-DESC-COPYRIGHT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-COPYRIGHT:CAPS">
|
472
|
+
<ANCHOR id="GST-MTS-DESC-MAXIMUM-BITRATE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MAXIMUM-BITRATE:CAPS">
|
473
|
+
<ANCHOR id="GST-MTS-DESC-PRIVATE-DATA-INDICATOR:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-PRIVATE-DATA-INDICATOR:CAPS">
|
474
|
+
<ANCHOR id="GST-MTS-DESC-SMOOTHING-BUFFER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-SMOOTHING-BUFFER:CAPS">
|
475
|
+
<ANCHOR id="GST-MTS-DESC-STD:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-STD:CAPS">
|
476
|
+
<ANCHOR id="GST-MTS-DESC-IBP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-IBP:CAPS">
|
477
|
+
<ANCHOR id="GST-MTS-DESC-DSMCC-CAROUSEL-IDENTIFIER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-DSMCC-CAROUSEL-IDENTIFIER:CAPS">
|
478
|
+
<ANCHOR id="GST-MTS-DESC-DSMCC-ASSOCIATION-TAG:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-DSMCC-ASSOCIATION-TAG:CAPS">
|
479
|
+
<ANCHOR id="GST-MTS-DESC-DSMCC-DEFERRED-ASSOCIATION-TAG:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-DSMCC-DEFERRED-ASSOCIATION-TAG:CAPS">
|
480
|
+
<ANCHOR id="GST-MTS-DESC-DSMCC-NPT-REFERENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-DSMCC-NPT-REFERENCE:CAPS">
|
481
|
+
<ANCHOR id="GST-MTS-DESC-DSMCC-NPT-ENDPOINT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-DSMCC-NPT-ENDPOINT:CAPS">
|
482
|
+
<ANCHOR id="GST-MTS-DESC-DSMCC-STREAM-MODE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-DSMCC-STREAM-MODE:CAPS">
|
483
|
+
<ANCHOR id="GST-MTS-DESC-DSMCC-STREAM-EVENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-DSMCC-STREAM-EVENT:CAPS">
|
484
|
+
<ANCHOR id="GST-MTS-DESC-MPEG4-VIDEO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MPEG4-VIDEO:CAPS">
|
485
|
+
<ANCHOR id="GST-MTS-DESC-MPEG4-AUDIO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MPEG4-AUDIO:CAPS">
|
486
|
+
<ANCHOR id="GST-MTS-DESC-IOD:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-IOD:CAPS">
|
487
|
+
<ANCHOR id="GST-MTS-DESC-SL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-SL:CAPS">
|
488
|
+
<ANCHOR id="GST-MTS-DESC-FMC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-FMC:CAPS">
|
489
|
+
<ANCHOR id="GST-MTS-DESC-EXTERNAL-ES-ID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-EXTERNAL-ES-ID:CAPS">
|
490
|
+
<ANCHOR id="GST-MTS-DESC-MUX-CODE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MUX-CODE:CAPS">
|
491
|
+
<ANCHOR id="GST-MTS-DESC-FMX-BUFFER-SIZE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-FMX-BUFFER-SIZE:CAPS">
|
492
|
+
<ANCHOR id="GST-MTS-DESC-MULTIPLEX-BUFFER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MULTIPLEX-BUFFER:CAPS">
|
493
|
+
<ANCHOR id="GST-MTS-DESC-CONTENT-LABELING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-CONTENT-LABELING:CAPS">
|
494
|
+
<ANCHOR id="GST-MTS-DESC-METADATA-POINTER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-METADATA-POINTER:CAPS">
|
495
|
+
<ANCHOR id="GST-MTS-DESC-METADATA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-METADATA:CAPS">
|
496
|
+
<ANCHOR id="GST-MTS-DESC-METADATA-STD:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-METADATA-STD:CAPS">
|
497
|
+
<ANCHOR id="GST-MTS-DESC-AVC-VIDEO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-AVC-VIDEO:CAPS">
|
498
|
+
<ANCHOR id="GST-MTS-DESC-IPMP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-IPMP:CAPS">
|
499
|
+
<ANCHOR id="GST-MTS-DESC-AVC-TIMING-AND-HRD:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-AVC-TIMING-AND-HRD:CAPS">
|
500
|
+
<ANCHOR id="GST-MTS-DESC-MPEG2-AAC-AUDIO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MPEG2-AAC-AUDIO:CAPS">
|
501
|
+
<ANCHOR id="GST-MTS-DESC-FLEX-MUX-TIMING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-FLEX-MUX-TIMING:CAPS">
|
502
|
+
<ANCHOR id="GST-MTS-DESC-MPEG4-TEXT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MPEG4-TEXT:CAPS">
|
503
|
+
<ANCHOR id="GST-MTS-DESC-MPEG4-AUDIO-EXTENSION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MPEG4-AUDIO-EXTENSION:CAPS">
|
504
|
+
<ANCHOR id="GST-MTS-DESC-AUXILIARY-VIDEO-STREAM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-AUXILIARY-VIDEO-STREAM:CAPS">
|
505
|
+
<ANCHOR id="GST-MTS-DESC-SVC-EXTENSION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-SVC-EXTENSION:CAPS">
|
506
|
+
<ANCHOR id="GST-MTS-DESC-MVC-EXTENSION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MVC-EXTENSION:CAPS">
|
507
|
+
<ANCHOR id="GST-MTS-DESC-J2K-VIDEO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-J2K-VIDEO:CAPS">
|
508
|
+
<ANCHOR id="GST-MTS-DESC-MVC-OPERATION-POINT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MVC-OPERATION-POINT:CAPS">
|
509
|
+
<ANCHOR id="GST-MTS-DESC-MPEG2-STEREOSCOPIC-VIDEO-FORMAT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-MPEG2-STEREOSCOPIC-VIDEO-FORMAT:CAPS">
|
510
|
+
<ANCHOR id="GST-MTS-DESC-STEREOSCOPIC-PROGRAM-INFO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-STEREOSCOPIC-PROGRAM-INFO:CAPS">
|
511
|
+
<ANCHOR id="GST-MTS-DESC-STEREOSCOPIC-VIDEO-INFO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-STEREOSCOPIC-VIDEO-INFO:CAPS">
|
512
|
+
<ANCHOR id="GstMpegTsMiscDescriptorType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsMiscDescriptorType">
|
513
|
+
<ANCHOR id="GST-MTS-DESC-AC3-AUDIO-STREAM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-AC3-AUDIO-STREAM:CAPS">
|
514
|
+
<ANCHOR id="GST-MTS-DESC-DTG-LOGICAL-CHANNEL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MTS-DESC-DTG-LOGICAL-CHANNEL:CAPS">
|
515
|
+
<ANCHOR id="gst-mpegts-find-descriptor" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#gst-mpegts-find-descriptor">
|
516
|
+
<ANCHOR id="gst-mpegts-parse-descriptors" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#gst-mpegts-parse-descriptors">
|
517
|
+
<ANCHOR id="GstMpegTsISO639LanguageDescriptor" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsISO639LanguageDescriptor">
|
518
|
+
<ANCHOR id="GstMpegTsIso639AudioType-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsIso639AudioType-enum">
|
519
|
+
<ANCHOR id="GST-MPEGTS-AUDIO-TYPE-UNDEFINED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MPEGTS-AUDIO-TYPE-UNDEFINED:CAPS">
|
520
|
+
<ANCHOR id="GST-MPEGTS-AUDIO-TYPE-CLEAN-EFFECTS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MPEGTS-AUDIO-TYPE-CLEAN-EFFECTS:CAPS">
|
521
|
+
<ANCHOR id="GST-MPEGTS-AUDIO-TYPE-HEARING-IMPAIRED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MPEGTS-AUDIO-TYPE-HEARING-IMPAIRED:CAPS">
|
522
|
+
<ANCHOR id="GST-MPEGTS-AUDIO-TYPE-VISUAL-IMPAIRED-COMMENTARY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GST-MPEGTS-AUDIO-TYPE-VISUAL-IMPAIRED-COMMENTARY:CAPS">
|
523
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-iso-639-language" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-iso-639-language">
|
524
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-dvb-stream-identifier" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-dvb-stream-identifier">
|
525
|
+
<ANCHOR id="GstMpegTsLogicalChannel" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsLogicalChannel">
|
526
|
+
<ANCHOR id="GstMpegTsLogicalChannelDescriptor" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#GstMpegTsLogicalChannelDescriptor">
|
527
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-logical-channel" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-logical-channel">
|
528
|
+
<ANCHOR id="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html">
|
529
|
+
<ANCHOR id="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.synopsis">
|
530
|
+
<ANCHOR id="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.description">
|
531
|
+
<ANCHOR id="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.details">
|
532
|
+
<ANCHOR id="GstMpegTsSectionATSCTableID" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GstMpegTsSectionATSCTableID">
|
533
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-MASTER-GUIDE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-MASTER-GUIDE:CAPS">
|
534
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-TERRESTRIAL-VIRTUAL-CHANNEL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-TERRESTRIAL-VIRTUAL-CHANNEL:CAPS">
|
535
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-CABLE-VIRTUAL-CHANNEL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-CABLE-VIRTUAL-CHANNEL:CAPS">
|
536
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-RATING-REGION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-RATING-REGION:CAPS">
|
537
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-EVENT-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-EVENT-INFORMATION:CAPS">
|
538
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-CHANNEL-OR-EVENT-EXTENDED-TEXT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-CHANNEL-OR-EVENT-EXTENDED-TEXT:CAPS">
|
539
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-SYSTEM-TIME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-SYSTEM-TIME:CAPS">
|
540
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-DATA-EVENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-DATA-EVENT:CAPS">
|
541
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-DATA-SERVICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-DATA-SERVICE:CAPS">
|
542
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-NETWORK-RESOURCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-NETWORK-RESOURCE:CAPS">
|
543
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-LONG-TERM-SERVICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-LONG-TERM-SERVICE:CAPS">
|
544
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-DIRECTED-CHANNEL-CHANGE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-DIRECTED-CHANNEL-CHANGE:CAPS">
|
545
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-DIRECTED-CHANNEL-CHANGE-SECTION-CODE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-DIRECTED-CHANNEL-CHANGE-SECTION-CODE:CAPS">
|
546
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-AGGREGATE-EVENT-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-AGGREGATE-EVENT-INFORMATION:CAPS">
|
547
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-AGGREGATE-EXTENDED-TEXT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-AGGREGATE-EXTENDED-TEXT:CAPS">
|
548
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-AGGREGATE-DATA-EVENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-AGGREGATE-DATA-EVENT:CAPS">
|
549
|
+
<ANCHOR id="GST-MTS-TABLE-ID-ATSC-SATELLITE-VIRTUAL-CHANNEL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-ATSC-SATELLITE-VIRTUAL-CHANNEL:CAPS">
|
550
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html">
|
551
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.synopsis">
|
552
|
+
<ANCHOR id="GstMpegTsRunningStatus" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsRunningStatus">
|
553
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.object-hierarchy" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.object-hierarchy">
|
554
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.description">
|
555
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.details">
|
556
|
+
<ANCHOR id="GstMpegTsSectionDVBTableID" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsSectionDVBTableID">
|
557
|
+
<ANCHOR id="GST-MTS-TABLE-ID-NETWORK-INFORMATION-ACTUAL-NETWORK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-NETWORK-INFORMATION-ACTUAL-NETWORK:CAPS">
|
558
|
+
<ANCHOR id="GST-MTS-TABLE-ID-NETWORK-INFORMATION-OTHER-NETWORK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-NETWORK-INFORMATION-OTHER-NETWORK:CAPS">
|
559
|
+
<ANCHOR id="GST-MTS-TABLE-ID-SERVICE-DESCRIPTION-ACTUAL-TS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-SERVICE-DESCRIPTION-ACTUAL-TS:CAPS">
|
560
|
+
<ANCHOR id="GST-MTS-TABLE-ID-SERVICE-DESCRIPTION-OTHER-TS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-SERVICE-DESCRIPTION-OTHER-TS:CAPS">
|
561
|
+
<ANCHOR id="GST-MTS-TABLE-ID-BOUQUET-ASSOCIATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-BOUQUET-ASSOCIATION:CAPS">
|
562
|
+
<ANCHOR id="GST-MTS-TABLE-ID-EVENT-INFORMATION-ACTUAL-TS-PRESENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-EVENT-INFORMATION-ACTUAL-TS-PRESENT:CAPS">
|
563
|
+
<ANCHOR id="GST-MTS-TABLE-ID-EVENT-INFORMATION-OTHER-TS-PRESENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-EVENT-INFORMATION-OTHER-TS-PRESENT:CAPS">
|
564
|
+
<ANCHOR id="GST-MTS-TABLE-ID-EVENT-INFORMATION-ACTUAL-TS-SCHEDULE-1:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-EVENT-INFORMATION-ACTUAL-TS-SCHEDULE-1:CAPS">
|
565
|
+
<ANCHOR id="GST-MTS-TABLE-ID-EVENT-INFORMATION-ACTUAL-TS-SCHEDULE-N:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-EVENT-INFORMATION-ACTUAL-TS-SCHEDULE-N:CAPS">
|
566
|
+
<ANCHOR id="GST-MTS-TABLE-ID-EVENT-INFORMATION-OTHER-TS-SCHEDULE-1:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-EVENT-INFORMATION-OTHER-TS-SCHEDULE-1:CAPS">
|
567
|
+
<ANCHOR id="GST-MTS-TABLE-ID-EVENT-INFORMATION-OTHER-TS-SCHEDULE-N:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-EVENT-INFORMATION-OTHER-TS-SCHEDULE-N:CAPS">
|
568
|
+
<ANCHOR id="GST-MTS-TABLE-ID-TIME-DATE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-TIME-DATE:CAPS">
|
569
|
+
<ANCHOR id="GST-MTS-TABLE-ID-RUNNING-STATUS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-RUNNING-STATUS:CAPS">
|
570
|
+
<ANCHOR id="GST-MTS-TABLE-ID-STUFFING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-STUFFING:CAPS">
|
571
|
+
<ANCHOR id="GST-MTS-TABLE-ID-TIME-OFFSET:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-TIME-OFFSET:CAPS">
|
572
|
+
<ANCHOR id="GST-MTS-TABLE-ID-APPLICATION-INFORMATION-TABLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-APPLICATION-INFORMATION-TABLE:CAPS">
|
573
|
+
<ANCHOR id="GST-MTS-TABLE-ID-CONTAINER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-CONTAINER:CAPS">
|
574
|
+
<ANCHOR id="GST-MTS-TABLE-ID-RELATED-CONTENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-RELATED-CONTENT:CAPS">
|
575
|
+
<ANCHOR id="GST-MTS-TABLE-ID-CONTENT-IDENTIFIER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-CONTENT-IDENTIFIER:CAPS">
|
576
|
+
<ANCHOR id="GST-MTS-TABLE-ID-MPE-FEC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-MPE-FEC:CAPS">
|
577
|
+
<ANCHOR id="GST-MTS-TABLE-ID-RESOLUTION-NOTIFICATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-RESOLUTION-NOTIFICATION:CAPS">
|
578
|
+
<ANCHOR id="GST-MTS-TABLE-ID-MPE-IFEC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-MPE-IFEC:CAPS">
|
579
|
+
<ANCHOR id="GST-MTS-TABLE-ID-DISCONTINUITY-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-DISCONTINUITY-INFORMATION:CAPS">
|
580
|
+
<ANCHOR id="GST-MTS-TABLE-ID-SELECTION-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-SELECTION-INFORMATION:CAPS">
|
581
|
+
<ANCHOR id="GST-MTS-TABLE-ID-CA-MESSAGE-ECM-0:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-CA-MESSAGE-ECM-0:CAPS">
|
582
|
+
<ANCHOR id="GST-MTS-TABLE-ID-CA-MESSAGE-ECM-1:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-CA-MESSAGE-ECM-1:CAPS">
|
583
|
+
<ANCHOR id="GST-MTS-TABLE-ID-CA-MESSAGE-SYSTEM-PRIVATE-1:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-CA-MESSAGE-SYSTEM-PRIVATE-1:CAPS">
|
584
|
+
<ANCHOR id="GST-MTS-TABLE-ID-CA-MESSAGE-SYSTEM-PRIVATE-N:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-CA-MESSAGE-SYSTEM-PRIVATE-N:CAPS">
|
585
|
+
<ANCHOR id="GST-MTS-TABLE-ID-SCT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-SCT:CAPS">
|
586
|
+
<ANCHOR id="GST-MTS-TABLE-ID-FCT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-FCT:CAPS">
|
587
|
+
<ANCHOR id="GST-MTS-TABLE-ID-TCT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-TCT:CAPS">
|
588
|
+
<ANCHOR id="GST-MTS-TABLE-ID-SPT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-SPT:CAPS">
|
589
|
+
<ANCHOR id="GST-MTS-TABLE-ID-CMT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-CMT:CAPS">
|
590
|
+
<ANCHOR id="GST-MTS-TABLE-ID-TBTP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-TBTP:CAPS">
|
591
|
+
<ANCHOR id="GST-MTS-TABLE-ID-PCR-PACKET-PAYLOAD:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-PCR-PACKET-PAYLOAD:CAPS">
|
592
|
+
<ANCHOR id="GST-MTS-TABLE-ID-TRANSMISSION-MODE-SUPPORT-PAYLOAD:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-TRANSMISSION-MODE-SUPPORT-PAYLOAD:CAPS">
|
593
|
+
<ANCHOR id="GST-MTS-TABLE-ID-TIM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-TIM:CAPS">
|
594
|
+
<ANCHOR id="GST-MTS-TABLE-ID-LL-FEC-PARITY-DATA-TABLE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MTS-TABLE-ID-LL-FEC-PARITY-DATA-TABLE:CAPS">
|
595
|
+
<ANCHOR id="GstMpegTsNIT" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsNIT">
|
596
|
+
<ANCHOR id="GstMpegTsNITStream" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsNITStream">
|
597
|
+
<ANCHOR id="gst-mpegts-section-get-nit" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#gst-mpegts-section-get-nit">
|
598
|
+
<ANCHOR id="GstMpegTsBAT" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsBAT">
|
599
|
+
<ANCHOR id="GstMpegTsBATStream" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsBATStream">
|
600
|
+
<ANCHOR id="GstMpegTsSDT" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsSDT">
|
601
|
+
<ANCHOR id="GstMpegTsSDTService" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsSDTService">
|
602
|
+
<ANCHOR id="gst-mpegts-section-get-sdt" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#gst-mpegts-section-get-sdt">
|
603
|
+
<ANCHOR id="GstMpegTsEIT" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsEIT">
|
604
|
+
<ANCHOR id="GstMpegTsEITEvent" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsEITEvent">
|
605
|
+
<ANCHOR id="GstMpegTsRunningStatus-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsRunningStatus-enum">
|
606
|
+
<ANCHOR id="GST-MPEGTS-RUNNING-STATUS-UNDEFINED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MPEGTS-RUNNING-STATUS-UNDEFINED:CAPS">
|
607
|
+
<ANCHOR id="GST-MPEGTS-RUNNING-STATUS-NOT-RUNNING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MPEGTS-RUNNING-STATUS-NOT-RUNNING:CAPS">
|
608
|
+
<ANCHOR id="GST-MPEGTS-RUNNING-STATUS-STARTS-IN-FEW-SECONDS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MPEGTS-RUNNING-STATUS-STARTS-IN-FEW-SECONDS:CAPS">
|
609
|
+
<ANCHOR id="GST-MPEGTS-RUNNING-STATUS-PAUSING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MPEGTS-RUNNING-STATUS-PAUSING:CAPS">
|
610
|
+
<ANCHOR id="GST-MPEGTS-RUNNING-STATUS-RUNNING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MPEGTS-RUNNING-STATUS-RUNNING:CAPS">
|
611
|
+
<ANCHOR id="GST-MPEGTS-RUNNING-STATUS-OFF-AIR:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GST-MPEGTS-RUNNING-STATUS-OFF-AIR:CAPS">
|
612
|
+
<ANCHOR id="gst-mpegts-section-get-eit" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#gst-mpegts-section-get-eit">
|
613
|
+
<ANCHOR id="gst-mpegts-section-get-tdt" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#gst-mpegts-section-get-tdt">
|
614
|
+
<ANCHOR id="GstMpegTsTOT" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#GstMpegTsTOT">
|
615
|
+
<ANCHOR id="gst-mpegts-section-get-tot" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html#gst-mpegts-section-get-tot">
|
616
|
+
<ANCHOR id="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html">
|
617
|
+
<ANCHOR id="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.synopsis">
|
618
|
+
<ANCHOR id="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.description">
|
619
|
+
<ANCHOR id="gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.details">
|
620
|
+
<ANCHOR id="GstMpegTsATSCDescriptorType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GstMpegTsATSCDescriptorType">
|
621
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-STUFFING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-STUFFING:CAPS">
|
622
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-AC3:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-AC3:CAPS">
|
623
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-CAPTION-SERVICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-CAPTION-SERVICE:CAPS">
|
624
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-CONTENT-ADVISORY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-CONTENT-ADVISORY:CAPS">
|
625
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-EXTENDED-CHANNEL-NAME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-EXTENDED-CHANNEL-NAME:CAPS">
|
626
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-SERVICE-LOCATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-SERVICE-LOCATION:CAPS">
|
627
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-TIME-SHIFTED-SERVICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-TIME-SHIFTED-SERVICE:CAPS">
|
628
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-COMPONENT-NAME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-COMPONENT-NAME:CAPS">
|
629
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-DCC-DEPARTING-REQUEST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-DCC-DEPARTING-REQUEST:CAPS">
|
630
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-DCC-ARRIVING-REQUEST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-DCC-ARRIVING-REQUEST:CAPS">
|
631
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-REDISTRIBUTION-CONTROL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-REDISTRIBUTION-CONTROL:CAPS">
|
632
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-GENRE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-GENRE:CAPS">
|
633
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-PRIVATE-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-PRIVATE-INFORMATION:CAPS">
|
634
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-ENHANCED-SIGNALING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-ENHANCED-SIGNALING:CAPS">
|
635
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-DATA-SERVICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-DATA-SERVICE:CAPS">
|
636
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-PID-COUNT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-PID-COUNT:CAPS">
|
637
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-DOWNLOAD-DESCRIPTOR:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-DOWNLOAD-DESCRIPTOR:CAPS">
|
638
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-MULTIPROTOCOL-ENCAPSULATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-MULTIPROTOCOL-ENCAPSULATION:CAPS">
|
639
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-MODULE-LINK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-MODULE-LINK:CAPS">
|
640
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-CRC32:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-CRC32:CAPS">
|
641
|
+
<ANCHOR id="GST-MTS-DESC-ATSC-GROUP-LINK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ATSC-GROUP-LINK:CAPS">
|
642
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html">
|
643
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.synopsis">
|
644
|
+
<ANCHOR id="GstMpegTsDVBCodeRate" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsDVBCodeRate">
|
645
|
+
<ANCHOR id="GstMpegTsModulationType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsModulationType">
|
646
|
+
<ANCHOR id="GstMpegTsSatellitePolarizationType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsSatellitePolarizationType">
|
647
|
+
<ANCHOR id="GstMpegTsSatelliteRolloff" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsSatelliteRolloff">
|
648
|
+
<ANCHOR id="GstMpegTsCableOuterFECScheme" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsCableOuterFECScheme">
|
649
|
+
<ANCHOR id="GstMpegTsDVBServiceType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsDVBServiceType">
|
650
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.object-hierarchy" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.object-hierarchy">
|
651
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.description">
|
652
|
+
<ANCHOR id="gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.details">
|
653
|
+
<ANCHOR id="GstMpegTsDVBDescriptorType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsDVBDescriptorType">
|
654
|
+
<ANCHOR id="GST-MTS-DESC-DVB-NETWORK-NAME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-NETWORK-NAME:CAPS">
|
655
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SERVICE-LIST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SERVICE-LIST:CAPS">
|
656
|
+
<ANCHOR id="GST-MTS-DESC-DVB-STUFFING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-STUFFING:CAPS">
|
657
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SATELLITE-DELIVERY-SYSTEM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SATELLITE-DELIVERY-SYSTEM:CAPS">
|
658
|
+
<ANCHOR id="GST-MTS-DESC-DVB-CABLE-DELIVERY-SYSTEM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-CABLE-DELIVERY-SYSTEM:CAPS">
|
659
|
+
<ANCHOR id="GST-MTS-DESC-DVB-VBI-DATA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-VBI-DATA:CAPS">
|
660
|
+
<ANCHOR id="GST-MTS-DESC-DVB-VBI-TELETEXT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-VBI-TELETEXT:CAPS">
|
661
|
+
<ANCHOR id="GST-MTS-DESC-DVB-BOUQUET-NAME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-BOUQUET-NAME:CAPS">
|
662
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SERVICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SERVICE:CAPS">
|
663
|
+
<ANCHOR id="GST-MTS-DESC-DVB-COUNTRY-AVAILABILITY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-COUNTRY-AVAILABILITY:CAPS">
|
664
|
+
<ANCHOR id="GST-MTS-DESC-DVB-LINKAGE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-LINKAGE:CAPS">
|
665
|
+
<ANCHOR id="GST-MTS-DESC-DVB-NVOD-REFERENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-NVOD-REFERENCE:CAPS">
|
666
|
+
<ANCHOR id="GST-MTS-DESC-DVB-TIME-SHIFTED-SERVICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-TIME-SHIFTED-SERVICE:CAPS">
|
667
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SHORT-EVENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SHORT-EVENT:CAPS">
|
668
|
+
<ANCHOR id="GST-MTS-DESC-DVB-EXTENDED-EVENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-EXTENDED-EVENT:CAPS">
|
669
|
+
<ANCHOR id="GST-MTS-DESC-DVB-TIME-SHIFTED-EVENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-TIME-SHIFTED-EVENT:CAPS">
|
670
|
+
<ANCHOR id="GST-MTS-DESC-DVB-COMPONENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-COMPONENT:CAPS">
|
671
|
+
<ANCHOR id="GST-MTS-DESC-DVB-MOSAIC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-MOSAIC:CAPS">
|
672
|
+
<ANCHOR id="GST-MTS-DESC-DVB-STREAM-IDENTIFIER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-STREAM-IDENTIFIER:CAPS">
|
673
|
+
<ANCHOR id="GST-MTS-DESC-DVB-CA-IDENTIFIER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-CA-IDENTIFIER:CAPS">
|
674
|
+
<ANCHOR id="GST-MTS-DESC-DVB-CONTENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-CONTENT:CAPS">
|
675
|
+
<ANCHOR id="GST-MTS-DESC-DVB-PARENTAL-RATING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-PARENTAL-RATING:CAPS">
|
676
|
+
<ANCHOR id="GST-MTS-DESC-DVB-TELETEXT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-TELETEXT:CAPS">
|
677
|
+
<ANCHOR id="GST-MTS-DESC-DVB-TELEPHONE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-TELEPHONE:CAPS">
|
678
|
+
<ANCHOR id="GST-MTS-DESC-DVB-LOCAL-TIME-OFFSET:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-LOCAL-TIME-OFFSET:CAPS">
|
679
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SUBTITLING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SUBTITLING:CAPS">
|
680
|
+
<ANCHOR id="GST-MTS-DESC-DVB-TERRESTRIAL-DELIVERY-SYSTEM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-TERRESTRIAL-DELIVERY-SYSTEM:CAPS">
|
681
|
+
<ANCHOR id="GST-MTS-DESC-DVB-MULTILINGUAL-NETWORK-NAME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-MULTILINGUAL-NETWORK-NAME:CAPS">
|
682
|
+
<ANCHOR id="GST-MTS-DESC-DVB-MULTILINGUAL-BOUQUET-NAME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-MULTILINGUAL-BOUQUET-NAME:CAPS">
|
683
|
+
<ANCHOR id="GST-MTS-DESC-DVB-MULTILINGUAL-SERVICE-NAME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-MULTILINGUAL-SERVICE-NAME:CAPS">
|
684
|
+
<ANCHOR id="GST-MTS-DESC-DVB-MULTILINGUAL-COMPONENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-MULTILINGUAL-COMPONENT:CAPS">
|
685
|
+
<ANCHOR id="GST-MTS-DESC-DVB-PRIVATE-DATA-SPECIFIER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-PRIVATE-DATA-SPECIFIER:CAPS">
|
686
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SERVICE-MOVE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SERVICE-MOVE:CAPS">
|
687
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SHORT-SMOOTHING-BUFFER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SHORT-SMOOTHING-BUFFER:CAPS">
|
688
|
+
<ANCHOR id="GST-MTS-DESC-DVB-FREQUENCY-LIST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-FREQUENCY-LIST:CAPS">
|
689
|
+
<ANCHOR id="GST-MTS-DESC-DVB-PARTIAL-TRANSPORT-STREAM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-PARTIAL-TRANSPORT-STREAM:CAPS">
|
690
|
+
<ANCHOR id="GST-MTS-DESC-DVB-DATA-BROADCAST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-DATA-BROADCAST:CAPS">
|
691
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SCRAMBLING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SCRAMBLING:CAPS">
|
692
|
+
<ANCHOR id="GST-MTS-DESC-DVB-DATA-BROADCAST-ID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-DATA-BROADCAST-ID:CAPS">
|
693
|
+
<ANCHOR id="GST-MTS-DESC-DVB-TRANSPORT-STREAM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-TRANSPORT-STREAM:CAPS">
|
694
|
+
<ANCHOR id="GST-MTS-DESC-DVB-DSNG:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-DSNG:CAPS">
|
695
|
+
<ANCHOR id="GST-MTS-DESC-DVB-PDC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-PDC:CAPS">
|
696
|
+
<ANCHOR id="GST-MTS-DESC-DVB-AC3:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-AC3:CAPS">
|
697
|
+
<ANCHOR id="GST-MTS-DESC-DVB-ANCILLARY-DATA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-ANCILLARY-DATA:CAPS">
|
698
|
+
<ANCHOR id="GST-MTS-DESC-DVB-CELL-LIST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-CELL-LIST:CAPS">
|
699
|
+
<ANCHOR id="GST-MTS-DESC-DVB-CELL-FREQUENCY-LINK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-CELL-FREQUENCY-LINK:CAPS">
|
700
|
+
<ANCHOR id="GST-MTS-DESC-DVB-ANNOUNCEMENT-SUPPORT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-ANNOUNCEMENT-SUPPORT:CAPS">
|
701
|
+
<ANCHOR id="GST-MTS-DESC-DVB-APPLICATION-SIGNALLING:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-APPLICATION-SIGNALLING:CAPS">
|
702
|
+
<ANCHOR id="GST-MTS-DESC-DVB-ADAPTATION-FIELD-DATA:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-ADAPTATION-FIELD-DATA:CAPS">
|
703
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SERVICE-IDENTIFIER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SERVICE-IDENTIFIER:CAPS">
|
704
|
+
<ANCHOR id="GST-MTS-DESC-DVB-SERVICE-AVAILABILITY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-SERVICE-AVAILABILITY:CAPS">
|
705
|
+
<ANCHOR id="GST-MTS-DESC-DVB-DEFAULT-AUTHORITY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-DEFAULT-AUTHORITY:CAPS">
|
706
|
+
<ANCHOR id="GST-MTS-DESC-DVB-RELATED-CONTENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-RELATED-CONTENT:CAPS">
|
707
|
+
<ANCHOR id="GST-MTS-DESC-DVB-TVA-ID:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-TVA-ID:CAPS">
|
708
|
+
<ANCHOR id="GST-MTS-DESC-DVB-CONTENT-IDENTIFIER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-CONTENT-IDENTIFIER:CAPS">
|
709
|
+
<ANCHOR id="GST-MTS-DESC-DVB-TIMESLICE-FEC-IDENTIFIER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-TIMESLICE-FEC-IDENTIFIER:CAPS">
|
710
|
+
<ANCHOR id="GST-MTS-DESC-DVB-ECM-REPETITION-RATE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-ECM-REPETITION-RATE:CAPS">
|
711
|
+
<ANCHOR id="GST-MTS-DESC-DVB-S2-SATELLITE-DELIVERY-SYSTEM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-S2-SATELLITE-DELIVERY-SYSTEM:CAPS">
|
712
|
+
<ANCHOR id="GST-MTS-DESC-DVB-ENHANCED-AC3:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-ENHANCED-AC3:CAPS">
|
713
|
+
<ANCHOR id="GST-MTS-DESC-DVB-DTS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-DTS:CAPS">
|
714
|
+
<ANCHOR id="GST-MTS-DESC-DVB-AAC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-AAC:CAPS">
|
715
|
+
<ANCHOR id="GST-MTS-DESC-DVB-XAIT-LOCATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-XAIT-LOCATION:CAPS">
|
716
|
+
<ANCHOR id="GST-MTS-DESC-DVB-FTA-CONTENT-MANAGEMENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-FTA-CONTENT-MANAGEMENT:CAPS">
|
717
|
+
<ANCHOR id="GST-MTS-DESC-DVB-EXTENSION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-DVB-EXTENSION:CAPS">
|
718
|
+
<ANCHOR id="GstMpegTsComponentDescriptor" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsComponentDescriptor">
|
719
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-dvb-component" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-dvb-component">
|
720
|
+
<ANCHOR id="GstMpegTsExtendedEventItem" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsExtendedEventItem">
|
721
|
+
<ANCHOR id="GstMpegTsExtendedEventDescriptor" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsExtendedEventDescriptor">
|
722
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-dvb-extended-event" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-dvb-extended-event">
|
723
|
+
<ANCHOR id="GstMpegTsSatelliteDeliverySystemDescriptor" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsSatelliteDeliverySystemDescriptor">
|
724
|
+
<ANCHOR id="GstMpegTsDVBCodeRate-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsDVBCodeRate-enum">
|
725
|
+
<ANCHOR id="GST-MPEGTS-FEC-NONE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-NONE:CAPS">
|
726
|
+
<ANCHOR id="GST-MPEGTS-FEC-1-2:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-1-2:CAPS">
|
727
|
+
<ANCHOR id="GST-MPEGTS-FEC-2-3:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-2-3:CAPS">
|
728
|
+
<ANCHOR id="GST-MPEGTS-FEC-3-4:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-3-4:CAPS">
|
729
|
+
<ANCHOR id="GST-MPEGTS-FEC-4-5:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-4-5:CAPS">
|
730
|
+
<ANCHOR id="GST-MPEGTS-FEC-5-6:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-5-6:CAPS">
|
731
|
+
<ANCHOR id="GST-MPEGTS-FEC-6-7:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-6-7:CAPS">
|
732
|
+
<ANCHOR id="GST-MPEGTS-FEC-7-8:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-7-8:CAPS">
|
733
|
+
<ANCHOR id="GST-MPEGTS-FEC-8-9:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-8-9:CAPS">
|
734
|
+
<ANCHOR id="GST-MPEGTS-FEC-AUTO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-AUTO:CAPS">
|
735
|
+
<ANCHOR id="GST-MPEGTS-FEC-3-5:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-3-5:CAPS">
|
736
|
+
<ANCHOR id="GST-MPEGTS-FEC-9-10:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-9-10:CAPS">
|
737
|
+
<ANCHOR id="GST-MPEGTS-FEC-2-5:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-FEC-2-5:CAPS">
|
738
|
+
<ANCHOR id="GstMpegTsModulationType-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsModulationType-enum">
|
739
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-QPSK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-QPSK:CAPS">
|
740
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-QAM-16:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-QAM-16:CAPS">
|
741
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-QAM-32:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-QAM-32:CAPS">
|
742
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-QAM-64:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-QAM-64:CAPS">
|
743
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-QAM-128:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-QAM-128:CAPS">
|
744
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-QAM-256:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-QAM-256:CAPS">
|
745
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-QAM-AUTO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-QAM-AUTO:CAPS">
|
746
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-VSB-8:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-VSB-8:CAPS">
|
747
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-VSB-16:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-VSB-16:CAPS">
|
748
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-PSK-8:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-PSK-8:CAPS">
|
749
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-APSK-16:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-APSK-16:CAPS">
|
750
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-APSK-32:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-APSK-32:CAPS">
|
751
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-DQPSK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-DQPSK:CAPS">
|
752
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-QAM-4-NR-:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-QAM-4-NR-:CAPS">
|
753
|
+
<ANCHOR id="GST-MPEGTS-MODULATION-NONE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-MODULATION-NONE:CAPS">
|
754
|
+
<ANCHOR id="GstMpegTsSatellitePolarizationType-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsSatellitePolarizationType-enum">
|
755
|
+
<ANCHOR id="GST-MPEGTS-POLARIZATION-LINEAR-HORIZONTAL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-POLARIZATION-LINEAR-HORIZONTAL:CAPS">
|
756
|
+
<ANCHOR id="GST-MPEGTS-POLARIZATION-LINEAR-VERTICAL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-POLARIZATION-LINEAR-VERTICAL:CAPS">
|
757
|
+
<ANCHOR id="GST-MPEGTS-POLARIZATION-CIRCULAR-LEFT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-POLARIZATION-CIRCULAR-LEFT:CAPS">
|
758
|
+
<ANCHOR id="GST-MPEGTS-POLARIZATION-CIRCULAR-RIGHT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-POLARIZATION-CIRCULAR-RIGHT:CAPS">
|
759
|
+
<ANCHOR id="GstMpegTsSatelliteRolloff-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsSatelliteRolloff-enum">
|
760
|
+
<ANCHOR id="GST-MPEGTS-ROLLOFF-35:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-ROLLOFF-35:CAPS">
|
761
|
+
<ANCHOR id="GST-MPEGTS-ROLLOFF-20:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-ROLLOFF-20:CAPS">
|
762
|
+
<ANCHOR id="GST-MPEGTS-ROLLOFF-25:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-ROLLOFF-25:CAPS">
|
763
|
+
<ANCHOR id="GST-MPEGTS-ROLLOFF-RESERVED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-ROLLOFF-RESERVED:CAPS">
|
764
|
+
<ANCHOR id="GST-MPEGTS-ROLLOFF-AUTO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-ROLLOFF-AUTO:CAPS">
|
765
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-satellite-delivery-system" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-satellite-delivery-system">
|
766
|
+
<ANCHOR id="GstMpegTsCableDeliverySystemDescriptor" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsCableDeliverySystemDescriptor">
|
767
|
+
<ANCHOR id="GstMpegTsCableOuterFECScheme-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsCableOuterFECScheme-enum">
|
768
|
+
<ANCHOR id="GST-MPEGTS-CABLE-OUTER-FEC-UNDEFINED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-CABLE-OUTER-FEC-UNDEFINED:CAPS">
|
769
|
+
<ANCHOR id="GST-MPEGTS-CABLE-OUTER-FEC-NONE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-CABLE-OUTER-FEC-NONE:CAPS">
|
770
|
+
<ANCHOR id="GST-MPEGTS-CABLE-OUTER-FEC-RS-204-188:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-MPEGTS-CABLE-OUTER-FEC-RS-204-188:CAPS">
|
771
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-cable-delivery-system" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-cable-delivery-system">
|
772
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-dvb-short-event" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-dvb-short-event">
|
773
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-dvb-network-name" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-dvb-network-name">
|
774
|
+
<ANCHOR id="GstMpegTsDVBServiceType-enum" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GstMpegTsDVBServiceType-enum">
|
775
|
+
<ANCHOR id="GST-DVB-SERVICE-RESERVED-00:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-RESERVED-00:CAPS">
|
776
|
+
<ANCHOR id="GST-DVB-SERVICE-DIGITAL-TELEVISION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-DIGITAL-TELEVISION:CAPS">
|
777
|
+
<ANCHOR id="GST-DVB-SERVICE-DIGITAL-RADIO-SOUND:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-DIGITAL-RADIO-SOUND:CAPS">
|
778
|
+
<ANCHOR id="GST-DVB-SERVICE-TELETEXT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-TELETEXT:CAPS">
|
779
|
+
<ANCHOR id="GST-DVB-SERVICE-NVOD-REFERENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-NVOD-REFERENCE:CAPS">
|
780
|
+
<ANCHOR id="GST-DVB-SERVICE-NVOD-TIME-SHIFTED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-NVOD-TIME-SHIFTED:CAPS">
|
781
|
+
<ANCHOR id="GST-DVB-SERVICE-MOSAIC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-MOSAIC:CAPS">
|
782
|
+
<ANCHOR id="GST-DVB-SERVICE-FM-RADIO:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-FM-RADIO:CAPS">
|
783
|
+
<ANCHOR id="GST-DVB-SERVICE-DVB-SRM:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-DVB-SRM:CAPS">
|
784
|
+
<ANCHOR id="GST-DVB-SERVICE-RESERVED-09:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-RESERVED-09:CAPS">
|
785
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-DIGITAL-RADIO-SOUND:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-DIGITAL-RADIO-SOUND:CAPS">
|
786
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-MOSAIC:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-MOSAIC:CAPS">
|
787
|
+
<ANCHOR id="GST-DVB-SERVICE-DATA-BROADCAST:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-DATA-BROADCAST:CAPS">
|
788
|
+
<ANCHOR id="GST-DVB-SERVICE-RESERVED-0D-COMMON-INTERFACE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-RESERVED-0D-COMMON-INTERFACE:CAPS">
|
789
|
+
<ANCHOR id="GST-DVB-SERVICE-RCS-MAP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-RCS-MAP:CAPS">
|
790
|
+
<ANCHOR id="GST-DVB-SERVICE-RCS-FLS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-RCS-FLS:CAPS">
|
791
|
+
<ANCHOR id="GST-DVB-SERVICE-DVB-MHP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-DVB-MHP:CAPS">
|
792
|
+
<ANCHOR id="GST-DVB-SERVICE-MPEG2-HD-DIGITAL-TELEVISION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-MPEG2-HD-DIGITAL-TELEVISION:CAPS">
|
793
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-SD-DIGITAL-TELEVISION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-SD-DIGITAL-TELEVISION:CAPS">
|
794
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-SD-NVOD-TIME-SHIFTED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-SD-NVOD-TIME-SHIFTED:CAPS">
|
795
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-SD-NVOD-REFERENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-SD-NVOD-REFERENCE:CAPS">
|
796
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-HD-DIGITAL-TELEVISION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-HD-DIGITAL-TELEVISION:CAPS">
|
797
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-HD-NVOD-TIME-SHIFTED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-HD-NVOD-TIME-SHIFTED:CAPS">
|
798
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-HD-NVOD-REFERENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-HD-NVOD-REFERENCE:CAPS">
|
799
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-STEREO-HD-DIGITAL-TELEVISION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-STEREO-HD-DIGITAL-TELEVISION:CAPS">
|
800
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-STEREO-HD-NVOD-TIME-SHIFTED:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-STEREO-HD-NVOD-TIME-SHIFTED:CAPS">
|
801
|
+
<ANCHOR id="GST-DVB-SERVICE-ADVANCED-CODEC-STEREO-HD-NVOD-REFERENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-ADVANCED-CODEC-STEREO-HD-NVOD-REFERENCE:CAPS">
|
802
|
+
<ANCHOR id="GST-DVB-SERVICE-RESERVED-FF:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#GST-DVB-SERVICE-RESERVED-FF:CAPS">
|
803
|
+
<ANCHOR id="gst-mpegts-descriptor-parse-dvb-service" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html#gst-mpegts-descriptor-parse-dvb-service">
|
804
|
+
<ANCHOR id="gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html">
|
805
|
+
<ANCHOR id="gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.synopsis">
|
806
|
+
<ANCHOR id="gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.description">
|
807
|
+
<ANCHOR id="gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.details">
|
808
|
+
<ANCHOR id="GstMpegTsISDBDescriptorType" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GstMpegTsISDBDescriptorType">
|
809
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-HIERARCHICAL-TRANSMISSION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-HIERARCHICAL-TRANSMISSION:CAPS">
|
810
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-DIGITAL-COPY-CONTROL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-DIGITAL-COPY-CONTROL:CAPS">
|
811
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-NETWORK-IDENTIFICATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-NETWORK-IDENTIFICATION:CAPS">
|
812
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-PARTIAL-TS-TIME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-PARTIAL-TS-TIME:CAPS">
|
813
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-AUDIO-COMPONENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-AUDIO-COMPONENT:CAPS">
|
814
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-HYPERLINK:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-HYPERLINK:CAPS">
|
815
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-TARGET-REGION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-TARGET-REGION:CAPS">
|
816
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-DATA-CONTENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-DATA-CONTENT:CAPS">
|
817
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-VIDEO-DECODE-CONTROL:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-VIDEO-DECODE-CONTROL:CAPS">
|
818
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-DOWNLOAD-CONTENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-DOWNLOAD-CONTENT:CAPS">
|
819
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-CA-EMM-TS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-CA-EMM-TS:CAPS">
|
820
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-CA-CONTRACT-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-CA-CONTRACT-INFORMATION:CAPS">
|
821
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-CA-SERVICE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-CA-SERVICE:CAPS">
|
822
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-TS-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-TS-INFORMATION:CAPS">
|
823
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-EXTENDED-BROADCASTER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-EXTENDED-BROADCASTER:CAPS">
|
824
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-LOGO-TRANSMISSION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-LOGO-TRANSMISSION:CAPS">
|
825
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-BASIC-LOCAL-EVENT:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-BASIC-LOCAL-EVENT:CAPS">
|
826
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-REFERENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-REFERENCE:CAPS">
|
827
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-NODE-RELATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-NODE-RELATION:CAPS">
|
828
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-SHORT-NODE-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-SHORT-NODE-INFORMATION:CAPS">
|
829
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-STC-REFERENCE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-STC-REFERENCE:CAPS">
|
830
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-SERIES:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-SERIES:CAPS">
|
831
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-EVENT-GROUP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-EVENT-GROUP:CAPS">
|
832
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-SI-PARAMETER:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-SI-PARAMETER:CAPS">
|
833
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-BROADCASTER-NAME:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-BROADCASTER-NAME:CAPS">
|
834
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-COMPONENT-GROUP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-COMPONENT-GROUP:CAPS">
|
835
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-SI-PRIME-TS:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-SI-PRIME-TS:CAPS">
|
836
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-BOARD-INFORMATION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-BOARD-INFORMATION:CAPS">
|
837
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-LDT-LINKAGE:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-LDT-LINKAGE:CAPS">
|
838
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-CONNECTED-TRANSMISSION:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-CONNECTED-TRANSMISSION:CAPS">
|
839
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-CONTENT-AVAILABILITY:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-CONTENT-AVAILABILITY:CAPS">
|
840
|
+
<ANCHOR id="GST-MTS-DESC-ISDB-SERVICE-GROUP:CAPS" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html#GST-MTS-DESC-ISDB-SERVICE-GROUP:CAPS">
|
841
|
+
<ANCHOR id="gst-plugins-bad-libs-GstInsertbin" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html">
|
842
|
+
<ANCHOR id="gst-plugins-bad-libs-GstInsertbin.synopsis" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-plugins-bad-libs-GstInsertbin.synopsis">
|
843
|
+
<ANCHOR id="GstInsertBin" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin">
|
844
|
+
<ANCHOR id="gst-plugins-bad-libs-GstInsertbin.object-hierarchy" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-plugins-bad-libs-GstInsertbin.object-hierarchy">
|
845
|
+
<ANCHOR id="gst-plugins-bad-libs-GstInsertbin.implemented-interfaces" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-plugins-bad-libs-GstInsertbin.implemented-interfaces">
|
846
|
+
<ANCHOR id="gst-plugins-bad-libs-GstInsertbin.signals" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-plugins-bad-libs-GstInsertbin.signals">
|
847
|
+
<ANCHOR id="gst-plugins-bad-libs-GstInsertbin.description" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-plugins-bad-libs-GstInsertbin.description">
|
848
|
+
<ANCHOR id="gst-plugins-bad-libs-GstInsertbin.details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-plugins-bad-libs-GstInsertbin.details">
|
849
|
+
<ANCHOR id="GstInsertBin-struct" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin-struct">
|
850
|
+
<ANCHOR id="GstInsertBinClass" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#GstInsertBinClass">
|
851
|
+
<ANCHOR id="GstInsertBinCallback" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#GstInsertBinCallback">
|
852
|
+
<ANCHOR id="gst-insert-bin-new" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-insert-bin-new">
|
853
|
+
<ANCHOR id="gst-insert-bin-append" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-insert-bin-append">
|
854
|
+
<ANCHOR id="gst-insert-bin-prepend" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-insert-bin-prepend">
|
855
|
+
<ANCHOR id="gst-insert-bin-insert-after" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-insert-bin-insert-after">
|
856
|
+
<ANCHOR id="gst-insert-bin-insert-before" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-insert-bin-insert-before">
|
857
|
+
<ANCHOR id="gst-insert-bin-remove" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-insert-bin-remove">
|
858
|
+
<ANCHOR id="gst-plugins-bad-libs-GstInsertbin.signal-details" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#gst-plugins-bad-libs-GstInsertbin.signal-details">
|
859
|
+
<ANCHOR id="GstInsertBin-append" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin-append">
|
860
|
+
<ANCHOR id="GstInsertBin-insert-after" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin-insert-after">
|
861
|
+
<ANCHOR id="GstInsertBin-insert-before" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin-insert-before">
|
862
|
+
<ANCHOR id="GstInsertBin-prepend" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin-prepend">
|
863
|
+
<ANCHOR id="GstInsertBin-remove" href="gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html#GstInsertBin-remove">
|
864
|
+
<ANCHOR id="annotation-glossterm-allow-none" href="gst-plugins-bad-libs-1.0/annotation-glossary.html#annotation-glossterm-allow-none">
|
865
|
+
<ANCHOR id="annotation-glossterm-scope async" href="gst-plugins-bad-libs-1.0/annotation-glossary.html#annotation-glossterm-scope async">
|
866
|
+
<ANCHOR id="annotation-glossterm-element-type" href="gst-plugins-bad-libs-1.0/annotation-glossary.html#annotation-glossterm-element-type">
|
264
867
|
<ANCHOR id="annotation-glossterm-out" href="gst-plugins-bad-libs-1.0/annotation-glossary.html#annotation-glossterm-out">
|
868
|
+
<ANCHOR id="annotation-glossterm-transfer container" href="gst-plugins-bad-libs-1.0/annotation-glossary.html#annotation-glossterm-transfer container">
|
265
869
|
<ANCHOR id="annotation-glossterm-transfer full" href="gst-plugins-bad-libs-1.0/annotation-glossary.html#annotation-glossterm-transfer full">
|
870
|
+
<ANCHOR id="annotation-glossterm-transfer none" href="gst-plugins-bad-libs-1.0/annotation-glossary.html#annotation-glossterm-transfer none">
|