mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
release 0.10.15
This commit is contained in:
parent
035589e8c0
commit
872b6c8702
102 changed files with 698 additions and 9414 deletions
101
ChangeLog
101
ChangeLog
|
@ -1,3 +1,104 @@
|
|||
=== release 0.10.15 ===
|
||||
|
||||
2009-10-21 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.15, "Ending the war"
|
||||
|
||||
2009-10-16 14:37:02 -0700 Michael Smith <msmith@songbirdnest.com>
|
||||
|
||||
* gst/id3tag/id3tag.c:
|
||||
id3tag: actually write image to APIC tag.
|
||||
|
||||
2009-10-16 12:30:59 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* configure.ac:
|
||||
* win32/common/config.h:
|
||||
0.10.14.4 pre-release
|
||||
|
||||
2009-10-16 11:53:14 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* sys/vdpau/Makefile.am:
|
||||
dist: Include vdpsink.h in the tarball to fix the dist.
|
||||
|
||||
2009-10-16 11:08:05 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* ext/dts/gstdtsdec.c:
|
||||
dtsdec: Use gst_buffer_ref/unref, not gst_object_ref/unref
|
||||
properly fixes: #598274
|
||||
|
||||
2009-10-16 01:26:10 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* gst/autoconvert/gstautoconvert.c:
|
||||
autoconvert: Use gst_pad_peer_accept_caps instead of gst_pad_set_caps.
|
||||
gst_pad_set_caps on the internal source pad always succeeds, because
|
||||
caps propagate to the peer with buffers, not immediately. Using
|
||||
gst_pad_peer_accept_caps properly checks whether the actual
|
||||
sub-element can accept caps when they change.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=575568
|
||||
|
||||
2009-10-16 01:09:49 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* ext/resindvd/resindvdsrc.c:
|
||||
resindvd: Re-send audio stream select on re-configuration
|
||||
When the layout of the audio streams changes, re-send the current
|
||||
audio stream selection event, in order to trigger switching to the
|
||||
new stream properly.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=575568
|
||||
|
||||
2009-10-16 00:50:31 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* ext/resindvd/resindvdsrc.c:
|
||||
resindvd: Fix a small flaw - if any audio stream exists, use it
|
||||
Don't create a dummy audio stream if only non-AC3 tracks exist.
|
||||
|
||||
2009-10-16 10:16:33 +0300 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* common:
|
||||
Automatic update of common submodule
|
||||
From 85d1530 to 0702fe1
|
||||
|
||||
2009-10-15 23:48:53 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* ChangeLog:
|
||||
* configure.ac:
|
||||
* po/af.po:
|
||||
* po/az.po:
|
||||
* po/bg.po:
|
||||
* po/ca.po:
|
||||
* po/cs.po:
|
||||
* po/da.po:
|
||||
* po/de.po:
|
||||
* po/en_GB.po:
|
||||
* po/es.po:
|
||||
* po/eu.po:
|
||||
* po/fi.po:
|
||||
* po/fr.po:
|
||||
* po/hu.po:
|
||||
* po/id.po:
|
||||
* po/it.po:
|
||||
* po/ja.po:
|
||||
* po/ky.po:
|
||||
* po/lt.po:
|
||||
* po/lv.po:
|
||||
* po/mt.po:
|
||||
* po/nb.po:
|
||||
* po/nl.po:
|
||||
* po/or.po:
|
||||
* po/pl.po:
|
||||
* po/pt_BR.po:
|
||||
* po/ru.po:
|
||||
* po/sk.po:
|
||||
* po/sq.po:
|
||||
* po/sr.po:
|
||||
* po/sv.po:
|
||||
* po/tr.po:
|
||||
* po/uk.po:
|
||||
* po/vi.po:
|
||||
* po/zh_CN.po:
|
||||
* win32/common/config.h:
|
||||
0.10.14.3 pre-release
|
||||
|
||||
2009-10-14 11:06:46 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* ext/resindvd/rsndec.c:
|
||||
|
|
56
NEWS
56
NEWS
|
@ -1,4 +1,58 @@
|
|||
This is GStreamer Bad Plug-ins 0.10.14, "Your New Best Friends"
|
||||
This is GStreamer Bad Plug-ins 0.10.15, "Ending the war"
|
||||
|
||||
Changes since 0.10.14:
|
||||
|
||||
* Add barcode scanner plugin using the zbar library
|
||||
* Improvements to camerabin
|
||||
* Support audio-track format switching in DVD
|
||||
* Improve parsing and display of PGS subpictures
|
||||
* Add Cog plugin
|
||||
* Add LV2 plugin support
|
||||
* Improve VDPAU plugin. Add post-processing support
|
||||
* Add videomeasure plugin
|
||||
* Improve Siren codec
|
||||
* Improved Directshow capture element
|
||||
* Add EAC3 mapping in MPEG-TS playback
|
||||
* Improve AAC encoding
|
||||
* Improved MIDI file playback
|
||||
* Improve H-264 parsing
|
||||
* Add MPEG-PS muxer
|
||||
* Add PNM encoder and decoder
|
||||
* Add SVG decoder
|
||||
* Update GLib dependency to GLib 2.16
|
||||
* Various other bug fixes and improvements (see ChangeLog)
|
||||
|
||||
Bugs fixed since 0.10.14:
|
||||
|
||||
* 303975 : Add tar support
|
||||
* 519001 : [wildmidi] Doesn't handle seeking correctly
|
||||
* 575261 : Do not use the outdated Debian/Ubuntu libass libraries!
|
||||
* 583901 : aacparse fails for remuxing
|
||||
* 589609 : [PATCH] fix dvdspu crash when subtitles do not fit the incoming video
|
||||
* 593348 : faac encoder produces first buffer with wrong duration
|
||||
* 593625 : Broken Compilation, missing files with latest commits in git repository
|
||||
* 593683 : Typo in variable name for libraries to link against
|
||||
* 593864 : pcapparse: Set the GStreamer timestamp according to the pcap timestamps
|
||||
* 594030 : [mpegtsdemux] Support for AC3/EAC3 not 100% correct
|
||||
* 594277 : Make the default segment of outputselector TIME instead of UNDEFINED
|
||||
* 594278 : dshowvideosink: remove unused variable
|
||||
* 594279 : dshowsrcwrapper: use tchar macro for string literals
|
||||
* 594321 : Videomeasure plugin
|
||||
* 594382 : assrender: Fix compilation with libass = 0.9.6
|
||||
* 594489 : broken compilation for mpegdemux
|
||||
* 594715 : libgstsignalprocessor install issues
|
||||
* 594812 : [mpegpsdemux] Seeking broken for MPEG PS cut from VOB file
|
||||
* 595215 : PNM encoder doesn't support ASCII encoding
|
||||
* 595409 : PNM decoder can't decode ASCII encoded files.
|
||||
* 596285 : gstvideomeasure crashes at the end of some streams
|
||||
* 596743 : qtmux: fix flags_as_uint to flags[]
|
||||
* 598139 : faad element leaks itself.
|
||||
* 598263 : refcount leak in resindvd
|
||||
* 598274 : dtsdec leaks input buffers
|
||||
* 598369 : Properly detect pre-releases
|
||||
* 598733 : id3mux doesn't write image to APIC tag
|
||||
* 582779 : [resindvd] Add support for other audio codecs than ac3
|
||||
* 595700 : PNM decoder doesn't handle ASCII encoded pnm data split over several buffers
|
||||
|
||||
Changes since 0.10.13:
|
||||
|
||||
|
|
133
RELEASE
133
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Bad Plug-ins 0.10.14 "Your New Best Friends"
|
||||
Release notes for GStreamer Bad Plug-ins 0.10.15 "Ending the war"
|
||||
|
||||
|
||||
|
||||
|
@ -60,63 +60,57 @@ contains a set of well-supported plug-ins, but might pose problems for
|
|||
|
||||
Features of this release
|
||||
|
||||
* 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
|
||||
* Add barcode scanner plugin using the zbar library
|
||||
* Improvements to camerabin
|
||||
* Support audio-track format switching in DVD
|
||||
* Improve parsing and display of PGS subpictures
|
||||
* Add Cog plugin
|
||||
* Add LV2 plugin support
|
||||
* Improve VDPAU plugin. Add post-processing support
|
||||
* Add videomeasure plugin
|
||||
* Improve Siren codec
|
||||
* Improved Directshow capture element
|
||||
* Add EAC3 mapping in MPEG-TS playback
|
||||
* Improve AAC encoding
|
||||
* Improved MIDI file playback
|
||||
* Improve H-264 parsing
|
||||
* Add MPEG-PS muxer
|
||||
* Add PNM encoder and decoder
|
||||
* Add SVG decoder
|
||||
* Update GLib dependency to GLib 2.16
|
||||
* Various other bug fixes and improvements (see ChangeLog)
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 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
|
||||
* 303975 : Add tar support
|
||||
* 519001 : [wildmidi] Doesn't handle seeking correctly
|
||||
* 575261 : Do not use the outdated Debian/Ubuntu libass libraries!
|
||||
* 583901 : aacparse fails for remuxing
|
||||
* 589609 : [PATCH] fix dvdspu crash when subtitles do not fit the incoming video
|
||||
* 593348 : faac encoder produces first buffer with wrong duration
|
||||
* 593625 : Broken Compilation, missing files with latest commits in git repository
|
||||
* 593683 : Typo in variable name for libraries to link against
|
||||
* 593864 : pcapparse: Set the GStreamer timestamp according to the pcap timestamps
|
||||
* 594030 : [mpegtsdemux] Support for AC3/EAC3 not 100% correct
|
||||
* 594277 : Make the default segment of outputselector TIME instead of UNDEFINED
|
||||
* 594278 : dshowvideosink: remove unused variable
|
||||
* 594279 : dshowsrcwrapper: use tchar macro for string literals
|
||||
* 594321 : Videomeasure plugin
|
||||
* 594382 : assrender: Fix compilation with libass = 0.9.6
|
||||
* 594489 : broken compilation for mpegdemux
|
||||
* 594715 : libgstsignalprocessor install issues
|
||||
* 594812 : [mpegpsdemux] Seeking broken for MPEG PS cut from VOB file
|
||||
* 595215 : PNM encoder doesn't support ASCII encoding
|
||||
* 595409 : PNM decoder can't decode ASCII encoded files.
|
||||
* 596285 : gstvideomeasure crashes at the end of some streams
|
||||
* 596743 : qtmux: fix flags_as_uint to flags[]
|
||||
* 598139 : faad element leaks itself.
|
||||
* 598263 : refcount leak in resindvd
|
||||
* 598274 : dtsdec leaks input buffers
|
||||
* 598369 : Properly detect pre-releases
|
||||
* 598733 : id3mux doesn't write image to APIC tag
|
||||
* 582779 : [resindvd] Add support for other audio codecs than ac3
|
||||
* 595700 : PNM decoder doesn't handle ASCII encoded pnm data split over several buffers
|
||||
|
||||
Download
|
||||
|
||||
|
@ -145,42 +139,33 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Aleksey Yulin
|
||||
* Andoni Morales
|
||||
* Arek Korbik
|
||||
* Austin Lund
|
||||
* Branko Subasic
|
||||
* Alessandro Decina
|
||||
* Carl-Anton Ingmarsson
|
||||
* Changwoo Ryu
|
||||
* Christian Schaller
|
||||
* Dave Robillard
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Garrett D'Amore
|
||||
* Iago Toral
|
||||
* Havard Graff
|
||||
* Jan Schmidt
|
||||
* Jan Urbanski
|
||||
* Joni Valtanen
|
||||
* Josep Torra
|
||||
* Julien Isorce
|
||||
* Lasse Laukkanen
|
||||
* Lin Yang
|
||||
* Lutz Mueller
|
||||
* Marc-André Lureau
|
||||
* Mark Nauwelaerts
|
||||
* Matijs van Zuijlen
|
||||
* Maximilian Högner
|
||||
* Michael Pyne
|
||||
* Miguel Àngel Farré
|
||||
* Mikael Magnusson
|
||||
* Michael Smith
|
||||
* Olivier Crête
|
||||
* Руслан Ижбулатов
|
||||
* Peter Christoffersen
|
||||
* Peter Kjellerstedt
|
||||
* René Stadler
|
||||
* Sebastian Dröge
|
||||
* Sebastian Pölsterl
|
||||
* Stefan Kost
|
||||
* Thiago Santos
|
||||
* Tim-Philipp Müller
|
||||
* Tommi Myöhänen
|
||||
* Vincent Penquerc'h
|
||||
* Wim Taymans
|
||||
* Zaheer Abbas Merali
|
||||
* Zaheer Merali
|
||||
* Zeeshan Ali (Khattak)
|
||||
* Руслан Ижбулатов
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.14.4,
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.15,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-bad)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<ARG>
|
||||
<NAME>GstPitch::pitch</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[0,1,10]</RANGE>
|
||||
<RANGE>[0.1,10]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Pitch</NICK>
|
||||
<BLURB>Audio stream pitch.</BLURB>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<ARG>
|
||||
<NAME>GstPitch::rate</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[0,1,10]</RANGE>
|
||||
<RANGE>[0.1,10]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Rate</NICK>
|
||||
<BLURB>Audio stream rate.</BLURB>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<ARG>
|
||||
<NAME>GstPitch::tempo</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[0,1,10]</RANGE>
|
||||
<RANGE>[0.1,10]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Tempo</NICK>
|
||||
<BLURB>Audio stream tempo.</BLURB>
|
||||
|
@ -1341,7 +1341,7 @@
|
|||
<ARG>
|
||||
<NAME>GstSpeed::speed</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[0,1,40]</RANGE>
|
||||
<RANGE>[0.1,40]</RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>speed</NICK>
|
||||
<BLURB>speed.</BLURB>
|
||||
|
@ -16865,7 +16865,7 @@
|
|||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Dry-Wet-Balance</NICK>
|
||||
<BLURB>Dry-Wet-Balance.</BLURB>
|
||||
<DEFAULT>0,5</DEFAULT>
|
||||
<DEFAULT>0.5</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -17815,7 +17815,7 @@
|
|||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Pattern sensitivity</NICK>
|
||||
<BLURB>The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest).</BLURB>
|
||||
<DEFAULT>0,3</DEFAULT>
|
||||
<DEFAULT>0.3</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -17855,7 +17855,7 @@
|
|||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Pattern center</NICK>
|
||||
<BLURB>The center of the black/white separation (0.0 = lowest, 1.0 highest).</BLURB>
|
||||
<DEFAULT>0,5</DEFAULT>
|
||||
<DEFAULT>0.5</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -18015,7 +18015,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>stereo</NICK>
|
||||
<BLURB>stereo.</BLURB>
|
||||
<DEFAULT>0,1</DEFAULT>
|
||||
<DEFAULT>0.1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -22500,13 +22500,13 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Overlap Length</NICK>
|
||||
<BLURB>Percentage of stride to overlap.</BLURB>
|
||||
<DEFAULT>0,2</DEFAULT>
|
||||
<DEFAULT>0.2</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstScaletempo::rate</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE>[-2,14748e+09,2,14748e+09]</RANGE>
|
||||
<RANGE>[-2.14748e+09,2.14748e+09]</RANGE>
|
||||
<FLAGS>r</FLAGS>
|
||||
<NICK>Playback Rate</NICK>
|
||||
<BLURB>Current playback rate.</BLURB>
|
||||
|
@ -28170,7 +28170,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Deviation (for Gauss function)</NICK>
|
||||
<BLURB>Used to calculate Gussian weights (only when using Gaussian window).</BLURB>
|
||||
<DEFAULT>1,5</DEFAULT>
|
||||
<DEFAULT>1.5</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
|
|
@ -13,582 +13,170 @@ GObject
|
|||
GstCameraBin
|
||||
RsnDvdBin
|
||||
DvbBaseBin
|
||||
GstFPSDisplaySink
|
||||
GstAutoConvert
|
||||
GstSDPDemux
|
||||
GstBaseTransform
|
||||
GstVideoFilter
|
||||
GstZBar
|
||||
GstVideoAnalyse
|
||||
GstVideoDetect
|
||||
GstVideoMark
|
||||
GstCogdownsample
|
||||
GstCogcolorspace
|
||||
GstCogScale
|
||||
GstColorconvert
|
||||
GstLogoinsert
|
||||
GstAudioFilter
|
||||
GstBPMDetect
|
||||
GstStereo
|
||||
GstMeasureCollector
|
||||
GstHDVParse
|
||||
GstCapsSetter
|
||||
GstLegacyresample
|
||||
GstScaletempo
|
||||
GstBayer2RGB
|
||||
GstMSE
|
||||
GstRsvgDec
|
||||
GstSignalProcessor
|
||||
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-Fluidsynth
|
||||
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
|
||||
http---calf-sourceforge-net-plugins-Wavetable
|
||||
http---calf-sourceforge-net-small-plugins-allpass
|
||||
http---calf-sourceforge-net-small-plugins-bandpass6
|
||||
http---calf-sourceforge-net-small-plugins-between-c
|
||||
http---calf-sourceforge-net-small-plugins-bit-and-c
|
||||
http---calf-sourceforge-net-small-plugins-bit-or-c
|
||||
http---calf-sourceforge-net-small-plugins-bit-xor-c
|
||||
http---calf-sourceforge-net-small-plugins-ccfilter-m
|
||||
http---calf-sourceforge-net-small-plugins-channel-less-than-m
|
||||
http---calf-sourceforge-net-small-plugins-channelfilter-m
|
||||
http---calf-sourceforge-net-small-plugins-clip-c
|
||||
http---calf-sourceforge-net-small-plugins-copy-em
|
||||
http---calf-sourceforge-net-small-plugins-counter-c
|
||||
http---calf-sourceforge-net-small-plugins-crossfader2-a
|
||||
http---calf-sourceforge-net-small-plugins-crossfader2-c
|
||||
http---calf-sourceforge-net-small-plugins-eventmerge-e
|
||||
http---calf-sourceforge-net-small-plugins-exp-inertia-c
|
||||
http---calf-sourceforge-net-small-plugins-flipflop-c
|
||||
http---calf-sourceforge-net-small-plugins-highpass12
|
||||
http---calf-sourceforge-net-small-plugins-highpass6
|
||||
http---calf-sourceforge-net-small-plugins-ifthenelse-c
|
||||
http---calf-sourceforge-net-small-plugins-key-less-than-m
|
||||
http---calf-sourceforge-net-small-plugins-keyfilter-m
|
||||
http---calf-sourceforge-net-small-plugins-less-c
|
||||
http---calf-sourceforge-net-small-plugins-level2edge-c
|
||||
http---calf-sourceforge-net-small-plugins-lin2exp
|
||||
http---calf-sourceforge-net-small-plugins-linear-inertia-c
|
||||
http---calf-sourceforge-net-small-plugins-logical-and-c
|
||||
http---calf-sourceforge-net-small-plugins-logical-not-c
|
||||
http---calf-sourceforge-net-small-plugins-logical-or-c
|
||||
http---calf-sourceforge-net-small-plugins-logical-xor-c
|
||||
http---calf-sourceforge-net-small-plugins-lowpass12
|
||||
http---calf-sourceforge-net-small-plugins-lowpass6
|
||||
http---calf-sourceforge-net-small-plugins-max
|
||||
http---calf-sourceforge-net-small-plugins-max-c
|
||||
http---calf-sourceforge-net-small-plugins-min
|
||||
http---calf-sourceforge-net-small-plugins-min-c
|
||||
http---calf-sourceforge-net-small-plugins-minus
|
||||
http---calf-sourceforge-net-small-plugins-minus-c
|
||||
http---calf-sourceforge-net-small-plugins-msgread-e
|
||||
http---calf-sourceforge-net-small-plugins-mul
|
||||
http---calf-sourceforge-net-small-plugins-mul-c
|
||||
http---calf-sourceforge-net-small-plugins-mux16-c
|
||||
http---calf-sourceforge-net-small-plugins-mux4-c
|
||||
http---calf-sourceforge-net-small-plugins-mux8-c
|
||||
http---calf-sourceforge-net-small-plugins-neg
|
||||
http---calf-sourceforge-net-small-plugins-neg-c
|
||||
http---calf-sourceforge-net-small-plugins-notch6
|
||||
http---calf-sourceforge-net-small-plugins-notefilter-m
|
||||
http---calf-sourceforge-net-small-plugins-pcfilter-m
|
||||
http---calf-sourceforge-net-small-plugins-pitchbendfilter-m
|
||||
http---calf-sourceforge-net-small-plugins-pressurefilter-m
|
||||
http---calf-sourceforge-net-small-plugins-print-a
|
||||
http---calf-sourceforge-net-small-plugins-print-c
|
||||
http---calf-sourceforge-net-small-plugins-print-e
|
||||
http---calf-sourceforge-net-small-plugins-print-em
|
||||
http---calf-sourceforge-net-small-plugins-prio-enc8-c
|
||||
http---calf-sourceforge-net-small-plugins-prio-mux-c
|
||||
http---calf-sourceforge-net-small-plugins-pulse-lfo
|
||||
http---calf-sourceforge-net-small-plugins-quadpower-a
|
||||
http---calf-sourceforge-net-small-plugins-quadpower-c
|
||||
http---calf-sourceforge-net-small-plugins-sample-hold-edge-c
|
||||
http---calf-sourceforge-net-small-plugins-sample-hold-level-c
|
||||
http---calf-sourceforge-net-small-plugins-saw-lfo
|
||||
http---calf-sourceforge-net-small-plugins-saw-osc
|
||||
http---calf-sourceforge-net-small-plugins-schmitt-c
|
||||
http---calf-sourceforge-net-small-plugins-setchannel-m
|
||||
http---calf-sourceforge-net-small-plugins-square-lfo
|
||||
http---calf-sourceforge-net-small-plugins-square-osc
|
||||
http---calf-sourceforge-net-small-plugins-systemfilter-m
|
||||
http---calf-sourceforge-net-small-plugins-timer-c
|
||||
http---calf-sourceforge-net-small-plugins-transpose-m
|
||||
http---calf-sourceforge-net-small-plugins-trigger-a2c
|
||||
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-Filter
|
||||
ladspa-Filterclavier
|
||||
ladspa-Flanger
|
||||
ladspa-Reverb
|
||||
ladspa-VintageDelay
|
||||
ladspa-RotarySpeaker
|
||||
ladspa-Phaser
|
||||
ladspa-MultiChorus
|
||||
ladspa-Compressor
|
||||
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
|
||||
GstModPlug
|
||||
GstXvidEnc
|
||||
GstXvidDec
|
||||
GstWildmidi
|
||||
GstTimidity
|
||||
GstSpcDec
|
||||
GstPitch
|
||||
GstBaseSink
|
||||
GstSFSink
|
||||
GstVideoSink
|
||||
GstSDLVideoSink
|
||||
GstDfbVideoSink
|
||||
GstBaseAudioSink
|
||||
GstAudioSink
|
||||
GstSDLAudioSink
|
||||
GstNasSink
|
||||
GstApExSink
|
||||
GstOss4Sink
|
||||
GstJackAudioSink
|
||||
AlsaSPDIFSink
|
||||
GstFBDEVSink
|
||||
GstDCCPServerSink
|
||||
GstDCCPClientSink
|
||||
GstFPSDisplaySink
|
||||
GstBz2enc
|
||||
GstBz2dec
|
||||
GstGmeDec
|
||||
GstMplex
|
||||
GstBaseSrc
|
||||
GstSFSrc
|
||||
GstPushSrc
|
||||
GstNeonhttpSrc
|
||||
GstMythtvSrc
|
||||
GstDc1394
|
||||
GstMMS
|
||||
GstBaseAudioSrc
|
||||
GstJackAudioSrc
|
||||
GstAudioSrc
|
||||
GstOss4Source
|
||||
GstDc1394
|
||||
GstVCDSrc
|
||||
GstDvbSrc
|
||||
GstRfbSrc
|
||||
GstDCCPClientSrc
|
||||
GstDCCPServerSrc
|
||||
GstRfbSrc
|
||||
GstSFSrc
|
||||
GstDTMFSrc
|
||||
GstRTPDTMFSrc
|
||||
GstTRM
|
||||
GstCDAudio
|
||||
GstBaseSink
|
||||
GstVideoSink
|
||||
GstDfbVideoSink
|
||||
GstSDLVideoSink
|
||||
GstBaseAudioSink
|
||||
GstAudioSink
|
||||
GstSDLAudioSink
|
||||
GstApExSink
|
||||
GstNasSink
|
||||
GstOss4Sink
|
||||
GstJackAudioSink
|
||||
GstSFSink
|
||||
AlsaSPDIFSink
|
||||
GstFBDEVSink
|
||||
GstDCCPServerSink
|
||||
GstDCCPClientSink
|
||||
GstKateDec
|
||||
GstKateEnc
|
||||
GstKateParse
|
||||
GstKateTag
|
||||
GstFaad
|
||||
GstCeltEnc
|
||||
GstCeltDec
|
||||
GstSpcDec
|
||||
GstWildmidi
|
||||
GstRsvgDec
|
||||
GstBaseTransform
|
||||
GstAudioFilter
|
||||
GstOFA
|
||||
GstBPMDetect
|
||||
GstStereo
|
||||
GstBayer2RGB
|
||||
GstScaletempo
|
||||
GstHDVParse
|
||||
GstDeinterlace
|
||||
GstVideoFilter
|
||||
GstVideoAnalyse
|
||||
GstVideoDetect
|
||||
GstVideoMark
|
||||
GstCapsSetter
|
||||
GstIIR
|
||||
GstLegacyresample
|
||||
GstMeasureCollector
|
||||
GstSignalProcessor
|
||||
ladspa-noise-white
|
||||
ladspa-delay-5s
|
||||
ladspa-amp-mono
|
||||
ladspa-amp-stereo
|
||||
ladspa-sine-faaa
|
||||
ladspa-sine-faac
|
||||
ladspa-sine-fcaa
|
||||
ladspa-sine-fcac
|
||||
ladspa-lpf
|
||||
ladspa-hpf
|
||||
GstXvidEnc
|
||||
GstXvidDec
|
||||
GstPitch
|
||||
GstMusepackDec
|
||||
GstMplex
|
||||
GstMpeg2enc
|
||||
GstMimEnc
|
||||
GstMimDec
|
||||
GstGSMEnc
|
||||
GstGSMDec
|
||||
GstFaac
|
||||
GstDtsDec
|
||||
Gstassrender
|
||||
GstBaseVideoCodec
|
||||
GstBaseVideoEncoder
|
||||
GstDiracEnc
|
||||
GstTRM
|
||||
GstBaseMetadata
|
||||
GstMetadataDemux
|
||||
GstMetadataMux
|
||||
GstGSMEnc
|
||||
GstGSMDec
|
||||
GstFaad
|
||||
GstFaac
|
||||
GstDtsDec
|
||||
GstCeltEnc
|
||||
GstCeltDec
|
||||
GstCDAudio
|
||||
GstBz2enc
|
||||
GstBz2dec
|
||||
GstAmrwbDec
|
||||
GstAmrwbParse
|
||||
GstAmrwbEnc
|
||||
GstOss4Mixer
|
||||
GstSSim
|
||||
MpegPsMux
|
||||
GstShapeWipe
|
||||
GstValve
|
||||
GstSirenDec
|
||||
GstSirenEnc
|
||||
GstRTPMux
|
||||
GstRTPDTMFMux
|
||||
GstLiveAdder
|
||||
GstBaseRTPDepayload
|
||||
GstRtpDTMFDepay
|
||||
GstId3BaseMux
|
||||
GstId3Mux
|
||||
GstVMncDec
|
||||
GstTtaParse
|
||||
GstTtaDec
|
||||
GstSrtEnc
|
||||
ADPCMDec
|
||||
GstSpeed
|
||||
GstInputSelector
|
||||
GstOutputSelector
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
GstRawParse
|
||||
GstVideoParse
|
||||
GstAudioParse
|
||||
GstQTMux
|
||||
GstMP4Mux
|
||||
GstGPPMux
|
||||
GstMJ2Mux
|
||||
GstPcapParse
|
||||
GstNuvDemux
|
||||
GstNsfDec
|
||||
GstMXFDemux
|
||||
GstMXFMux
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
MpegVideoParse
|
||||
MpegTsMux
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
MpegTSParse
|
||||
GstMpeg4VParse
|
||||
GstH264Parse
|
||||
GstFreeze
|
||||
GstPnmdec
|
||||
GstPnmenc
|
||||
GstFestival
|
||||
GstDVDSpu
|
||||
GstAmrBaseParse
|
||||
GstAmrParse
|
||||
GstAsfMux
|
||||
GstBaseRTPPayload
|
||||
GstRtpAsfPay
|
||||
GstAsfParse
|
||||
GstFestival
|
||||
GstModPlug
|
||||
ADPCMDec
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
GstSrtEnc
|
||||
GstMpeg4VParse
|
||||
GstCDXAParse
|
||||
GstVcdParse
|
||||
GstAmrBaseParse
|
||||
GstAmrParse
|
||||
AIFFParse
|
||||
GstNsfDec
|
||||
GstSirenDec
|
||||
GstSirenEnc
|
||||
MpegTsMux
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
GstRTPMux
|
||||
GstRTPDTMFMux
|
||||
GstRawParse
|
||||
GstVideoParse
|
||||
GstAudioParse
|
||||
GstPcapParse
|
||||
GstInputSelector
|
||||
GstOutputSelector
|
||||
GstAacBaseParse
|
||||
GstAacParse
|
||||
GstVMncDec
|
||||
GstQTMux
|
||||
GstMP4Mux
|
||||
GstGPPMux
|
||||
GstMJ2Mux
|
||||
MpegVideoParse
|
||||
GstH264Parse
|
||||
GstMXFDemux
|
||||
GstMXFMux
|
||||
GstSpeed
|
||||
GstFreeze
|
||||
GstId3BaseMux
|
||||
GstId3Mux
|
||||
GstDVDSpu
|
||||
AIFFParse
|
||||
GstTtaParse
|
||||
GstTtaDec
|
||||
GstLiveAdder
|
||||
MpegPsMux
|
||||
GstValve
|
||||
GstBaseRTPDepayload
|
||||
GstRtpDTMFDepay
|
||||
GstSSim
|
||||
GstNuvDemux
|
||||
GstPnmdec
|
||||
GstPnmenc
|
||||
GstShapeWipe
|
||||
GstFLVDemux
|
||||
GstFlvMux
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
MpegTSParse
|
||||
GstDeinterlace2
|
||||
GstBus
|
||||
GstTask
|
||||
GstTaskPool
|
||||
|
@ -612,13 +200,13 @@ GInterface
|
|||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstURIHandler
|
||||
GstPreset
|
||||
GstImplementsInterface
|
||||
GstXOverlay
|
||||
GstNavigation
|
||||
GstTagSetter
|
||||
GstColorBalance
|
||||
GstXOverlay
|
||||
GstTagSetter
|
||||
GstPreset
|
||||
GstMixer
|
||||
GstPropertyProbe
|
||||
GstPhotography
|
||||
MXFDescriptiveMetadataFrameworkInterface
|
||||
GstPhotography
|
||||
|
|
|
@ -1,31 +1,37 @@
|
|||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstCameraBin GstChildProxy GstImplementsInterface GstTagSetter GstPhotography GstColorBalance
|
||||
RsnDvdBin GstURIHandler GstChildProxy
|
||||
DvbBaseBin GstURIHandler GstChildProxy
|
||||
GstFPSDisplaySink GstChildProxy
|
||||
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter GstPhotography
|
||||
RsnDvdBin GstChildProxy GstURIHandler
|
||||
DvbBaseBin GstChildProxy GstURIHandler
|
||||
GstAutoConvert GstChildProxy
|
||||
GstSDPDemux GstChildProxy
|
||||
GstXvidEnc GstPreset
|
||||
GstSDLVideoSink GstXOverlay GstImplementsInterface GstNavigation
|
||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||
GstApExSink GstImplementsInterface GstMixer
|
||||
GstOss4Sink GstPropertyProbe
|
||||
GstFPSDisplaySink GstChildProxy
|
||||
GstNeonhttpSrc GstURIHandler
|
||||
GstMythtvSrc GstURIHandler
|
||||
GstMMS GstURIHandler
|
||||
GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer
|
||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstVCDSrc GstURIHandler
|
||||
GstMpeg2enc GstPreset
|
||||
GstMetadataMux GstTagSetter
|
||||
GstFaac GstPreset
|
||||
GstCeltEnc GstPreset GstTagSetter
|
||||
GstCDAudio GstURIHandler
|
||||
GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer
|
||||
GstId3BaseMux GstTagSetter
|
||||
GstId3Mux GstTagSetter
|
||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
||||
GstApExSink GstImplementsInterface GstMixer
|
||||
GstOss4Sink GstPropertyProbe
|
||||
GstKateEnc GstTagSetter
|
||||
GstKateTag GstTagSetter
|
||||
GstCeltEnc GstTagSetter GstPreset
|
||||
GstXvidEnc GstPreset
|
||||
GstMpeg2enc GstPreset
|
||||
GstFaac GstPreset
|
||||
GstBaseVideoEncoder GstPreset
|
||||
GstDiracEnc GstPreset
|
||||
GstMetadataMux GstTagSetter
|
||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstAsfMux GstTagSetter
|
||||
GstQTMux GstTagSetter
|
||||
GstMP4Mux GstTagSetter
|
||||
GstGPPMux GstTagSetter
|
||||
GstMJ2Mux GstTagSetter
|
||||
GstAsfMux GstTagSetter
|
||||
GstId3BaseMux GstTagSetter
|
||||
GstId3Mux GstTagSetter
|
||||
GstFlvMux GstTagSetter
|
||||
GstDeinterlace2 GstChildProxy
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
GstChildProxy GstObject
|
||||
GstImplementsInterface GstObject GstElement
|
||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||
GstTagSetter GstObject GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstMixer GstObject GstImplementsInterface GstElement
|
||||
GstPhotography GstObject GstImplementsInterface GstElement
|
||||
GstImplementsInterface GstElement
|
||||
GstColorBalance GstImplementsInterface GstElement
|
||||
GstXOverlay GstImplementsInterface GstElement
|
||||
GstTagSetter GstElement
|
||||
GstMixer GstImplementsInterface GstElement
|
||||
MXFDescriptiveMetadataFrameworkInterface MXFMetadataBase MXFDescriptiveMetadata
|
||||
GstPhotography GstImplementsInterface GstElement
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Advanced Audio Coding Parser</description>
|
||||
<filename>../../gst/aacparse/.libs/libgstaacparse.so</filename>
|
||||
<basename>libgstaacparse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>aacparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>ADPCM decoder</description>
|
||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||
<basename>libgstadpcmdec.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>adpcmdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Parse an .aiff file into raw audio</description>
|
||||
<filename>../../gst/aiffparse/.libs/libgstaiffparse.so</filename>
|
||||
<basename>libgstaiffparse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>aiffparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Alsa plugin for S/PDIF output</description>
|
||||
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
||||
<basename>libgstalsaspdif.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>alsaspdifsink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Adaptive Multi-Rate Parser</description>
|
||||
<filename>../../gst/amrparse/.libs/libgstamrparse.so</filename>
|
||||
<basename>libgstamrparse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>amrparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Apple AirPort Express Plugin</description>
|
||||
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
||||
<basename>libgstapexsink.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>apexsink</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ASF Muxer Plugin</description>
|
||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||
<basename>libgstasfmux.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>gsoc2009 package</package>
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
<description>ASS/SSA subtitle renderer</description>
|
||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||
<basename>libgstassrender.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>assrender</name>
|
||||
<longname>ASS/SSA Render</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<class>Mixer/Video/Overlay/Subtitle</class>
|
||||
<description>Renders ASS/SSA subtitles with libass</description>
|
||||
<author>Benjamin Schmitz <vortex@wolpzone.de></author>
|
||||
<pads>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Selects convertor element based on caps</description>
|
||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||
<basename>libgstautoconvert.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>autoconvert</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Elements to convert Bayer images</description>
|
||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||
<basename>libgstbayer.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>bayer2rgb</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>bz2dec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>High level api for DC (Digital Camera) application</description>
|
||||
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
||||
<basename>libgstcamerabin.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>camerabin</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Play CD audio through the CD Drive</description>
|
||||
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
||||
<basename>libgstcdaudio.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cdaudio</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||
<basename>libgstcdxaparse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cdxaparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>CELT plugin library</description>
|
||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||
<basename>libgstcelt.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>celtdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>1394 IIDC Video Source</description>
|
||||
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
||||
<basename>libgstdc1394.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dc1394src</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data over the network via DCCP.</description>
|
||||
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
||||
<basename>libgstdccp.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>DCCP</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||
<basename>libgstdebugutilsbad.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>capssetter</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>DirectFB video output plugin</description>
|
||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||
<basename>libgstdfbvideosink.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dfbvideosink</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Dirac plugin</description>
|
||||
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
||||
<basename>libgstdirac.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-dirac</details>
|
||||
<details>video/x-dirac; video/x-qt-part; video/x-mp4-part</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>DTMF plugins</description>
|
||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||
<basename>libgstdtmf.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dtmfsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dtsdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dvbbasebin</name>
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
<description>DVD Sub-picture Overlay element</description>
|
||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||
<basename>libgstdvdspu.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dvdspu</name>
|
||||
<longname>GStreamer Sub-picture Overlay</longname>
|
||||
<class>Mixer/Video/Overlay/DVD/Bluray</class>
|
||||
<class>Mixer/Video/Overlay/SubPicture/DVD/Bluray</class>
|
||||
<description>Parses Sub-Picture command streams and renders the SPU overlay onto the video as it passes through</description>
|
||||
<author>Jan Schmidt <thaytan@noraisin.net></author>
|
||||
<pads>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Free AAC Encoder (FAAC)</description>
|
||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||
<basename>libgstfaac.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>faac</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>faad</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>linux framebuffer video sink</description>
|
||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||
<basename>libgstfbdevsink.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>fbdevsink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Synthesizes plain text into audio</description>
|
||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||
<basename>libgstfestival.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>festival</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Stream freezer</description>
|
||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||
<basename>libgstfreeze.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>freeze</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>frei0r plugin library</description>
|
||||
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
||||
<basename>libgstfrei0r.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
|
||||
</elements>
|
||||
|
|
34
docs/plugins/inspect/plugin-gmedec.xml
Normal file
34
docs/plugins/inspect/plugin-gmedec.xml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<plugin>
|
||||
<name>gmedec</name>
|
||||
<description>GME Audio Decoder</description>
|
||||
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
||||
<basename>libgstgme.so</basename>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>gmedec</name>
|
||||
<longname>Gaming console music file decoder</longname>
|
||||
<class>Codec/Audio/Decoder</class>
|
||||
<description>Uses libgme to emulate a gaming console sound processors</description>
|
||||
<author>Chris Lee <clee@kde.org>, Brian Koropoff <bkoropoff@gmail.com>, Michael Pyne <mpyne@kde.org>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)32000, channels=(int)2</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-ay; audio/x-gbs; audio/x-gym; audio/x-hes; audio/x-kss; audio/x-nsf; audio/x-sap; audio/x-spc; audio/x-vgm</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,11 +3,11 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>gsmdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||
<basename>libgstsiren.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>sirendec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Element parsing raw h264 streams</description>
|
||||
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
||||
<basename>libgsth264parse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>h264parse</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>HDV private stream parser</description>
|
||||
<filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
|
||||
<basename>libgsthdvparse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>ID3 v1 and v2 muxing plugin</description>
|
||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||
<basename>libgstid3tag.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>id3mux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Jack elements</description>
|
||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||
<basename>libgstjack.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>jackaudiosink</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Kate plugin</description>
|
||||
<filename>../../ext/kate/.libs/libgstkate.so</filename>
|
||||
<basename>libgstkate.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -93,32 +93,5 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>tiger</name>
|
||||
<longname>Kate stream renderer</longname>
|
||||
<class>Codec/Decoder/Video/Overlay</class>
|
||||
<description>Decodes and renders Kate streams on top of a video</description>
|
||||
<author>Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>video_sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>kate_sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>subtitle/x-kate; application/x-kate</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
File diff suppressed because it is too large
Load diff
|
@ -3,11 +3,11 @@
|
|||
<description>Resamples audio</description>
|
||||
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
||||
<basename>libgstlegacyresample.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>legacyresample</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Adds multiple live discontinuous streams</description>
|
||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||
<basename>libgstliveadder.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>liveadder</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
||||
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
||||
<basename>libgstmetadata.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>metadatademux</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Mimic codec</description>
|
||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||
<basename>libgstmimic.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||
<basename>libgstmms.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mmssrc</name>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<plugin>
|
||||
<name>modplug</name>
|
||||
<description>.MOD audio decoding</description>
|
||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>modplug</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>High-quality MPEG-1/2 video encoder</description>
|
||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||
<basename>libgstmpeg2enc.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpeg2enc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MPEG-4 video parser</description>
|
||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||
<basename>libgstmpeg4videoparse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpeg4videoparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MPEG demuxers</description>
|
||||
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
||||
<basename>libgstmpegdemux.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpegpsdemux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MPEG-PS muxer</description>
|
||||
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
|
||||
<basename>libgstmpegpsmux.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpegpsmux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MPEG-TS muxer</description>
|
||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||
<basename>libgstmpegtsmux.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpegtsmux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MPEG-1 and MPEG-2 video parser</description>
|
||||
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
||||
<basename>libgstmpegvideoparse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpegvideoparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||
<basename>libgstmplex.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mplex</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Musepack decoder</description>
|
||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||
<basename>libgstmusepack.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>musepackdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>A TRM signature producer based on libmusicbrainz</description>
|
||||
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
||||
<basename>libgsttrm.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>trm</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Interplay MVE movie format manipulation</description>
|
||||
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
||||
<basename>libgstmve.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mvedemux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MXF plugin library</description>
|
||||
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
||||
<basename>libgstmxf.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mxfdemux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>lib MythTV src</description>
|
||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||
<basename>libgstmythtvsrc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mythtvsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>NAS (Network Audio System) support for GStreamer</description>
|
||||
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
||||
<basename>libgstnassink.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>nassink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>lib neon http client src</description>
|
||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||
<basename>libgstneonhttpsrc.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>neonhttpsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Uses nosefart to decode .nsf files</description>
|
||||
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
||||
<basename>libgstnsf.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>nsfdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Demuxes and muxes audio and video</description>
|
||||
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
||||
<basename>libgstnuvdemux.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>nuvdemux</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||
<basename>libgstofa.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||
<basename>libgstoss4audio.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>oss4mixer</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw pcap streams</description>
|
||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||
<basename>libgstpcapparse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>PNM plugin</description>
|
||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||
<basename>libgstpnm.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>pnmdec</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Quicktime Muxer plugin</description>
|
||||
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
||||
<basename>libgstqtmux.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>gsoc2008 package</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Parses byte streams into raw frames</description>
|
||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||
<basename>libgstrawparse.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>audioparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Decode REAL streams</description>
|
||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||
<basename>libgstreal.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>realaudiodec</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resin DVD playback elements</description>
|
||||
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
||||
<basename>libresindvd.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||
<basename>libgstrfbsrc.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>rfbsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>RSVG plugin library</description>
|
||||
<filename>../../ext/rsvg/.libs/libgstrsvg.so</filename>
|
||||
<basename>libgstrsvg.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>rsvgdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>RTP Muxer plugins</description>
|
||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||
<basename>libgstrtpmux.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>rtpdtmfmux</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Scale audio tempo in sync with playback rate</description>
|
||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||
<basename>libgstscaletempoplugin.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
||||
<basename>libgstsdl.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>sdlaudiosink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>configure streaming sessions using SDP</description>
|
||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||
<basename>libgstsdpelem.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>sdpdemux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>input/output stream selector elements</description>
|
||||
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
||||
<basename>libgstselector.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>input-selector</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Shape Wipe transition filter</description>
|
||||
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
||||
<basename>libgstshapewipe.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>shapewipe</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>use libsndfile to read and write audio from and to files</description>
|
||||
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
||||
<basename>libgstsndfile.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>sfsink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Audio Pitch Controller & BPM Detection</description>
|
||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||
<basename>libgstsoundtouch.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>bpmdetect</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>OpenSPC Audio Decoder</description>
|
||||
<filename>../../ext/spc/.libs/libgstspc.so</filename>
|
||||
<basename>libgstspc.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>spcdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||
<basename>libgstspeed.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>speed</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
||||
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
||||
<basename>libgststereo.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>stereo</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>subtitle encoders</description>
|
||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||
<basename>libgstsubenc.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>srtenc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>TTA lossless audio format handling</description>
|
||||
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||
<basename>libgsttta.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>ttadec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Valve</description>
|
||||
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
||||
<basename>libgstvalve.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>valve</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Asynchronous read from VCD disk</description>
|
||||
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
||||
<basename>libgstvcdsrc.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>vcdsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Various video measurers</description>
|
||||
<filename>../../gst/videomeasure/.libs/libgstvideomeasure.so</filename>
|
||||
<basename>libgstvideomeasure.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>measurecollector</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Various video signal analysers</description>
|
||||
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
||||
<basename>libgstvideosignal.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>videoanalyse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>VMnc video plugin library</description>
|
||||
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
||||
<basename>libgstvmnc.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>vmncdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Wildmidi Plugin</description>
|
||||
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
||||
<basename>libgstwildmidi.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>wildmidi</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>XDG-MIME</description>
|
||||
<filename>../../gst/xdgmime/.libs/libgstxdgmime.so</filename>
|
||||
<basename>libgstxdgmime.so</basename>
|
||||
<version>0.10.13.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
|
||||
</elements>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>XviD plugin library</description>
|
||||
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
||||
<basename>libgstxvid.so</basename>
|
||||
<version>0.10.14.1</version>
|
||||
<version>0.10.15</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>xviddec</name>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue