mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Release 0.10.14
This commit is contained in:
parent
6af3fb44cd
commit
b6b7c0aace
98 changed files with 7840 additions and 778 deletions
69
NEWS
69
NEWS
|
@ -1,4 +1,71 @@
|
||||||
This is GStreamer Bad Plug-ins 0.10.13, "Supersonic Rocket"
|
This is GStreamer Bad Plug-ins 0.10.14, "Your New Best Friends"
|
||||||
|
|
||||||
|
Changes since 0.10.13:
|
||||||
|
|
||||||
|
* Moved rtpmanager to -good
|
||||||
|
* Moved dirac elements from schroedinger to gst-plugins-bad
|
||||||
|
(new schroedinger release without the gstreamer elements
|
||||||
|
will follow shortly)
|
||||||
|
* amrwb: Remove AMR-WB parser and decoder and rename encoder plugin
|
||||||
|
from amrwb to amrwbenc (the removed elements will re-appear in the
|
||||||
|
next -ugly release; no migration strategy provided in this case
|
||||||
|
because of the special status of the amrwb plugin)
|
||||||
|
* asfmux, rtpasfpay: add ASF muxer and windows media payloader
|
||||||
|
* basevideo: add experimental video base class library/API
|
||||||
|
* camerabin: lots of fixes and improvements
|
||||||
|
* capssetter: new element for debugging purposes
|
||||||
|
* directdraw: Implement GstNavigation interface
|
||||||
|
* directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
|
||||||
|
* frei0r: wrapper for frei0r video filter plugins
|
||||||
|
* gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
|
||||||
|
* Implement SEEKING query in more demuxers and decoders (notably
|
||||||
|
mpeg-ps/mpeg-ts, mxf, musepack, rawparse)
|
||||||
|
* kate: add kate subtitle encoder, decoder and overlay
|
||||||
|
* mimic: lots of fixes for mimenc and mimdec; add "paused mode"
|
||||||
|
* mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
|
||||||
|
* mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
|
||||||
|
* qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
|
||||||
|
* shapewipe: support ARGB/RGBA for video input/output; fix for still images
|
||||||
|
* vdpau: add experimental vdpau plugin
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.13:
|
||||||
|
|
||||||
|
* 587819 : [mpegtsparse] crash because of double free
|
||||||
|
* 344129 : [directsoundsrc] Plugin for Directsound source
|
||||||
|
* 377784 : xvidenc should output video/mpeg
|
||||||
|
* 540128 : Totem freeze with short HDV file
|
||||||
|
* 541962 : [directdrawsink] crash when exposing in GST_STATE_READY
|
||||||
|
* 561241 : metadatademux pad activation deadlock
|
||||||
|
* 561752 : GstRtpBin implement Release pad functions
|
||||||
|
* 575672 : [mpegtsdemux] crashes when souphttpsrc is used as a stream source
|
||||||
|
* 575818 : [ivorbisdec] extract vorbis tags
|
||||||
|
* 576800 : gstreamer SPC plugin requires non-portable x86 code
|
||||||
|
* 583470 : mpegtsparse: Old pes pids not removed when receiving PAT table
|
||||||
|
* 584252 : enhancements to OSSv4 plugin
|
||||||
|
* 584897 : Remove AMR plugin as it has been replaced by updated OpenCore plugin
|
||||||
|
* 585839 : Support for sending RTP packets as GstBufferList in the gstrtpbin
|
||||||
|
* 586019 : [mxfdemux] stray semicolons after if statement
|
||||||
|
* 586097 : GStreamer DVB tuning too quick for some devices
|
||||||
|
* 586956 : Include < sys/time.h > only if it is present in the system
|
||||||
|
* 587023 : [freeze] disable plugin static lib
|
||||||
|
* 587595 : [dshowsrcwrapper] start refactoring
|
||||||
|
* 588638 : [katedec] add x-dvd-subpicture output
|
||||||
|
* 588944 : mpegpsdemux doesn't support seeking with GST_FORMAT_TIME anymore
|
||||||
|
* 590030 : rtpsource: Incoming buffers do not always have caps
|
||||||
|
* 590208 : GstNavigation interface support for directdrawsink
|
||||||
|
* 590360 : [qtmux] requires endianness even if the samples are 8bit
|
||||||
|
* 590446 : [mpegdemux] MPEG TS with A52 not seekable
|
||||||
|
* 590797 : Memory leak in rtpsource.c
|
||||||
|
* 591440 : rtpdtmfsrc event cleanup
|
||||||
|
* 591538 : generic states test fails (vdpau, mimenc)
|
||||||
|
* 591610 : asfmux: messing up with sinkpads
|
||||||
|
* 591927 : REQUIREMENTS is out of date
|
||||||
|
* 592259 : mimenc: fourcc written incorrectly
|
||||||
|
* 593024 : regression in schroenc streamheader initialization
|
||||||
|
* 593063 : resindvd and rawparse do not use correct base LDFLAGS
|
||||||
|
* 593068 : Disarray in directsoundsrc/directdrawsink
|
||||||
|
* 586354 : [h264parse] blocked in infinite loop while parsing a corrupted frame
|
||||||
|
|
||||||
|
|
||||||
Changes since 0.10.12:
|
Changes since 0.10.12:
|
||||||
|
|
||||||
|
|
108
RELEASE
108
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Bad Plug-ins 0.10.13 "Supersonic Rocket"
|
Release notes for GStreamer Bad Plug-ins 0.10.14 "Your New Best Friends"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,31 +60,63 @@ contains a set of well-supported plug-ins, but might pose problems for
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* New shapewipe video transition plugin
|
* Moved rtpmanager to -good
|
||||||
* qtmux improvements
|
* Moved dirac elements from schroedinger to gst-plugins-bad (new schroedinger release without the gstreamer elements will follow shortly)
|
||||||
* camerabin improvements
|
* amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc (the removed elements will re-appear in the next -ugly release; no migration strategy provided in this case because of the 'special' status of the amrwb plugin)
|
||||||
* HDV MPEG-TS private streams support
|
* asfmux, rtpasfpay: add ASF muxer and windows media payloader
|
||||||
* Output interlacing information in mpegvideoparse
|
* basevideo: add experimental video base class library/API
|
||||||
* MS-ADPCM decoder
|
* camerabin: lots of fixes and improvements
|
||||||
* RTP fixes and enhancements
|
* capssetter: new element for debugging purposes
|
||||||
* DTS decoder improvements
|
* directdraw: Implement GstNavigation interface
|
||||||
* New ID3 tagging plugin that supports v1, v2.3 and v2.4
|
* directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
|
||||||
* Support for PGS (BluRay) subtitles
|
* frei0r: wrapper for frei0r video filter plugins
|
||||||
* Many other bug fixes and enhancements
|
* gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
|
||||||
|
* Implement SEEKING query in more demuxers and decoders (notably mpeg-ps/mpeg-ts, mxf, musepack, rawparse)
|
||||||
|
* kate: add kate subtitle encoder, decoder and overlay
|
||||||
|
* mimic: lots of fixes for mimenc and mimdec; add "paused mode"
|
||||||
|
* mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
|
||||||
|
* mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
|
||||||
|
* qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
|
||||||
|
* shapewipe: support ARGB/RGBA for video input/output; fix for still images
|
||||||
|
* vdpau: add experimental vdpau plugin
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 584945 : camerabin unit tests failing
|
* 587819 : [mpegtsparse] crash because of double free
|
||||||
* 511097 : Support self-signed certificates in neonhttpsrc
|
* 344129 : [directsoundsrc] Plugin for Directsound source
|
||||||
|
* 377784 : xvidenc should output video/mpeg
|
||||||
|
* 540128 : Totem freeze with short HDV file
|
||||||
|
* 541962 : [directdrawsink] crash when exposing in GST_STATE_READY
|
||||||
|
* 561241 : metadatademux pad activation deadlock
|
||||||
* 561752 : GstRtpBin implement Release pad functions
|
* 561752 : GstRtpBin implement Release pad functions
|
||||||
* 584164 : gstspu-pgs.c warnings for format string args and uninitia...
|
* 575672 : [mpegtsdemux] crashes when souphttpsrc is used as a stream source
|
||||||
* 584165 : rtpbin sdes message broken
|
* 575818 : [ivorbisdec] extract vorbis tags
|
||||||
* 584360 : gppmux ftyp
|
* 576800 : gstreamer SPC plugin requires non-portable x86 code
|
||||||
* 585015 : debugutils can't find libgstinterfaces
|
* 583470 : mpegtsparse: Old pes pids not removed when receiving PAT table
|
||||||
* 585660 : segfault in scaletempo plugin
|
* 584252 : enhancements to OSSv4 plugin
|
||||||
* 584114 : gppmux and h263
|
* 584897 : Remove AMR plugin as it has been replaced by updated OpenCore plugin
|
||||||
* 583188 : Problem with sdp: bind failed or video disappear after fe...
|
* 585839 : Support for sending RTP packets as GstBufferList in the gstrtpbin
|
||||||
* 583627 : statistic file name needs to be standardized
|
* 586019 : [mxfdemux] stray semicolons after if statement
|
||||||
|
* 586097 : GStreamer DVB tuning too quick for some devices
|
||||||
|
* 586956 : Include < sys/time.h > only if it is present in the system
|
||||||
|
* 587023 : [freeze] disable plugin static lib
|
||||||
|
* 587595 : [dshowsrcwrapper] start refactoring
|
||||||
|
* 588638 : [katedec] add x-dvd-subpicture output
|
||||||
|
* 588944 : mpegpsdemux doesn't support seeking with GST_FORMAT_TIME anymore
|
||||||
|
* 590030 : rtpsource: Incoming buffers do not always have caps
|
||||||
|
* 590208 : GstNavigation interface support for directdrawsink
|
||||||
|
* 590360 : [qtmux] requires endianness even if the samples are 8bit
|
||||||
|
* 590446 : [mpegdemux] MPEG TS with A52 not seekable
|
||||||
|
* 590797 : Memory leak in rtpsource.c
|
||||||
|
* 591440 : rtpdtmfsrc event cleanup
|
||||||
|
* 591538 : generic states test fails (vdpau, mimenc)
|
||||||
|
* 591610 : asfmux: messing up with sinkpads
|
||||||
|
* 591927 : REQUIREMENTS is out of date
|
||||||
|
* 592259 : mimenc: fourcc written incorrectly
|
||||||
|
* 593024 : regression in schroenc streamheader initialization
|
||||||
|
* 593063 : resindvd and rawparse do not use correct base LDFLAGS
|
||||||
|
* 593068 : Disarray in directsoundsrc/directdrawsink
|
||||||
|
* 586354 : [h264parse] blocked in infinite loop while parsing a corrupted frame
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -113,18 +145,42 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Ali Sabil
|
* Aleksey Yulin
|
||||||
|
* Andoni Morales
|
||||||
|
* Arek Korbik
|
||||||
|
* Austin Lund
|
||||||
|
* Branko Subasic
|
||||||
|
* Carl-Anton Ingmarsson
|
||||||
|
* Changwoo Ryu
|
||||||
* Christian Schaller
|
* Christian Schaller
|
||||||
|
* Dave Robillard
|
||||||
|
* David Schleef
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
|
* Garrett D'Amore
|
||||||
|
* Iago Toral
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
|
* Jan Urbanski
|
||||||
|
* Joni Valtanen
|
||||||
|
* Josep Torra
|
||||||
|
* Julien Isorce
|
||||||
* Lasse Laukkanen
|
* Lasse Laukkanen
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
* Mathias Hasselmann
|
* Matijs van Zuijlen
|
||||||
* Michael Smith
|
* Maximilian Högner
|
||||||
|
* Michael Pyne
|
||||||
|
* Miguel Àngel Farré
|
||||||
|
* Mikael Magnusson
|
||||||
* Olivier Crête
|
* Olivier Crête
|
||||||
|
* Руслан Ижбулатов
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
|
* Sebastian Pölsterl
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
|
* Thiago Santos
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Tristan Matthews
|
* Tommi Myöhänen
|
||||||
|
* Vincent Penquerc'h
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
|
* Zaheer Abbas Merali
|
||||||
|
* Zaheer Merali
|
||||||
|
* Zeeshan Ali (Khattak)
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.13.5,
|
AC_INIT(GStreamer Bad Plug-ins, 0.10.14,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-bad)
|
gst-plugins-bad)
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -13,386 +13,12 @@ GObject
|
||||||
GstCameraBin
|
GstCameraBin
|
||||||
RsnDvdBin
|
RsnDvdBin
|
||||||
DvbBaseBin
|
DvbBaseBin
|
||||||
GstFPSDisplaySink
|
|
||||||
GstAutoConvert
|
GstAutoConvert
|
||||||
GstSDPDemux
|
GstSDPDemux
|
||||||
GstSignalProcessor
|
GstFPSDisplaySink
|
||||||
http---calf-sourceforge-net-plugins-Compressor
|
|
||||||
http---calf-sourceforge-net-plugins-Filter
|
|
||||||
http---calf-sourceforge-net-plugins-Filterclavier
|
|
||||||
http---calf-sourceforge-net-plugins-Flanger
|
|
||||||
http---calf-sourceforge-net-plugins-Monosynth
|
|
||||||
http---calf-sourceforge-net-plugins-MultiChorus
|
|
||||||
http---calf-sourceforge-net-plugins-Organ
|
|
||||||
http---calf-sourceforge-net-plugins-Phaser
|
|
||||||
http---calf-sourceforge-net-plugins-Reverb
|
|
||||||
http---calf-sourceforge-net-plugins-RotarySpeaker
|
|
||||||
http---calf-sourceforge-net-plugins-VintageDelay
|
|
||||||
ladspa-delay-5s
|
|
||||||
ladspa-amp-mono
|
|
||||||
ladspa-amp-stereo
|
|
||||||
ladspa-adsr
|
|
||||||
ladspa-lpf
|
|
||||||
ladspa-hpf
|
|
||||||
ladspa-noise-white
|
|
||||||
ladspa-sine-faaa
|
|
||||||
ladspa-sine-faac
|
|
||||||
ladspa-sine-fcaa
|
|
||||||
ladspa-sine-fcac
|
|
||||||
ladspa-difference-iama-oa
|
|
||||||
ladspa-difference-iamc-oa
|
|
||||||
ladspa-difference-icma-oa
|
|
||||||
ladspa-difference-icmc-oc
|
|
||||||
ladspa-adsr-g+t
|
|
||||||
ladspa-amp-gaia-oa
|
|
||||||
ladspa-amp-gcia-oa
|
|
||||||
ladspa-branch-ia-oaoa
|
|
||||||
ladspa-branch-ic-ococ
|
|
||||||
ladspa-dahdsr-g+t-audio
|
|
||||||
ladspa-dahdsr-g+t-control
|
|
||||||
ladspa-dahdsr-cg+t-control
|
|
||||||
ladspa-interpolator
|
|
||||||
ladspa-fmod-fama-oa
|
|
||||||
ladspa-fmod-famc-oa
|
|
||||||
ladspa-fmod-fcma-oa
|
|
||||||
ladspa-fmod-fcmc-oc
|
|
||||||
ladspa-quantiser20
|
|
||||||
ladspa-lp4pole-faraia-oa
|
|
||||||
ladspa-lp4pole-fcrcia-oa
|
|
||||||
ladspa-product-iaia-oa
|
|
||||||
ladspa-product-iaic-oa
|
|
||||||
ladspa-product-icic-oc
|
|
||||||
ladspa-pulse-fapa-oa
|
|
||||||
ladspa-pulse-fapc-oa
|
|
||||||
ladspa-pulse-fcpa-oa
|
|
||||||
ladspa-pulse-fcpc-oa
|
|
||||||
ladspa-quantiser100
|
|
||||||
ladspa-quantiser50
|
|
||||||
ladspa-sawtooth-fa-oa
|
|
||||||
ladspa-sawtooth-fc-oa
|
|
||||||
ladspa-random-fasa-oa
|
|
||||||
ladspa-random-fasc-oa
|
|
||||||
ladspa-random-fcsa-oa
|
|
||||||
ladspa-random-fcsc-oa
|
|
||||||
ladspa-ratio-nada-oa
|
|
||||||
ladspa-ratio-nadc-oa
|
|
||||||
ladspa-ratio-ncda-oa
|
|
||||||
ladspa-ratio-ncdc-oc
|
|
||||||
ladspa-sinusWavewrapper
|
|
||||||
ladspa-sequencer64
|
|
||||||
ladspa-sequencer32
|
|
||||||
ladspa-sequencer16
|
|
||||||
ladspa-square-fa-oa
|
|
||||||
ladspa-square-fc-oa
|
|
||||||
ladspa-sum-iaia-oa
|
|
||||||
ladspa-sum-iaic-oa
|
|
||||||
ladspa-sum-icic-oc
|
|
||||||
ladspa-syncpulse-fapaga-oa
|
|
||||||
ladspa-syncpulse-fcpcga-oa
|
|
||||||
ladspa-syncsquare-faga-oa
|
|
||||||
ladspa-syncsquare-fcga-oa
|
|
||||||
ladspa-tracker-gaaadaia-oa
|
|
||||||
ladspa-tracker-gaacdcia-oa
|
|
||||||
ladspa-triangle-fasa-oa
|
|
||||||
ladspa-triangle-fasc-oa
|
|
||||||
ladspa-triangle-fcsa-oa
|
|
||||||
ladspa-triangle-fcsc-oa
|
|
||||||
ladspa-bf2cube
|
|
||||||
ladspa-bf2quad
|
|
||||||
ladspa-bf2stereo
|
|
||||||
ladspa-fmh2oct
|
|
||||||
ladspa-encode-bformat
|
|
||||||
ladspa-encode-fmh
|
|
||||||
ladspa-bf-rotate-z
|
|
||||||
ladspa-fmh-rotate-z
|
|
||||||
ladspa-am
|
|
||||||
ladspa-analogue
|
|
||||||
ladspa-canyon-delay
|
|
||||||
ladspa-disintegrator
|
|
||||||
ladspa-sledgehammer
|
|
||||||
ladspa-delay-0-01s
|
|
||||||
ladspa-delay-0-1s
|
|
||||||
ladspa-delay-1s
|
|
||||||
ladspa-delay-60s
|
|
||||||
ladspa-track-max-peak
|
|
||||||
ladspa-track-max-rms
|
|
||||||
ladspa-track-peak
|
|
||||||
ladspa-track-rms
|
|
||||||
ladspa-fmh2bf
|
|
||||||
ladspa-fbdelay-0-01s
|
|
||||||
ladspa-fbdelay-0-1s
|
|
||||||
ladspa-fbdelay-1s
|
|
||||||
ladspa-fbdelay-5s
|
|
||||||
ladspa-fbdelay-60s
|
|
||||||
ladspa-freeverb3
|
|
||||||
ladspa-grain-scatter
|
|
||||||
ladspa-hard-gate
|
|
||||||
ladspa-identity-audio
|
|
||||||
ladspa-identity-control
|
|
||||||
ladspa-lofi
|
|
||||||
ladspa-logistic
|
|
||||||
ladspa-mixer
|
|
||||||
ladspa-noise-source-white
|
|
||||||
ladspa-null-ai
|
|
||||||
ladspa-null-ao
|
|
||||||
ladspa-null-ci
|
|
||||||
ladspa-null-co
|
|
||||||
ladspa-organ
|
|
||||||
ladspa-peak
|
|
||||||
ladspa-phasemod
|
|
||||||
ladspa-pink-interpolated-audio
|
|
||||||
ladspa-pink-full-frequency
|
|
||||||
ladspa-pink-sh
|
|
||||||
ladspa-compress-peak
|
|
||||||
ladspa-compress-rms
|
|
||||||
ladspa-expand-peak
|
|
||||||
ladspa-expand-rms
|
|
||||||
ladspa-limit-peak
|
|
||||||
ladspa-limit-rms
|
|
||||||
ladspa-syndrum
|
|
||||||
ladspa-vcf303
|
|
||||||
ladspa-wshape-sine
|
|
||||||
ladspa-amp
|
|
||||||
ladspa-diode
|
|
||||||
ladspa-divider
|
|
||||||
ladspa-shaper
|
|
||||||
ladspa-ringmod-2i1o
|
|
||||||
ladspa-ringmod-1i1o1l
|
|
||||||
ladspa-comb
|
|
||||||
ladspa-declip
|
|
||||||
ladspa-foverdrive
|
|
||||||
ladspa-multivoiceChorus
|
|
||||||
ladspa-hermesFilter
|
|
||||||
ladspa-decimator
|
|
||||||
ladspa-flanger
|
|
||||||
ladspa-retroFlange
|
|
||||||
ladspa-singlePara
|
|
||||||
ladspa-triplePara
|
|
||||||
ladspa-transient
|
|
||||||
ladspa-fadDelay
|
|
||||||
ladspa-dcRemove
|
|
||||||
ladspa-tapeDelay
|
|
||||||
ladspa-valve
|
|
||||||
ladspa-sifter
|
|
||||||
ladspa-harmonicGen
|
|
||||||
ladspa-stepMuxer
|
|
||||||
ladspa-foldover
|
|
||||||
ladspa-svf
|
|
||||||
ladspa-gsm
|
|
||||||
ladspa-gverb
|
|
||||||
ladspa-lfoPhaser
|
|
||||||
ladspa-fourByFourPole
|
|
||||||
ladspa-autoPhaser
|
|
||||||
ladspa-fastLookaheadLimiter
|
|
||||||
ladspa-surroundEncoder
|
|
||||||
ladspa-delayorama
|
|
||||||
ladspa-dysonCompress
|
|
||||||
ladspa-crossoverDist
|
|
||||||
ladspa-valveRect
|
|
||||||
ladspa-split
|
|
||||||
ladspa-alias
|
|
||||||
ladspa-satanMaximiser
|
|
||||||
ladspa-karaoke
|
|
||||||
ladspa-gate
|
|
||||||
ladspa-combSplitter
|
|
||||||
ladspa-waveTerrain
|
|
||||||
ladspa-hardLimiter
|
|
||||||
ladspa-smoothDecimate
|
|
||||||
ladspa-fmOsc
|
|
||||||
ladspa-analogueOsc
|
|
||||||
ladspa-rateShifter
|
|
||||||
ladspa-freqTracker
|
|
||||||
ladspa-modDelay
|
|
||||||
ladspa-matrixStMS
|
|
||||||
ladspa-matrixMSSt
|
|
||||||
ladspa-matrixSpatialiser
|
|
||||||
ladspa-plate
|
|
||||||
ladspa-gong
|
|
||||||
ladspa-sc1
|
|
||||||
ladspa-sc2
|
|
||||||
ladspa-sc3
|
|
||||||
ladspa-zm1
|
|
||||||
ladspa-inv
|
|
||||||
ladspa-chebstortion
|
|
||||||
ladspa-bodeShifter
|
|
||||||
ladspa-bodeShifterCV
|
|
||||||
ladspa-amPitchshift
|
|
||||||
ladspa-sc4
|
|
||||||
ladspa-lcrDelay
|
|
||||||
ladspa-giantFlange
|
|
||||||
ladspa-djFlanger
|
|
||||||
ladspa-gongBeater
|
|
||||||
ladspa-hilbert
|
|
||||||
ladspa-sinCos
|
|
||||||
ladspa-se4
|
|
||||||
ladspa-bandpass-a-iir
|
|
||||||
ladspa-bandpass-iir
|
|
||||||
ladspa-highpass-iir
|
|
||||||
ladspa-lowpass-iir
|
|
||||||
ladspa-notch-iir
|
|
||||||
ladspa-dj-eq-mono
|
|
||||||
ladspa-dj-eq
|
|
||||||
ladspa-bwxover-iir
|
|
||||||
ladspa-buttlow-iir
|
|
||||||
ladspa-butthigh-iir
|
|
||||||
ladspa-allpass-n
|
|
||||||
ladspa-allpass-l
|
|
||||||
ladspa-allpass-c
|
|
||||||
ladspa-comb-n
|
|
||||||
ladspa-comb-l
|
|
||||||
ladspa-comb-c
|
|
||||||
ladspa-decay
|
|
||||||
ladspa-delay-n
|
|
||||||
ladspa-delay-l
|
|
||||||
ladspa-delay-c
|
|
||||||
ladspa-impulse-fc
|
|
||||||
ladspa-vynil
|
|
||||||
ladspa-revdelay
|
|
||||||
ladspa-lsFilter
|
|
||||||
ladspa-const
|
|
||||||
ladspa-pointerCastDistortion
|
|
||||||
ladspa-pitchScale
|
|
||||||
ladspa-artificialLatency
|
|
||||||
ladspa-xfade
|
|
||||||
ladspa-xfade4
|
|
||||||
ladspa-sc4m
|
|
||||||
ladspa-mbeq
|
|
||||||
ladspa-formant-vc
|
|
||||||
ladspa-pitchScaleHQ
|
|
||||||
ladspa-imp
|
|
||||||
ladspa-Parametric1
|
|
||||||
ladspa-jaminController
|
|
||||||
ladspa-Chorus1
|
|
||||||
ladspa-Chorus2
|
|
||||||
ladspa-Phaser1
|
|
||||||
ladspa-Phaser1+LFO
|
|
||||||
ladspa-Mvchpf-1
|
|
||||||
ladspa-Mvclpf-1
|
|
||||||
ladspa-Mvclpf-2
|
|
||||||
ladspa-Mvclpf-3
|
|
||||||
ladspa-Mvclpf-4
|
|
||||||
ladspa-G2reverb
|
|
||||||
ladspa-Pulse-VCO
|
|
||||||
ladspa-Saw-VCO
|
|
||||||
ladspa-Rec-VCO
|
|
||||||
ladspa-Sync-Saw-VCO
|
|
||||||
ladspa-Sync-Rect-VCO
|
|
||||||
ladspa-Sync-Tri-VCO
|
|
||||||
ladspa-hz-voct-cr
|
|
||||||
ladspa-hz-voct-ar
|
|
||||||
ladspa-range-trans-cr
|
|
||||||
ladspa-range-trans-ar
|
|
||||||
ladspa-adenv-lvl
|
|
||||||
ladspa-adenv
|
|
||||||
ladspa-prob-switch-cr
|
|
||||||
ladspa-prob-switch-ar
|
|
||||||
ladspa-dahdsr-fexp
|
|
||||||
ladspa-dahdsr-hexp
|
|
||||||
ladspa-slew-limiter-ra
|
|
||||||
ladspa-slew-limiter-rc
|
|
||||||
ladspa-signal-abs-cr
|
|
||||||
ladspa-signal-abs-ar
|
|
||||||
ladspa-slide-ta
|
|
||||||
ladspa-slide-tc
|
|
||||||
ladspa-Eq
|
|
||||||
ladspa-Eq2x2
|
|
||||||
ladspa-Compress
|
|
||||||
ladspa-Pan
|
|
||||||
ladspa-PreampIII
|
|
||||||
ladspa-PreampIV
|
|
||||||
ladspa-ToneStack
|
|
||||||
ladspa-ToneStackLT
|
|
||||||
ladspa-AmpIII
|
|
||||||
ladspa-AmpIV
|
|
||||||
ladspa-AmpV
|
|
||||||
ladspa-AmpVTS
|
|
||||||
ladspa-CabinetI
|
|
||||||
ladspa-CabinetII
|
|
||||||
ladspa-Clip
|
|
||||||
ladspa-ChorusI
|
|
||||||
ladspa-StereoChorusI
|
|
||||||
ladspa-ChorusII
|
|
||||||
ladspa-StereoChorusII
|
|
||||||
ladspa-PhaserI
|
|
||||||
ladspa-PhaserII
|
|
||||||
ladspa-SweepVFI
|
|
||||||
ladspa-SweepVFII
|
|
||||||
ladspa-AutoWah
|
|
||||||
ladspa-Scape
|
|
||||||
ladspa-VCOs
|
|
||||||
ladspa-VCOd
|
|
||||||
ladspa-CEO
|
|
||||||
ladspa-Sin
|
|
||||||
ladspa-White
|
|
||||||
ladspa-Lorenz
|
|
||||||
ladspa-Roessler
|
|
||||||
ladspa-JVRev
|
|
||||||
ladspa-Plate
|
|
||||||
ladspa-Plate2x2
|
|
||||||
ladspa-Click
|
|
||||||
ladspa-Dirac
|
|
||||||
ladspa-HRTF
|
|
||||||
ladspa-wg-mesh-cr
|
|
||||||
ladspa-fast-xfade
|
|
||||||
ladspa-mux-cr
|
|
||||||
ladspa-mux-ar
|
|
||||||
ladspa-power-cr
|
|
||||||
ladspa-power
|
|
||||||
ladspa-ssm-masher
|
|
||||||
ladspa-sh-cr
|
|
||||||
ladspa-sh-ar
|
|
||||||
ladspa-tap-stereo-echo
|
|
||||||
ladspa-comp-ac
|
|
||||||
ladspa-comp-aa
|
|
||||||
ladspa-tap-autopan
|
|
||||||
ladspa-tap-chorusflanger
|
|
||||||
ladspa-tap-deesser
|
|
||||||
ladspa-tap-doubler
|
|
||||||
ladspa-tap-dynamics-m
|
|
||||||
ladspa-tap-dynamics-st
|
|
||||||
ladspa-tap-equalizer
|
|
||||||
ladspa-tap-equalizer-bw
|
|
||||||
ladspa-tap-limiter
|
|
||||||
ladspa-tap-pinknoise
|
|
||||||
ladspa-tap-pitch
|
|
||||||
ladspa-tap-reflector
|
|
||||||
ladspa-tap-reverb
|
|
||||||
ladspa-tap-rotspeak
|
|
||||||
ladspa-tap-sigmoid
|
|
||||||
ladspa-tap-tremolo
|
|
||||||
ladspa-tap-tubewarmth
|
|
||||||
ladspa-tap-vibrato
|
|
||||||
ladspa-Filter
|
|
||||||
ladspa-Filterclavier
|
|
||||||
ladspa-Flanger
|
|
||||||
ladspa-Reverb
|
|
||||||
ladspa-VintageDelay
|
|
||||||
ladspa-RotarySpeaker
|
|
||||||
ladspa-Phaser
|
|
||||||
ladspa-MultiChorus
|
|
||||||
ladspa-Compressor
|
|
||||||
GstModPlug
|
|
||||||
GstXvidEnc
|
|
||||||
GstXvidDec
|
|
||||||
GstWildmidi
|
GstWildmidi
|
||||||
GstTimidity
|
GstMpeg2enc
|
||||||
GstSpcDec
|
|
||||||
GstPitch
|
|
||||||
GstBaseTransform
|
|
||||||
GstAudioFilter
|
|
||||||
GstBPMDetect
|
|
||||||
GstStereo
|
|
||||||
GstHDVParse
|
|
||||||
GstCapsSetter
|
|
||||||
GstLegacyresample
|
|
||||||
GstVideoFilter
|
|
||||||
GstVideoAnalyse
|
|
||||||
GstVideoDetect
|
|
||||||
GstVideoMark
|
|
||||||
GstScaletempo
|
|
||||||
GstBayer2RGB
|
|
||||||
GstBaseSink
|
GstBaseSink
|
||||||
GstSFSink
|
|
||||||
GstVideoSink
|
GstVideoSink
|
||||||
GstSDLVideoSink
|
GstSDLVideoSink
|
||||||
GstDfbVideoSink
|
GstDfbVideoSink
|
||||||
|
@ -403,101 +29,225 @@ GObject
|
||||||
GstApExSink
|
GstApExSink
|
||||||
GstOss4Sink
|
GstOss4Sink
|
||||||
GstJackAudioSink
|
GstJackAudioSink
|
||||||
|
GstSFSink
|
||||||
AlsaSPDIFSink
|
AlsaSPDIFSink
|
||||||
GstFBDEVSink
|
GstFBDEVSink
|
||||||
GstDCCPServerSink
|
GstDCCPServerSink
|
||||||
GstDCCPClientSink
|
GstDCCPClientSink
|
||||||
|
Gstassrender
|
||||||
|
GstCeltEnc
|
||||||
|
GstCeltDec
|
||||||
|
GstMimEnc
|
||||||
|
GstMimDec
|
||||||
|
GstCDAudio
|
||||||
|
GstMusepackDec
|
||||||
|
GstBaseTransform
|
||||||
|
GstAudioFilter
|
||||||
|
GstOFA
|
||||||
|
GstBPMDetect
|
||||||
|
GstStereo
|
||||||
|
GstBayer2RGB
|
||||||
|
GstCapsSetter
|
||||||
|
GstVideoFilter
|
||||||
|
GstVideoAnalyse
|
||||||
|
GstVideoDetect
|
||||||
|
GstVideoMark
|
||||||
|
frei0r-filter-threshold0r
|
||||||
|
frei0r-filter-scanline0r
|
||||||
|
frei0r-filter-glow
|
||||||
|
frei0r-filter-color-distance
|
||||||
|
frei0r-filter-twolay0r
|
||||||
|
frei0r-filter-water
|
||||||
|
frei0r-filter-delay0r
|
||||||
|
frei0r-filter-luminance
|
||||||
|
frei0r-filter-r
|
||||||
|
frei0r-filter-cartoon
|
||||||
|
frei0r-filter-lens-correction
|
||||||
|
frei0r-filter-brightness
|
||||||
|
frei0r-filter-contrast0r
|
||||||
|
frei0r-filter-pixeliz0r
|
||||||
|
frei0r-filter-3dflippo
|
||||||
|
frei0r-filter-mask0mate
|
||||||
|
frei0r-filter-saturat0r
|
||||||
|
frei0r-filter-gamma
|
||||||
|
frei0r-filter-hueshift0r
|
||||||
|
frei0r-filter-edgeglow
|
||||||
|
frei0r-filter-rgb-parade
|
||||||
|
frei0r-filter-g
|
||||||
|
frei0r-filter-bw0r
|
||||||
|
frei0r-filter-k-means-clustering
|
||||||
|
frei0r-filter-white-balance
|
||||||
|
frei0r-filter-equaliz0r
|
||||||
|
frei0r-filter-perspective
|
||||||
|
frei0r-filter-sobel
|
||||||
|
frei0r-filter-invert0r
|
||||||
|
frei0r-filter-flippo
|
||||||
|
frei0r-filter-vectorscope
|
||||||
|
frei0r-filter-tehroxx0r
|
||||||
|
frei0r-filter-letterb0xed
|
||||||
|
frei0r-filter-squareblur
|
||||||
|
frei0r-filter-distort0r
|
||||||
|
frei0r-filter-b
|
||||||
|
frei0r-filter-transparency
|
||||||
|
frei0r-filter-scale0tilt
|
||||||
|
frei0r-filter-nosync0r
|
||||||
|
GstLegacyresample
|
||||||
|
GstScaletempo
|
||||||
|
GstHDVParse
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
GstSFSrc
|
GstSFSrc
|
||||||
GstPushSrc
|
GstPushSrc
|
||||||
GstNeonhttpSrc
|
GstDc1394
|
||||||
GstMythtvSrc
|
|
||||||
GstMMS
|
|
||||||
GstBaseAudioSrc
|
GstBaseAudioSrc
|
||||||
GstJackAudioSrc
|
GstJackAudioSrc
|
||||||
GstAudioSrc
|
GstAudioSrc
|
||||||
GstOss4Source
|
GstOss4Source
|
||||||
GstDc1394
|
GstMythtvSrc
|
||||||
|
GstMMS
|
||||||
|
GstNeonhttpSrc
|
||||||
GstVCDSrc
|
GstVCDSrc
|
||||||
GstDvbSrc
|
GstDvbSrc
|
||||||
GstRfbSrc
|
GstRfbSrc
|
||||||
GstDCCPClientSrc
|
GstDCCPClientSrc
|
||||||
GstDCCPServerSrc
|
GstDCCPServerSrc
|
||||||
|
frei0r-src-nois0r
|
||||||
|
frei0r-src-lissajous0r
|
||||||
|
frei0r-src-onecol0r
|
||||||
|
frei0r-src-ising0r
|
||||||
|
frei0r-src-partik0l
|
||||||
GstDTMFSrc
|
GstDTMFSrc
|
||||||
GstRTPDTMFSrc
|
GstRTPDTMFSrc
|
||||||
|
GstAmrWbEnc
|
||||||
GstTRM
|
GstTRM
|
||||||
GstMusepackDec
|
GstGSMEnc
|
||||||
GstMplex
|
GstGSMDec
|
||||||
GstMpeg2enc
|
|
||||||
GstBaseMetadata
|
GstBaseMetadata
|
||||||
GstMetadataDemux
|
GstMetadataDemux
|
||||||
GstMetadataMux
|
GstMetadataMux
|
||||||
GstGSMEnc
|
GstPitch
|
||||||
GstGSMDec
|
|
||||||
GstFaad
|
|
||||||
GstFaac
|
GstFaac
|
||||||
|
GstMplex
|
||||||
|
GstXvidEnc
|
||||||
|
GstXvidDec
|
||||||
|
GstBaseVideoCodec
|
||||||
|
GstBaseVideoDecoder
|
||||||
|
GstSchroDec
|
||||||
|
GstBaseVideoParse
|
||||||
|
GstSchroParse
|
||||||
|
GstBaseVideoEncoder
|
||||||
|
GstSchroEnc
|
||||||
|
GstKateDec
|
||||||
|
GstKateEnc
|
||||||
|
GstKateParse
|
||||||
|
GstKateTag
|
||||||
|
GstKateTiger
|
||||||
GstDtsDec
|
GstDtsDec
|
||||||
GstCeltEnc
|
GstDiracEnc
|
||||||
GstCeltDec
|
|
||||||
GstCDAudio
|
|
||||||
GstBz2enc
|
GstBz2enc
|
||||||
GstBz2dec
|
GstBz2dec
|
||||||
GstAmrwbDec
|
GstFaad
|
||||||
GstAmrwbParse
|
GstModPlug
|
||||||
GstAmrwbEnc
|
GstSignalProcessor
|
||||||
|
ladspa-amp-mono
|
||||||
|
ladspa-amp-stereo
|
||||||
|
ladspa-sine-faaa
|
||||||
|
ladspa-sine-faac
|
||||||
|
ladspa-sine-fcaa
|
||||||
|
ladspa-sine-fcac
|
||||||
|
ladspa-lpf
|
||||||
|
ladspa-hpf
|
||||||
|
ladspa-delay-5s
|
||||||
|
ladspa-noise-white
|
||||||
|
GstVdpMpegDec
|
||||||
|
GstVdpVideoYUV
|
||||||
|
GstVdpYUVVideo
|
||||||
GstOss4Mixer
|
GstOss4Mixer
|
||||||
|
GstVMncDec
|
||||||
GstShapeWipe
|
GstShapeWipe
|
||||||
GstValve
|
|
||||||
GstSirenDec
|
|
||||||
GstSirenEnc
|
|
||||||
GstRTPMux
|
|
||||||
GstRTPDTMFMux
|
|
||||||
GstLiveAdder
|
|
||||||
GstBaseRTPDepayload
|
GstBaseRTPDepayload
|
||||||
GstRtpDTMFDepay
|
GstRtpDTMFDepay
|
||||||
GstId3BaseMux
|
GstMveDemux
|
||||||
GstId3Mux
|
GstMveMux
|
||||||
GstVMncDec
|
GstNsfDec
|
||||||
GstTtaParse
|
GstTtaParse
|
||||||
GstTtaDec
|
GstTtaDec
|
||||||
GstSrtEnc
|
GstPcapParse
|
||||||
ADPCMDec
|
GstId3BaseMux
|
||||||
GstSpeed
|
GstId3Mux
|
||||||
GstInputSelector
|
GstLiveAdder
|
||||||
GstOutputSelector
|
|
||||||
GstRealVideoDec
|
GstRealVideoDec
|
||||||
GstRealAudioDec
|
GstRealAudioDec
|
||||||
GstRawParse
|
MpegTsMux
|
||||||
GstVideoParse
|
GstValve
|
||||||
GstAudioParse
|
MpegVideoParse
|
||||||
|
GstNuvDemux
|
||||||
|
ADPCMDec
|
||||||
GstQTMux
|
GstQTMux
|
||||||
GstMP4Mux
|
GstMP4Mux
|
||||||
GstGPPMux
|
GstGPPMux
|
||||||
GstMJ2Mux
|
GstMJ2Mux
|
||||||
GstPcapParse
|
GstFestival
|
||||||
GstNuvDemux
|
GstCDXAParse
|
||||||
GstNsfDec
|
GstVcdParse
|
||||||
GstMXFDemux
|
AIFFParse
|
||||||
GstMXFMux
|
GstRawParse
|
||||||
GstMveDemux
|
GstVideoParse
|
||||||
GstMveMux
|
GstAudioParse
|
||||||
MpegVideoParse
|
|
||||||
MpegTsMux
|
|
||||||
GstMpegPSDemux
|
GstMpegPSDemux
|
||||||
GstMpegTSDemux
|
GstMpegTSDemux
|
||||||
MpegTSParse
|
MpegTSParse
|
||||||
GstMpeg4VParse
|
GstSirenDec
|
||||||
GstH264Parse
|
GstSirenEnc
|
||||||
GstFreeze
|
GstAsfMux
|
||||||
GstFestival
|
GstBaseRTPPayload
|
||||||
|
GstRtpAsfPay
|
||||||
|
GstAsfParse
|
||||||
GstDVDSpu
|
GstDVDSpu
|
||||||
GstCDXAParse
|
GstFreeze
|
||||||
GstVcdParse
|
GstH264Parse
|
||||||
|
GstMXFDemux
|
||||||
|
GstMXFMux
|
||||||
|
GstInputSelector
|
||||||
|
GstOutputSelector
|
||||||
|
frei0r-mixer-alphaout
|
||||||
|
frei0r-mixer-hardlight
|
||||||
|
frei0r-mixer-subtract
|
||||||
|
frei0r-mixer-dodge
|
||||||
|
frei0r-mixer-alphaxor
|
||||||
|
frei0r-mixer-addition
|
||||||
|
frei0r-mixer-grain-merge
|
||||||
|
frei0r-mixer-value
|
||||||
|
frei0r-mixer-uv-map
|
||||||
|
frei0r-mixer-color-only
|
||||||
|
frei0r-mixer-alphain
|
||||||
|
frei0r-mixer-composition
|
||||||
|
frei0r-mixer-hue
|
||||||
|
frei0r-mixer-overlay
|
||||||
|
frei0r-mixer-burn
|
||||||
|
frei0r-mixer-alpha-injection
|
||||||
|
frei0r-mixer-rgb
|
||||||
|
frei0r-mixer-softlight
|
||||||
|
frei0r-mixer-alphaover
|
||||||
|
frei0r-mixer-lighten
|
||||||
|
frei0r-mixer-alphaatop
|
||||||
|
frei0r-mixer-grain-extract
|
||||||
|
frei0r-mixer-screen
|
||||||
|
frei0r-mixer-divide
|
||||||
|
frei0r-mixer-darken
|
||||||
|
frei0r-mixer-saturation
|
||||||
|
frei0r-mixer-blend
|
||||||
|
frei0r-mixer-multiply
|
||||||
|
frei0r-mixer-difference
|
||||||
|
frei0r-mixer-xfade0r
|
||||||
|
GstSpeed
|
||||||
|
GstRTPMux
|
||||||
|
GstRTPDTMFMux
|
||||||
GstAmrBaseParse
|
GstAmrBaseParse
|
||||||
GstAmrParse
|
GstAmrParse
|
||||||
AIFFParse
|
|
||||||
GstAacBaseParse
|
GstAacBaseParse
|
||||||
GstAacParse
|
GstAacParse
|
||||||
|
GstMpeg4VParse
|
||||||
|
GstSrtEnc
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstTaskPool
|
GstTaskPool
|
||||||
|
@ -514,7 +264,6 @@ GObject
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
MpegTsPatInfo
|
MpegTsPatInfo
|
||||||
MpegTsPmtInfo
|
MpegTsPmtInfo
|
||||||
RTPSession
|
|
||||||
GstColorBalanceChannel
|
GstColorBalanceChannel
|
||||||
GstMixerTrack
|
GstMixerTrack
|
||||||
GstMixerOptions
|
GstMixerOptions
|
||||||
|
|
|
@ -3,29 +3,35 @@ GstPipeline GstChildProxy
|
||||||
GstCameraBin GstChildProxy GstImplementsInterface GstTagSetter GstColorBalance GstPhotography
|
GstCameraBin GstChildProxy GstImplementsInterface GstTagSetter GstColorBalance GstPhotography
|
||||||
RsnDvdBin GstURIHandler GstChildProxy
|
RsnDvdBin GstURIHandler GstChildProxy
|
||||||
DvbBaseBin GstURIHandler GstChildProxy
|
DvbBaseBin GstURIHandler GstChildProxy
|
||||||
GstFPSDisplaySink GstChildProxy
|
|
||||||
GstAutoConvert GstChildProxy
|
GstAutoConvert GstChildProxy
|
||||||
GstSDPDemux GstChildProxy
|
GstSDPDemux GstChildProxy
|
||||||
GstRtpBin GstChildProxy
|
GstFPSDisplaySink GstChildProxy
|
||||||
GstXvidEnc GstPreset
|
GstMpeg2enc GstPreset
|
||||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||||
GstApExSink GstImplementsInterface GstMixer
|
GstApExSink GstImplementsInterface GstMixer
|
||||||
GstOss4Sink GstPropertyProbe
|
GstOss4Sink GstPropertyProbe
|
||||||
GstNeonhttpSrc GstURIHandler
|
|
||||||
GstMythtvSrc GstURIHandler
|
|
||||||
GstMMS GstURIHandler
|
|
||||||
GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer
|
|
||||||
GstVCDSrc GstURIHandler
|
|
||||||
GstMpeg2enc GstPreset
|
|
||||||
GstMetadataMux GstTagSetter
|
|
||||||
GstFaac GstPreset
|
|
||||||
GstCeltEnc GstPreset GstTagSetter
|
GstCeltEnc GstPreset GstTagSetter
|
||||||
GstCDAudio GstURIHandler
|
GstCDAudio GstURIHandler
|
||||||
GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer
|
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
|
GstMythtvSrc GstURIHandler
|
||||||
|
GstMMS GstURIHandler
|
||||||
|
GstNeonhttpSrc GstURIHandler
|
||||||
|
GstVCDSrc GstURIHandler
|
||||||
|
GstAmrWbEnc GstPreset
|
||||||
|
GstMetadataMux GstTagSetter
|
||||||
|
GstFaac GstPreset
|
||||||
|
GstXvidEnc GstPreset
|
||||||
|
GstBaseVideoEncoder GstPreset
|
||||||
|
GstSchroEnc GstPreset
|
||||||
|
GstKateEnc GstTagSetter
|
||||||
|
GstKateTag GstTagSetter
|
||||||
|
GstDiracEnc GstPreset
|
||||||
|
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstId3BaseMux GstTagSetter
|
GstId3BaseMux GstTagSetter
|
||||||
GstId3Mux GstTagSetter
|
GstId3Mux GstTagSetter
|
||||||
GstQTMux GstTagSetter
|
GstQTMux GstTagSetter
|
||||||
GstMP4Mux GstTagSetter
|
GstMP4Mux GstTagSetter
|
||||||
GstGPPMux GstTagSetter
|
GstGPPMux GstTagSetter
|
||||||
GstMJ2Mux GstTagSetter
|
GstMJ2Mux GstTagSetter
|
||||||
|
GstAsfMux GstTagSetter
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Advanced Audio Coding Parser</description>
|
<description>Advanced Audio Coding Parser</description>
|
||||||
<filename>../../gst/aacparse/.libs/libgstaacparse.so</filename>
|
<filename>../../gst/aacparse/.libs/libgstaacparse.so</filename>
|
||||||
<basename>libgstaacparse.so</basename>
|
<basename>libgstaacparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>aacparse</name>
|
<name>aacparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>ADPCM decoder</description>
|
<description>ADPCM decoder</description>
|
||||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||||
<basename>libgstadpcmdec.so</basename>
|
<basename>libgstadpcmdec.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>msadpcmdec</name>
|
<name>msadpcmdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Parse an .aiff file into raw audio</description>
|
<description>Parse an .aiff file into raw audio</description>
|
||||||
<filename>../../gst/aiffparse/.libs/libgstaiffparse.so</filename>
|
<filename>../../gst/aiffparse/.libs/libgstaiffparse.so</filename>
|
||||||
<basename>libgstaiffparse.so</basename>
|
<basename>libgstaiffparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>aiffparse</name>
|
<name>aiffparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Alsa plugin for S/PDIF output</description>
|
<description>Alsa plugin for S/PDIF output</description>
|
||||||
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
||||||
<basename>libgstalsaspdif.so</basename>
|
<basename>libgstalsaspdif.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>alsaspdifsink</name>
|
<name>alsaspdifsink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Adaptive Multi-Rate Parser</description>
|
<description>Adaptive Multi-Rate Parser</description>
|
||||||
<filename>../../gst/amrparse/.libs/libgstamrparse.so</filename>
|
<filename>../../gst/amrparse/.libs/libgstamrparse.so</filename>
|
||||||
<basename>libgstamrparse.so</basename>
|
<basename>libgstamrparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>amrparse</name>
|
<name>amrparse</name>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<name>amrwbenc</name>
|
<name>amrwbenc</name>
|
||||||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||||
<filename>../../ext/amrwb/.libs/libgstamrwbenc.so</filename>
|
<filename>../../ext/amrwbenc/.libs/libgstamrwbenc.so</filename>
|
||||||
<basename>libgstamrwbenc.so</basename>
|
<basename>libgstamrwbenc.so</basename>
|
||||||
<version>0.10.12.1</version>
|
<version>0.10.14</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -31,4 +31,4 @@
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Apple AirPort Express Plugin</description>
|
<description>Apple AirPort Express Plugin</description>
|
||||||
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
||||||
<basename>libgstapexsink.so</basename>
|
<basename>libgstapexsink.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>apexsink</name>
|
<name>apexsink</name>
|
||||||
|
|
82
docs/plugins/inspect/plugin-asfmux.xml
Normal file
82
docs/plugins/inspect/plugin-asfmux.xml
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
<plugin>
|
||||||
|
<name>asfmux</name>
|
||||||
|
<description>ASF Muxer Plugin</description>
|
||||||
|
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||||
|
<basename>libgstasfmux.so</basename>
|
||||||
|
<version>0.10.14</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>gsoc2009 package</package>
|
||||||
|
<origin>embedded.ufcg.edu.br</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>asfmux</name>
|
||||||
|
<longname>ASF muxer</longname>
|
||||||
|
<class>Codec/Muxer</class>
|
||||||
|
<description>Muxes audio and video into an ASF stream</description>
|
||||||
|
<author>Thiago Santos <thiagoss@embedded.ufcg.edu.br></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>video_%d</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>request</presence>
|
||||||
|
<details>video/x-wmv, wmvversion=(int)[ 1, 3 ]</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>audio_%d</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>request</presence>
|
||||||
|
<details>audio/x-wma, wmaversion=(int)[ 1, 3 ]; audio/mpeg, layer=(int)3, mpegversion=(int)1, channels=(int)[ 1, 2 ], rate=(int)[ 8000, 96000 ]</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-ms-asf, parsed=(boolean)true</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>asfparse</name>
|
||||||
|
<longname>ASF parser</longname>
|
||||||
|
<class>Parser</class>
|
||||||
|
<description>Parses ASF</description>
|
||||||
|
<author>Thiago Santos <thiagoss@embedded.ufcg.edu.br></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-ms-asf, parsed=(boolean)false</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-ms-asf, parsed=(boolean)true</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>rtpasfpay</name>
|
||||||
|
<longname>RTP ASF payloader</longname>
|
||||||
|
<class>Codec/Payloader/Network</class>
|
||||||
|
<description>Payload-encodes ASF into RTP packets (MS_RTSP)</description>
|
||||||
|
<author>Thiago Santos <thiagoss@embedded.ufcg.edu.br></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>application/x-rtp, media=(string){ audio, video, application }, clock-rate=(int)1000, encoding-name=(string)X-ASF-PF</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-ms-asf, parsed=(boolean)true</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ASS/SSA subtitle renderer</description>
|
<description>ASS/SSA subtitle renderer</description>
|
||||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||||
<basename>libgstassrender.so</basename>
|
<basename>libgstassrender.so</basename>
|
||||||
<version>0.10.13</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Selects convertor element based on caps</description>
|
<description>Selects convertor element based on caps</description>
|
||||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||||
<basename>libgstautoconvert.so</basename>
|
<basename>libgstautoconvert.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>autoconvert</name>
|
<name>autoconvert</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Elements to convert Bayer images</description>
|
<description>Elements to convert Bayer images</description>
|
||||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||||
<basename>libgstbayer.so</basename>
|
<basename>libgstbayer.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>bayer2rgb</name>
|
<name>bayer2rgb</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Compress or decompress streams</description>
|
<description>Compress or decompress streams</description>
|
||||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||||
<basename>libgstbz2.so</basename>
|
<basename>libgstbz2.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>bz2dec</name>
|
<name>bz2dec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>High level api for DC (Digital Camera) application</description>
|
<description>High level api for DC (Digital Camera) application</description>
|
||||||
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
||||||
<basename>libgstcamerabin.so</basename>
|
<basename>libgstcamerabin.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>camerabin</name>
|
<name>camerabin</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Play CD audio through the CD Drive</description>
|
<description>Play CD audio through the CD Drive</description>
|
||||||
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
||||||
<basename>libgstcdaudio.so</basename>
|
<basename>libgstcdaudio.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>cdaudio</name>
|
<name>cdaudio</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||||
<basename>libgstcdxaparse.so</basename>
|
<basename>libgstcdxaparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>cdxaparse</name>
|
<name>cdxaparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>CELT plugin library</description>
|
<description>CELT plugin library</description>
|
||||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||||
<basename>libgstcelt.so</basename>
|
<basename>libgstcelt.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>celtdec</name>
|
<name>celtdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>1394 IIDC Video Source</description>
|
<description>1394 IIDC Video Source</description>
|
||||||
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
||||||
<basename>libgstdc1394.so</basename>
|
<basename>libgstdc1394.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dc1394src</name>
|
<name>dc1394src</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>transfer data over the network via DCCP.</description>
|
<description>transfer data over the network via DCCP.</description>
|
||||||
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
||||||
<basename>libgstdccp.so</basename>
|
<basename>libgstdccp.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>DCCP</package>
|
<package>DCCP</package>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Collection of elements that may or may not be useful for debugging</description>
|
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||||
<basename>libgstdebugutilsbad.so</basename>
|
<basename>libgstdebugutilsbad.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>capssetter</name>
|
<name>capssetter</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>DirectFB video output plugin</description>
|
<description>DirectFB video output plugin</description>
|
||||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||||
<basename>libgstdfbvideosink.so</basename>
|
<basename>libgstdfbvideosink.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dfbvideosink</name>
|
<name>dfbvideosink</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Dirac plugin</description>
|
<description>Dirac plugin</description>
|
||||||
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
||||||
<basename>libgstdirac.so</basename>
|
<basename>libgstdirac.so</basename>
|
||||||
<version>0.10.13</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>DTMF plugins</description>
|
<description>DTMF plugins</description>
|
||||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||||
<basename>libgstdtmf.so</basename>
|
<basename>libgstdtmf.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dtmfsrc</name>
|
<name>dtmfsrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Decodes DTS audio streams</description>
|
<description>Decodes DTS audio streams</description>
|
||||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||||
<basename>libgstdtsdec.so</basename>
|
<basename>libgstdtsdec.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dtsdec</name>
|
<name>dtsdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>DVB elements</description>
|
<description>DVB elements</description>
|
||||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||||
<basename>libgstdvb.so</basename>
|
<basename>libgstdvb.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dvbbasebin</name>
|
<name>dvbbasebin</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>DVD Sub-picture Overlay element</description>
|
<description>DVD Sub-picture Overlay element</description>
|
||||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||||
<basename>libgstdvdspu.so</basename>
|
<basename>libgstdvdspu.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dvdspu</name>
|
<name>dvdspu</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Free AAC Encoder (FAAC)</description>
|
<description>Free AAC Encoder (FAAC)</description>
|
||||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||||
<basename>libgstfaac.so</basename>
|
<basename>libgstfaac.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>faac</name>
|
<name>faac</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Free AAC Decoder (FAAD)</description>
|
<description>Free AAC Decoder (FAAD)</description>
|
||||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||||
<basename>libgstfaad.so</basename>
|
<basename>libgstfaad.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>faad</name>
|
<name>faad</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>linux framebuffer video sink</description>
|
<description>linux framebuffer video sink</description>
|
||||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||||
<basename>libgstfbdevsink.so</basename>
|
<basename>libgstfbdevsink.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>fbdevsink</name>
|
<name>fbdevsink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Synthesizes plain text into audio</description>
|
<description>Synthesizes plain text into audio</description>
|
||||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||||
<basename>libgstfestival.so</basename>
|
<basename>libgstfestival.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>festival</name>
|
<name>festival</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Stream freezer</description>
|
<description>Stream freezer</description>
|
||||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||||
<basename>libgstfreeze.so</basename>
|
<basename>libgstfreeze.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>freeze</name>
|
<name>freeze</name>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -3,11 +3,11 @@
|
||||||
<description>GSM encoder/decoder</description>
|
<description>GSM encoder/decoder</description>
|
||||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||||
<basename>libgstgsm.so</basename>
|
<basename>libgstgsm.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>gsmdec</name>
|
<name>gsmdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||||
<basename>libgstsiren.so</basename>
|
<basename>libgstsiren.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>sirendec</name>
|
<name>sirendec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Element parsing raw h264 streams</description>
|
<description>Element parsing raw h264 streams</description>
|
||||||
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
||||||
<basename>libgsth264parse.so</basename>
|
<basename>libgsth264parse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>h264parse</name>
|
<name>h264parse</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>HDV private stream parser</description>
|
<description>HDV private stream parser</description>
|
||||||
<filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
|
<filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
|
||||||
<basename>libgsthdvparse.so</basename>
|
<basename>libgsthdvparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>ID3 v1 and v2 muxing plugin</description>
|
<description>ID3 v1 and v2 muxing plugin</description>
|
||||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||||
<basename>libgstid3tag.so</basename>
|
<basename>libgstid3tag.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>id3mux</name>
|
<name>id3mux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Jack elements</description>
|
<description>Jack elements</description>
|
||||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||||
<basename>libgstjack.so</basename>
|
<basename>libgstjack.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>jackaudiosink</name>
|
<name>jackaudiosink</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Kate plugin</description>
|
<description>Kate plugin</description>
|
||||||
<filename>../../ext/kate/.libs/libgstkate.so</filename>
|
<filename>../../ext/kate/.libs/libgstkate.so</filename>
|
||||||
<basename>libgstkate.so</basename>
|
<basename>libgstkate.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>text/plain; text/x-pango-markup</details>
|
<details>text/plain; text/x-pango-markup; video/x-dvd-subpicture</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>All LADSPA plugins</description>
|
<description>All LADSPA plugins</description>
|
||||||
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
||||||
<basename>libgstladspa.so</basename>
|
<basename>libgstladspa.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>ladspa-AmpIII</name>
|
<name>ladspa-AmpIII</name>
|
||||||
|
@ -8694,4 +8694,4 @@
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
||||||
<basename>libgstlegacyresample.so</basename>
|
<basename>libgstlegacyresample.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>legacyresample</name>
|
<name>legacyresample</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Adds multiple live discontinuous streams</description>
|
<description>Adds multiple live discontinuous streams</description>
|
||||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||||
<basename>libgstliveadder.so</basename>
|
<basename>libgstliveadder.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>liveadder</name>
|
<name>liveadder</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
||||||
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
||||||
<basename>libgstmetadata.so</basename>
|
<basename>libgstmetadata.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>metadatademux</name>
|
<name>metadatademux</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Mimic codec</description>
|
<description>Mimic codec</description>
|
||||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||||
<basename>libgstmimic.so</basename>
|
<basename>libgstmimic.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||||
<basename>libgstmms.so</basename>
|
<basename>libgstmms.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mmssrc</name>
|
<name>mmssrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>.MOD audio decoding</description>
|
<description>.MOD audio decoding</description>
|
||||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||||
<basename>libgstmodplug.so</basename>
|
<basename>libgstmodplug.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>modplug</name>
|
<name>modplug</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>High-quality MPEG-1/2 video encoder</description>
|
<description>High-quality MPEG-1/2 video encoder</description>
|
||||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||||
<basename>libgstmpeg2enc.so</basename>
|
<basename>libgstmpeg2enc.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpeg2enc</name>
|
<name>mpeg2enc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>MPEG-4 video parser</description>
|
<description>MPEG-4 video parser</description>
|
||||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||||
<basename>libgstmpeg4videoparse.so</basename>
|
<basename>libgstmpeg4videoparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpeg4videoparse</name>
|
<name>mpeg4videoparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>MPEG demuxers</description>
|
<description>MPEG demuxers</description>
|
||||||
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
||||||
<basename>libgstmpegdemux.so</basename>
|
<basename>libgstmpegdemux.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpegpsdemux</name>
|
<name>mpegpsdemux</name>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<name>audio_%02x</name>
|
<name>audio_%02x</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>sometimes</presence>
|
<presence>sometimes</presence>
|
||||||
<details>audio/mpeg, mpegversion=(int)1; audio/x-private1-lpcm; audio/x-private1-ac3; audio/x-private1-dts; audio/ac3</details>
|
<details>audio/mpeg, mpegversion=(int){ 1, 4 }; audio/x-private1-lpcm; audio/x-private1-ac3; audio/x-private1-dts; audio/ac3</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>video_%02x</name>
|
<name>video_%02x</name>
|
||||||
|
@ -77,13 +77,13 @@
|
||||||
<name>audio_%04x</name>
|
<name>audio_%04x</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>sometimes</presence>
|
<presence>sometimes</presence>
|
||||||
<details>audio/mpeg, mpegversion=(int){ 1, 4 }; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-dts</details>
|
<details>audio/mpeg, mpegversion=(int){ 1, 4 }; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-eac3; audio/x-dts; audio/x-private1-lpcm</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>video_%04x</name>
|
<name>video_%04x</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>sometimes</presence>
|
<presence>sometimes</presence>
|
||||||
<details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h264; video/x-dirac</details>
|
<details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h264; video/x-dirac; video/x-wmv, wmvversion=(int)3, format=(fourcc)WVC1</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>MPEG-TS muxer</description>
|
<description>MPEG-TS muxer</description>
|
||||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||||
<basename>libgstmpegtsmux.so</basename>
|
<basename>libgstmpegtsmux.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpegtsmux</name>
|
<name>mpegtsmux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>MPEG-1 and MPEG-2 video parser</description>
|
<description>MPEG-1 and MPEG-2 video parser</description>
|
||||||
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
||||||
<basename>libgstmpegvideoparse.so</basename>
|
<basename>libgstmpegvideoparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpegvideoparse</name>
|
<name>mpegvideoparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||||
<basename>libgstmplex.so</basename>
|
<basename>libgstmplex.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mplex</name>
|
<name>mplex</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Musepack decoder</description>
|
<description>Musepack decoder</description>
|
||||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||||
<basename>libgstmusepack.so</basename>
|
<basename>libgstmusepack.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>musepackdec</name>
|
<name>musepackdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>A TRM signature producer based on libmusicbrainz</description>
|
<description>A TRM signature producer based on libmusicbrainz</description>
|
||||||
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
||||||
<basename>libgsttrm.so</basename>
|
<basename>libgsttrm.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>trm</name>
|
<name>trm</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Interplay MVE movie format manipulation</description>
|
<description>Interplay MVE movie format manipulation</description>
|
||||||
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
||||||
<basename>libgstmve.so</basename>
|
<basename>libgstmve.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mvedemux</name>
|
<name>mvedemux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>MXF plugin library</description>
|
<description>MXF plugin library</description>
|
||||||
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
||||||
<basename>libgstmxf.so</basename>
|
<basename>libgstmxf.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mxfdemux</name>
|
<name>mxfdemux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>lib MythTV src</description>
|
<description>lib MythTV src</description>
|
||||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||||
<basename>libgstmythtvsrc.so</basename>
|
<basename>libgstmythtvsrc.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mythtvsrc</name>
|
<name>mythtvsrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>NAS (Network Audio System) support for GStreamer</description>
|
<description>NAS (Network Audio System) support for GStreamer</description>
|
||||||
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
||||||
<basename>libgstnassink.so</basename>
|
<basename>libgstnassink.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>nassink</name>
|
<name>nassink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>lib neon http client src</description>
|
<description>lib neon http client src</description>
|
||||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||||
<basename>libgstneonhttpsrc.so</basename>
|
<basename>libgstneonhttpsrc.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>neonhttpsrc</name>
|
<name>neonhttpsrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Uses nosefart to decode .nsf files</description>
|
<description>Uses nosefart to decode .nsf files</description>
|
||||||
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
||||||
<basename>libgstnsf.so</basename>
|
<basename>libgstnsf.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>nsfdec</name>
|
<name>nsfdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Demuxes and muxes audio and video</description>
|
<description>Demuxes and muxes audio and video</description>
|
||||||
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
||||||
<basename>libgstnuvdemux.so</basename>
|
<basename>libgstnuvdemux.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>nuvdemux</name>
|
<name>nuvdemux</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Calculate MusicIP fingerprint from audio files</description>
|
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||||
<basename>libgstofa.so</basename>
|
<basename>libgstofa.so</basename>
|
||||||
<version>0.10.13</version>
|
<version>0.10.14</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||||
<basename>libgstoss4audio.so</basename>
|
<basename>libgstoss4audio.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>oss4mixer</name>
|
<name>oss4mixer</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Element parsing raw pcap streams</description>
|
<description>Element parsing raw pcap streams</description>
|
||||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||||
<basename>libgstpcapparse.so</basename>
|
<basename>libgstpcapparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Quicktime Muxer plugin</description>
|
<description>Quicktime Muxer plugin</description>
|
||||||
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
||||||
<basename>libgstqtmux.so</basename>
|
<basename>libgstqtmux.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>gsoc2008 package</package>
|
<package>gsoc2008 package</package>
|
||||||
|
|
|
@ -3,18 +3,18 @@
|
||||||
<description>Parses byte streams into raw frames</description>
|
<description>Parses byte streams into raw frames</description>
|
||||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||||
<basename>libgstrawparse.so</basename>
|
<basename>libgstrawparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>audioparse</name>
|
<name>audioparse</name>
|
||||||
<longname>Audio Parse</longname>
|
<longname>Audio Parse</longname>
|
||||||
<class>Filter/Audio</class>
|
<class>Filter/Audio</class>
|
||||||
<description>Converts stream into audio frames</description>
|
<description>Converts stream into audio frames</description>
|
||||||
<author>Sebastian Dröge <slomo@circular-chaos.org></author>
|
<author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
@ -35,13 +35,13 @@
|
||||||
<longname>Video Parse</longname>
|
<longname>Video Parse</longname>
|
||||||
<class>Filter/Video</class>
|
<class>Filter/Video</class>
|
||||||
<description>Converts stream into video frames</description>
|
<description>Converts stream into video frames</description>
|
||||||
<author>David Schleef <ds@schleef.org>, Sebastian Dröge <slomo@circular-chaos.org></author>
|
<author>David Schleef <ds@schleef.org>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY, v210 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details>
|
<details>video/x-raw-rgb; video/x-raw-yuv; video/x-raw-gray; video/x-raw-bayer</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Decode REAL streams</description>
|
<description>Decode REAL streams</description>
|
||||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||||
<basename>libgstreal.so</basename>
|
<basename>libgstreal.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>realaudiodec</name>
|
<name>realaudiodec</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Resin DVD playback elements</description>
|
<description>Resin DVD playback elements</description>
|
||||||
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
||||||
<basename>libresindvd.so</basename>
|
<basename>libresindvd.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Connects to a VNC server and decodes RFB stream</description>
|
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||||
<basename>libgstrfbsrc.so</basename>
|
<basename>libgstrfbsrc.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>rfbsrc</name>
|
<name>rfbsrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>RTP Muxer plugins</description>
|
<description>RTP Muxer plugins</description>
|
||||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||||
<basename>libgstrtpmux.so</basename>
|
<basename>libgstrtpmux.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>rtpdtmfmux</name>
|
<name>rtpdtmfmux</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Scale audio tempo in sync with playback rate</description>
|
<description>Scale audio tempo in sync with playback rate</description>
|
||||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||||
<basename>libgstscaletempoplugin.so</basename>
|
<basename>libgstscaletempoplugin.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
76
docs/plugins/inspect/plugin-schro.xml
Normal file
76
docs/plugins/inspect/plugin-schro.xml
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<plugin>
|
||||||
|
<name>schro</name>
|
||||||
|
<description>Schroedinger plugin</description>
|
||||||
|
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||||
|
<basename>libgstschro.so</basename>
|
||||||
|
<version>0.10.14</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>schrodec</name>
|
||||||
|
<longname>Dirac Decoder</longname>
|
||||||
|
<class>Codec/Decoder/Video</class>
|
||||||
|
<description>Decode Dirac streams</description>
|
||||||
|
<author>David Schleef <ds@schleef.org></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-dirac</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>schroenc</name>
|
||||||
|
<longname>Dirac Encoder</longname>
|
||||||
|
<class>Codec/Encoder/Video</class>
|
||||||
|
<description>Encode raw video into Dirac stream</description>
|
||||||
|
<author>David Schleef <ds@schleef.org></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-dirac; video/x-qt-part; video/x-mp4-part</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>schroparse</name>
|
||||||
|
<longname>Dirac Parser</longname>
|
||||||
|
<class>Codec/Parser/Video</class>
|
||||||
|
<description>Parse Dirac streams</description>
|
||||||
|
<author>David Schleef <ds@schleef.org></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-dirac</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-dirac; video/x-qt-part; video/x-avi-part; video/x-mp4-part</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
|
@ -3,11 +3,11 @@
|
||||||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||||
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
||||||
<basename>libgstsdl.so</basename>
|
<basename>libgstsdl.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>sdlaudiosink</name>
|
<name>sdlaudiosink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>configure streaming sessions using SDP</description>
|
<description>configure streaming sessions using SDP</description>
|
||||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||||
<basename>libgstsdpelem.so</basename>
|
<basename>libgstsdpelem.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>sdpdemux</name>
|
<name>sdpdemux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>input/output stream selector elements</description>
|
<description>input/output stream selector elements</description>
|
||||||
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
||||||
<basename>libgstselector.so</basename>
|
<basename>libgstselector.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>input-selector</name>
|
<name>input-selector</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Shape Wipe transition filter</description>
|
<description>Shape Wipe transition filter</description>
|
||||||
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
||||||
<basename>libgstshapewipe.so</basename>
|
<basename>libgstshapewipe.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>shapewipe</name>
|
<name>shapewipe</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>use libsndfile to read and write audio from and to files</description>
|
<description>use libsndfile to read and write audio from and to files</description>
|
||||||
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
||||||
<basename>libgstsndfile.so</basename>
|
<basename>libgstsndfile.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>sfsink</name>
|
<name>sfsink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Audio Pitch Controller & BPM Detection</description>
|
<description>Audio Pitch Controller & BPM Detection</description>
|
||||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||||
<basename>libgstsoundtouch.so</basename>
|
<basename>libgstsoundtouch.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>bpmdetect</name>
|
<name>bpmdetect</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||||
<basename>libgstspeed.so</basename>
|
<basename>libgstspeed.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>speed</name>
|
<name>speed</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
||||||
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
||||||
<basename>libgststereo.so</basename>
|
<basename>libgststereo.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>stereo</name>
|
<name>stereo</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>subtitle encoders</description>
|
<description>subtitle encoders</description>
|
||||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||||
<basename>libgstsubenc.so</basename>
|
<basename>libgstsubenc.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>srtenc</name>
|
<name>srtenc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>TTA lossless audio format handling</description>
|
<description>TTA lossless audio format handling</description>
|
||||||
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||||
<basename>libgsttta.so</basename>
|
<basename>libgsttta.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>ttadec</name>
|
<name>ttadec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Valve</description>
|
<description>Valve</description>
|
||||||
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
||||||
<basename>libgstvalve.so</basename>
|
<basename>libgstvalve.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>valve</name>
|
<name>valve</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Asynchronous read from VCD disk</description>
|
<description>Asynchronous read from VCD disk</description>
|
||||||
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
||||||
<basename>libgstvcdsrc.so</basename>
|
<basename>libgstvcdsrc.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>vcdsrc</name>
|
<name>vcdsrc</name>
|
||||||
|
|
76
docs/plugins/inspect/plugin-vdpau.xml
Normal file
76
docs/plugins/inspect/plugin-vdpau.xml
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<plugin>
|
||||||
|
<name>vdpau</name>
|
||||||
|
<description>Various elements utilizing VDPAU</description>
|
||||||
|
<filename>../../sys/vdpau/.libs/libgstvdpau.so</filename>
|
||||||
|
<basename>libgstvdpau.so</basename>
|
||||||
|
<version>0.10.14</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer</package>
|
||||||
|
<origin>http://gstreamer.net/</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>vdpaumpegdec</name>
|
||||||
|
<longname>VDPAU Mpeg Decoder</longname>
|
||||||
|
<class>Decoder</class>
|
||||||
|
<description>decode mpeg stream with vdpau</description>
|
||||||
|
<author>Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-vdpau-video, chroma-type=(int)[ 0, 2 ], width=(int)[ 1, 4096 ], height=(int)[ 1, 4096 ]</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false, parsed=(boolean)true</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>vdpauvideoyuv</name>
|
||||||
|
<longname>VdpauVideoYUV</longname>
|
||||||
|
<class>Covideo_yuv/Decoder/Video</class>
|
||||||
|
<description>VDPAU video surface to YUV</description>
|
||||||
|
<author>Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-raw-yuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-vdpau-video, chroma-type=(int)[ 0, 2 ], width=(int)[ 1, 4096 ], height=(int)[ 1, 4096 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>vdpauyuvvideo</name>
|
||||||
|
<longname>VdpauYUVVideo</longname>
|
||||||
|
<class>Coyuv_video/Decoder/Video</class>
|
||||||
|
<description>VDPAU video surface to YUV</description>
|
||||||
|
<author>Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-vdpau-video, chroma-type=(int)[ 0, 2 ], width=(int)[ 1, 4096 ], height=(int)[ 1, 4096 ]</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-raw-yuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Various video signal analysers</description>
|
<description>Various video signal analysers</description>
|
||||||
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
||||||
<basename>libgstvideosignal.so</basename>
|
<basename>libgstvideosignal.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>videoanalyse</name>
|
<name>videoanalyse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>VMnc video plugin library</description>
|
<description>VMnc video plugin library</description>
|
||||||
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
||||||
<basename>libgstvmnc.so</basename>
|
<basename>libgstvmnc.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>vmncdec</name>
|
<name>vmncdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Wildmidi Plugin</description>
|
<description>Wildmidi Plugin</description>
|
||||||
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
||||||
<basename>libgstwildmidi.so</basename>
|
<basename>libgstwildmidi.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>wildmidi</name>
|
<name>wildmidi</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>XDG-MIME</description>
|
<description>XDG-MIME</description>
|
||||||
<filename>../../gst/xdgmime/.libs/libgstxdgmime.so</filename>
|
<filename>../../gst/xdgmime/.libs/libgstxdgmime.so</filename>
|
||||||
<basename>libgstxdgmime.so</basename>
|
<basename>libgstxdgmime.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
|
|
||||||
</elements>
|
</elements>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>XviD plugin library</description>
|
<description>XviD plugin library</description>
|
||||||
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
||||||
<basename>libgstxvid.so</basename>
|
<basename>libgstxvid.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>xviddec</name>
|
<name>xviddec</name>
|
||||||
|
|
|
@ -34,6 +34,17 @@ real live maintainer, or some actual wide use.
|
||||||
</CVSRepository>
|
</CVSRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.10.14</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>Your New Best Friends</name>
|
||||||
|
<created>2009-08-29</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.14.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.14.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.13</revision>
|
<revision>0.10.13</revision>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* package name in plugins */
|
||||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git/prerelease"
|
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
|
||||||
|
|
||||||
/* package origin */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
#undef USE_POISONING
|
#undef USE_POISONING
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.10.13.5"
|
#define VERSION "0.10.14"
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|
Loading…
Reference in a new issue