mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
Release 0.10.18
This commit is contained in:
parent
c2908999bc
commit
9194b36eb2
103 changed files with 3860 additions and 496 deletions
102
NEWS
102
NEWS
|
@ -1,4 +1,104 @@
|
||||||
This is GStreamer Bad Plug-ins 0.10.17, "Anny bobany"
|
This is GStreamer Bad Plug-ins 0.10.18, "Diminishing Returns"
|
||||||
|
|
||||||
|
Changes since 0.10.17:
|
||||||
|
|
||||||
|
* aacparse: lots of fixes, now based on common baseparser class and merged into audioparser plugin
|
||||||
|
* ac3parse: new AC3 parser element based on common baseparser class and part of new audioparser plugin
|
||||||
|
* adpcmenc: new adpcm encoder element
|
||||||
|
* aiffmux: new aiff muxer element
|
||||||
|
* amrparse: use (default) time handling of baseparser class, merged into audioparser plugin
|
||||||
|
* apexsink: change volume property to a double to make work with playbin2
|
||||||
|
* asfmux: handle streams with different start times
|
||||||
|
* asfmux: improve compatibility with WMSP in WMP
|
||||||
|
* asfmux, rfbsrc, vmnc, mpegdemux, resindvd: fix alignment and endianness issues
|
||||||
|
* assrender: countless fixes and improvements
|
||||||
|
* audioparsers: rename baseparse GType name to avoid possible conflicts
|
||||||
|
* audioparsers: fix seek handling, newsegment sending, push mode data draining
|
||||||
|
* celt: make compile against earlier CELT versions
|
||||||
|
* configure: call $PKG_CONFIG instead of pkg-config to fix cross compilation
|
||||||
|
* dataurisrc: new source element for data:// URIs
|
||||||
|
* faac: lots of fixes (channel layout, output caps, bps estimation etc.)
|
||||||
|
* flacparse: fix multiple channel frame parsing; merged into new audioparser plugin
|
||||||
|
* fpsdisplaysink: expose video sink using a property
|
||||||
|
* h264parse: Correctly rewrite all nal prefixes
|
||||||
|
* h264parse: fix caps parameters setting, framerate calculation
|
||||||
|
* h264parse: fix regression in output buffer timestamping
|
||||||
|
* h264parse: optionally output AUs rather than NALUs or transform from bytestream to sample format and vice versa
|
||||||
|
* h264parse: parse SPS some more (e.g. for width/height)
|
||||||
|
* ivorbisdec: moved to -base (to reuse same codebase as vorbisdec)
|
||||||
|
* jpegformat: new jifmux element
|
||||||
|
* jpegparse: new jpeg parser element (not autoplugged for now)
|
||||||
|
* mmssrc: post error message in addition to redirect when connect fails
|
||||||
|
* mpegtsdemux: Handle eac3 in PMT
|
||||||
|
* mpegtsmux: add pat-interval and pmt-interval properties
|
||||||
|
* mpegtsmux: Do not crash on misinterpreted h264
|
||||||
|
* mpegtsmux: Fix mistake on previous commit
|
||||||
|
* mpegtsmux: fix PAT/PMT insertion frequency, add PAT/PMT in streamheader
|
||||||
|
* mpegtsmux: mark delta-unit on outgoing buffers
|
||||||
|
* qtmux: add moov recovery feature (to finalise recording after crash or so)
|
||||||
|
* qtmux: improves compatibility with some hardware players
|
||||||
|
* qtmux: add support for ALAC, SVQ3, IMA ADPCM; improve j2k handling
|
||||||
|
* qtmux: misc. tag writing fixes: write all udta children atoms; crash less
|
||||||
|
* shapewipe: moved to -bad
|
||||||
|
* vdpau: lots of fixes and refactoring
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.17:
|
||||||
|
|
||||||
|
* 606657 : mpegtsmux crashes with h264parse in byte-stream mode
|
||||||
|
* 607513 : input-selector segfaults in g_object_notify()
|
||||||
|
* 440476 : RhythmBox displays an incorrect track length for .aac files.
|
||||||
|
* 530513 : [h264parse] no width and height in output caps
|
||||||
|
* 563433 : implement h264parse AVC output
|
||||||
|
* 575878 : assrender searches entire current working directory when searching for fonts to use
|
||||||
|
* 583098 : Add jpegparse element
|
||||||
|
* 598350 : qtmux with AAC streams (from faac) generate invalid files
|
||||||
|
* 598682 : make check fails due to fpsdisplaysink if xvimagesink does not exist
|
||||||
|
* 598916 : qtmux: support more of j2k
|
||||||
|
* 600409 : tremor/ivorbis: should pack result smarter
|
||||||
|
* 601108 : gst-camera requires glade
|
||||||
|
* 601417 : Problem compiling gst-plugins-bad 0.10.16
|
||||||
|
* 602161 : bad .17 VPATH build fix
|
||||||
|
* 602465 : gst/dtmf/tone_detect.h incompatible with MSVC
|
||||||
|
* 602524 : frei0r: GST_EXTRA_MODULE_SUFFIX never defined
|
||||||
|
* 602528 : lv2: vocoder plugin breaks gstreamer
|
||||||
|
* 603938 : assrender cannot load font attachments in Matroska container
|
||||||
|
* 603983 : gstdshowvideosink leaking DirectShow objects
|
||||||
|
* 603986 : gstdshowvideosink not releasing the filter media event interface
|
||||||
|
* 604099 : rtpmux: Make sure to call release_pad() when the element is disposed
|
||||||
|
* 604101 : rtpmux: update the current_ssrc from the caps
|
||||||
|
* 604280 : fpsdisplaysink: allow access to internal video sink used
|
||||||
|
* 604311 : gst-plugins-bad: fails to build against libcelt 0.4.0
|
||||||
|
* 604908 : [mpegtsmux] mark delta-unit on outgoing buffers
|
||||||
|
* 604925 : qtmux shouldn't accept adts aac
|
||||||
|
* 605720 : modplug: Add 32-bit depth caps
|
||||||
|
* 605721 : modplug: Allow 1-channel output for 16 and 32 bit depth too
|
||||||
|
* 605904 : mpegtsdemux doesn't handle e-ac-3 in PMT
|
||||||
|
* 606371 : mpegdemux2 plugin doesn't work on some ARM CPU due to the guint32*'s alignment
|
||||||
|
* 606636 : [mmssrc] no error message when connect to server fails
|
||||||
|
* 606665 : error: " __MSVCRT_VERSION__ " redefined
|
||||||
|
* 606677 : Port librdf (rdfsrc) to Windows
|
||||||
|
* 606726 : FAAC bitrate setting has no effect
|
||||||
|
* 606859 : Get mp4mux request pad during decodebin2's new-decoded-pad event fails.
|
||||||
|
* 607105 : faac doesn't negotiate channel positions correctly
|
||||||
|
* 607285 : cdxaparse leaks memory
|
||||||
|
* 607555 : asfmux plugin generates data streams incompatible with WMSP (MMSH) and WMP
|
||||||
|
* 607747 : [dvbsrc] Pipeline does not stop when reception is very bad
|
||||||
|
* 608042 : [camerabin-example] v4l2 device busy after setting back to ready and changing the mode
|
||||||
|
* 608651 : dshowvideosink.cpp crash
|
||||||
|
* 608706 : assrender recursively scans directories for fonts
|
||||||
|
* 608751 : [assrender] Random crashes because libass is not threadsafe
|
||||||
|
* 608753 : assrender: use more compatible hinting method
|
||||||
|
* 608896 : mpegtsmux: PAT/PMT interval fixes
|
||||||
|
* 608998 : [jpegparse] unit test fails
|
||||||
|
* 609055 : [qtmux - mp4mux] crash when setting
|
||||||
|
* 609215 : [rsvg] fix compilation with MSVC
|
||||||
|
* 609478 : [faad] SIGSEGV when caps contains codec_data=(buffer)NULL
|
||||||
|
* 164870 : PNM [en,de]coder
|
||||||
|
* 383478 : Need ac3 parser to support seeking in unframed .ac3 files
|
||||||
|
* 606878 : [apexsink] crashes when changing volume in rhythmbox
|
||||||
|
* 580731 : qtmux needs mapping for ALAC
|
||||||
|
* 587922 : qtmux lacks mapping for Sorenson Video v3
|
||||||
|
* 601576 : qtmux feature: moov recovery
|
||||||
|
|
||||||
Changes since 0.10.16:
|
Changes since 0.10.16:
|
||||||
|
|
||||||
|
|
157
RELEASE
157
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Bad Plug-ins 0.10.17 "Anny bobany"
|
Release notes for GStreamer Bad Plug-ins 0.10.18 "Diminishing Returns"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,31 +60,103 @@ contains a set of well-supported plug-ins, but might pose problems for
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Fix DVD playback
|
* aacparse: lots of fixes, now based on common baseparser class and merged into audioparser plugin
|
||||||
* New elements: DTMF tone source and detector
|
* ac3parse: new AC3 parser element based on common baseparser class and part of new audioparser plugin
|
||||||
* ASS subtitle support improvements
|
* adpcmenc: new adpcm encoder element
|
||||||
* Fix compilation on OS/X Snow Leopard
|
* aiffmux: new aiff muxer element
|
||||||
* Support DVB 3.3 API
|
* amrparse: use (default) time handling of baseparser class, merged into audioparser plugin
|
||||||
* Inputselector fixes
|
* apexsink: change volume property to a double to make work with playbin2
|
||||||
|
* asfmux: handle streams with different start times
|
||||||
|
* asfmux: improve compatibility with WMSP in WMP
|
||||||
|
* asfmux, rfbsrc, vmnc, mpegdemux, resindvd: fix alignment and endianness issues
|
||||||
|
* assrender: countless fixes and improvements
|
||||||
|
* audioparsers: rename baseparse GType name to avoid possible conflicts
|
||||||
|
* audioparsers: fix seek handling, newsegment sending, push mode data draining
|
||||||
|
* celt: make compile against earlier CELT versions
|
||||||
|
* configure: call $PKG_CONFIG instead of pkg-config to fix cross compilation
|
||||||
|
* dataurisrc: new source element for data:// URIs
|
||||||
|
* faac: lots of fixes (channel layout, output caps, bps estimation etc.)
|
||||||
|
* flacparse: fix multiple channel frame parsing; merged into new audioparser plugin
|
||||||
|
* fpsdisplaysink: expose video sink using a property
|
||||||
|
* h264parse: Correctly rewrite all nal prefixes
|
||||||
|
* h264parse: fix caps parameters setting, framerate calculation
|
||||||
|
* h264parse: fix regression in output buffer timestamping
|
||||||
|
* h264parse: optionally output AUs rather than NALUs or transform from bytestream to sample format and vice versa
|
||||||
|
* h264parse: parse SPS some more (e.g. for width/height)
|
||||||
|
* ivorbisdec: moved to -base (to reuse same codebase as vorbisdec)
|
||||||
|
* jpegformat: new jifmux element
|
||||||
|
* jpegparse: new jpeg parser element (not autoplugged for now)
|
||||||
|
* mmssrc: post error message in addition to redirect when connect fails
|
||||||
|
* mpegtsdemux: Handle eac3 in PMT
|
||||||
|
* mpegtsmux: add pat-interval and pmt-interval properties
|
||||||
|
* mpegtsmux: Do not crash on misinterpreted h264
|
||||||
|
* mpegtsmux: Fix mistake on previous commit
|
||||||
|
* mpegtsmux: fix PAT/PMT insertion frequency, add PAT/PMT in streamheader
|
||||||
|
* mpegtsmux: mark delta-unit on outgoing buffers
|
||||||
|
* qtmux: add moov recovery feature (to finalise recording after crash or so)
|
||||||
|
* qtmux: improves compatibility with some hardware players
|
||||||
|
* qtmux: add support for ALAC, SVQ3, IMA ADPCM; improve j2k handling
|
||||||
|
* qtmux: misc. tag writing fixes: write all udta children atoms; crash less
|
||||||
|
* shapewipe: moved to -bad
|
||||||
|
* vdpau: lots of fixes and refactoring
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 602106 : Bad atom size calculation
|
* 606657 : mpegtsmux crashes with h264parse in byte-stream mode
|
||||||
* 574434 : [camerabin] Changing default video/audio source for Windows
|
* 607513 : input-selector segfaults in g_object_notify()
|
||||||
* 584361 : gppmux Support for 3gr6
|
* 440476 : RhythmBox displays an incorrect track length for .aac files.
|
||||||
* 586929 : [midi] Doesn't handle push
|
* 530513 : [h264parse] no width and height in output caps
|
||||||
* 595161 : [mpegtsdemux] Internal dataflow problem with some streams.
|
* 563433 : implement h264parse AVC output
|
||||||
* 598552 : faac: Clean up defaults
|
* 575878 : assrender searches entire current working directory when searching for fonts to use
|
||||||
* 598763 : New plugin: aiffmux
|
* 583098 : Add jpegparse element
|
||||||
* 598808 : mpegpsmux: Fix CLFAGS typo and reorder flags
|
* 598350 : qtmux with AAC streams (from faac) generate invalid files
|
||||||
* 599050 : [mpegvideoparse] Does not check width/height range
|
* 598682 : make check fails due to fpsdisplaysink if xvimagesink does not exist
|
||||||
* 599469 : resindvd: problems pre-rolling in the absence of audio
|
* 598916 : qtmux: support more of j2k
|
||||||
* 600454 : aacparse detecting aac file as mpegversion=2 instead of 4
|
* 600409 : tremor/ivorbis: should pack result smarter
|
||||||
* 600461 : [zbar] Over-eager detection of barcodes
|
* 601108 : gst-camera requires glade
|
||||||
* 600662 : [assrender] Doesn't synchronize subtitle buffers
|
* 601417 : Problem compiling gst-plugins-bad 0.10.16
|
||||||
* 600707 : autoconvert depends on function from core 0.10.26
|
* 602161 : bad .17 VPATH build fix
|
||||||
* 600724 : celt: fails to build against celt-0.7
|
* 602465 : gst/dtmf/tone_detect.h incompatible with MSVC
|
||||||
* 599903 : Scaletempo plugin stops early when playing slowly
|
* 602524 : frei0r: GST_EXTRA_MODULE_SUFFIX never defined
|
||||||
|
* 602528 : lv2: vocoder plugin breaks gstreamer
|
||||||
|
* 603938 : assrender cannot load font attachments in Matroska container
|
||||||
|
* 603983 : gstdshowvideosink leaking DirectShow objects
|
||||||
|
* 603986 : gstdshowvideosink not releasing the filter media event interface
|
||||||
|
* 604099 : rtpmux: Make sure to call release_pad() when the element is disposed
|
||||||
|
* 604101 : rtpmux: update the current_ssrc from the caps
|
||||||
|
* 604280 : fpsdisplaysink: allow access to internal video sink used
|
||||||
|
* 604311 : gst-plugins-bad: fails to build against libcelt 0.4.0
|
||||||
|
* 604908 : [mpegtsmux] mark delta-unit on outgoing buffers
|
||||||
|
* 604925 : qtmux shouldn't accept adts aac
|
||||||
|
* 605720 : modplug: Add 32-bit depth caps
|
||||||
|
* 605721 : modplug: Allow 1-channel output for 16 and 32 bit depth too
|
||||||
|
* 605904 : mpegtsdemux doesn't handle e-ac-3 in PMT
|
||||||
|
* 606371 : mpegdemux2 plugin doesn't work on some ARM CPU due to the guint32*'s alignment
|
||||||
|
* 606636 : [mmssrc] no error message when connect to server fails
|
||||||
|
* 606665 : error: " __MSVCRT_VERSION__ " redefined
|
||||||
|
* 606677 : Port librdf (rdfsrc) to Windows
|
||||||
|
* 606726 : FAAC bitrate setting has no effect
|
||||||
|
* 606859 : Get mp4mux request pad during decodebin2's new-decoded-pad event fails.
|
||||||
|
* 607105 : faac doesn't negotiate channel positions correctly
|
||||||
|
* 607285 : cdxaparse leaks memory
|
||||||
|
* 607555 : asfmux plugin generates data streams incompatible with WMSP (MMSH) and WMP
|
||||||
|
* 607747 : [dvbsrc] Pipeline does not stop when reception is very bad
|
||||||
|
* 608042 : [camerabin-example] v4l2 device busy after setting back to ready and changing the mode
|
||||||
|
* 608651 : dshowvideosink.cpp crash
|
||||||
|
* 608706 : assrender recursively scans directories for fonts
|
||||||
|
* 608751 : [assrender] Random crashes because libass is not threadsafe
|
||||||
|
* 608753 : assrender: use more compatible hinting method
|
||||||
|
* 608896 : mpegtsmux: PAT/PMT interval fixes
|
||||||
|
* 608998 : [jpegparse] unit test fails
|
||||||
|
* 609055 : [qtmux - mp4mux] crash when setting
|
||||||
|
* 609215 : [rsvg] fix compilation with MSVC
|
||||||
|
* 609478 : [faad] SIGSEGV when caps contains codec_data=(buffer)NULL
|
||||||
|
* 164870 : PNM [en,de]coder
|
||||||
|
* 383478 : Need ac3 parser to support seeking in unframed .ac3 files
|
||||||
|
* 606878 : [apexsink] crashes when changing volume in rhythmbox
|
||||||
|
* 580731 : qtmux needs mapping for ALAC
|
||||||
|
* 587922 : qtmux lacks mapping for Sorenson Video v3
|
||||||
|
* 601576 : qtmux feature: moov recovery
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -113,22 +185,49 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Bastian Hecht
|
* Carsten Kroll
|
||||||
* Chris Hills
|
* Alessandro Decina
|
||||||
|
* Arnaud Patard
|
||||||
|
* Arnout Vandecappelle
|
||||||
|
* Benjamin Otte
|
||||||
|
* Carl-Anton Ingmarsson
|
||||||
|
* Christian Schaller
|
||||||
|
* David Hoyt
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Gabriel Millaire
|
* Eric Appleman
|
||||||
|
* Grigori Goronzy
|
||||||
|
* Håkon Skjelten
|
||||||
|
* Håvard Graff
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Julien Isorce
|
* Javier Jardón
|
||||||
|
* Julien Moutte
|
||||||
|
* Kaj-Michael Lang
|
||||||
|
* Kipp Cannon
|
||||||
|
* Lasse Laukkanen
|
||||||
|
* Linqiang Pu
|
||||||
|
* Marc-André Lureau
|
||||||
|
* Mark Nauwelaerts
|
||||||
* Michael Smith
|
* Michael Smith
|
||||||
* Olivier Crête
|
* Olivier Crête
|
||||||
|
* Peter van Hardenberg
|
||||||
|
* Philippe Normand
|
||||||
* René Stadler
|
* René Stadler
|
||||||
* Robert Swain
|
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
|
* Stephen Depooter
|
||||||
|
* Stephen McNamara
|
||||||
* Teemu Katajisto
|
* Teemu Katajisto
|
||||||
* Thiago Santos
|
* Thiago Santos
|
||||||
|
* Thiago Sousa Santos
|
||||||
|
* Thijs Vermeir
|
||||||
|
* Thomas Vander Stichele
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Tommi Myöhänen
|
* Vincent GENIEUX
|
||||||
|
* Vincent Penquerc'h
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
|
* Xavier Queralt Mateu
|
||||||
|
* Yaakov Selkowitz
|
||||||
|
* unknown
|
||||||
|
* Руслан Ижбулатов
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.17.4,
|
AC_INIT(GStreamer Bad Plug-ins, 0.10.18,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-bad)
|
gst-plugins-bad)
|
||||||
|
|
||||||
|
@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.10.26.3
|
GST_REQ=0.10.27
|
||||||
GSTPB_REQ=0.10.26.3
|
GSTPB_REQ=0.10.27
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -821,7 +821,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstMpeg2enc::max-gop-size</NAME>
|
<NAME>GstMpeg2enc::max-gop-size</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[-1,250]</RANGE>
|
<RANGE>[G_MAXULONG,250]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Max. GOP size</NICK>
|
<NICK>Max. GOP size</NICK>
|
||||||
<BLURB>Maximal size per Group-of-Pictures (-1=default).</BLURB>
|
<BLURB>Maximal size per Group-of-Pictures (-1=default).</BLURB>
|
||||||
|
@ -831,7 +831,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstMpeg2enc::min-gop-size</NAME>
|
<NAME>GstMpeg2enc::min-gop-size</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[-1,250]</RANGE>
|
<RANGE>[G_MAXULONG,250]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Min. GOP size</NICK>
|
<NICK>Min. GOP size</NICK>
|
||||||
<BLURB>Minimal size per Group-of-Pictures (-1=default).</BLURB>
|
<BLURB>Minimal size per Group-of-Pictures (-1=default).</BLURB>
|
||||||
|
@ -911,7 +911,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstMpeg2enc::quantisation</NAME>
|
<NAME>GstMpeg2enc::quantisation</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[-1,31]</RANGE>
|
<RANGE>[G_MAXULONG,31]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Quantisation</NICK>
|
<NICK>Quantisation</NICK>
|
||||||
<BLURB>Quantisation factor (-1=cbr, 0=default, 1=best, 31=worst).</BLURB>
|
<BLURB>Quantisation factor (-1=cbr, 0=default, 1=best, 31=worst).</BLURB>
|
||||||
|
@ -26280,7 +26280,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>physics</NICK>
|
<NICK>physics</NICK>
|
||||||
<BLURB>water density: from 1 to 4.</BLURB>
|
<BLURB>water density: from 1 to 4.</BLURB>
|
||||||
<DEFAULT>1.4854e-312</DEFAULT>
|
<DEFAULT>1.20954e-312</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26320,7 +26320,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>splash</NICK>
|
<NICK>splash</NICK>
|
||||||
<BLURB>make a big splash in the center.</BLURB>
|
<BLURB>make a big splash in the center.</BLURB>
|
||||||
<DEFAULT>1.4854e-312</DEFAULT>
|
<DEFAULT>1.20954e-312</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26330,7 +26330,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>splash</NICK>
|
<NICK>splash</NICK>
|
||||||
<BLURB>make a big splash in the center.</BLURB>
|
<BLURB>make a big splash in the center.</BLURB>
|
||||||
<DEFAULT>1.4854e-312</DEFAULT>
|
<DEFAULT>1.23076e-312</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26360,7 +26360,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>ratiox</NICK>
|
<NICK>ratiox</NICK>
|
||||||
<BLURB>x-ratio.</BLURB>
|
<BLURB>x-ratio.</BLURB>
|
||||||
<DEFAULT>1.7662e-316</DEFAULT>
|
<DEFAULT>4.54199e-317</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26370,7 +26370,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>ratioy</NICK>
|
<NICK>ratioy</NICK>
|
||||||
<BLURB>y-ratio.</BLURB>
|
<BLURB>y-ratio.</BLURB>
|
||||||
<DEFAULT>1.59708e-316</DEFAULT>
|
<DEFAULT>6.2478e-317</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26380,7 +26380,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>DelayTime</NICK>
|
<NICK>DelayTime</NICK>
|
||||||
<BLURB>the delay time.</BLURB>
|
<BLURB>the delay time.</BLURB>
|
||||||
<DEFAULT>3.50926e-317</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26410,7 +26410,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Color</NICK>
|
<NICK>Color</NICK>
|
||||||
<BLURB>the color of the image.</BLURB>
|
<BLURB>the color of the image.</BLURB>
|
||||||
<DEFAULT>8.65679e-38</DEFAULT>
|
<DEFAULT>1.76852e-38</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26430,7 +26430,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Color-R</NICK>
|
<NICK>Color-R</NICK>
|
||||||
<BLURB>the color of the image.</BLURB>
|
<BLURB>the color of the image.</BLURB>
|
||||||
<DEFAULT>4.38446e-38</DEFAULT>
|
<DEFAULT>1.28823e-38</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26770,7 +26770,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>lthresh</NICK>
|
<NICK>lthresh</NICK>
|
||||||
<BLURB>threshold for edge lightening.</BLURB>
|
<BLURB>threshold for edge lightening.</BLURB>
|
||||||
<DEFAULT>1.18576e-322</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26780,7 +26780,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>lupscale</NICK>
|
<NICK>lupscale</NICK>
|
||||||
<BLURB>multiplier for upscaling edge brightness.</BLURB>
|
<BLURB>multiplier for upscaling edge brightness.</BLURB>
|
||||||
<DEFAULT>2.13486e-320</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26950,7 +26950,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>blend</NICK>
|
<NICK>blend</NICK>
|
||||||
<BLURB>blend factor.</BLURB>
|
<BLURB>blend factor.</BLURB>
|
||||||
<DEFAULT>4.74303e-322</DEFAULT>
|
<DEFAULT>6.12021e-317</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26960,7 +26960,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>fader</NICK>
|
<NICK>fader</NICK>
|
||||||
<BLURB>the fader position.</BLURB>
|
<BLURB>the fader position.</BLURB>
|
||||||
<DEFAULT>1.12466e-312</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -27140,7 +27140,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>HSync</NICK>
|
<NICK>HSync</NICK>
|
||||||
<BLURB>the hsync offset.</BLURB>
|
<BLURB>the hsync offset.</BLURB>
|
||||||
<DEFAULT>2.90942e-152</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
|
|
@ -14,10 +14,162 @@ GObject
|
||||||
GstQTMoovRecover
|
GstQTMoovRecover
|
||||||
RsnDvdBin
|
RsnDvdBin
|
||||||
DvbBaseBin
|
DvbBaseBin
|
||||||
GstRtpBin
|
|
||||||
GstFPSDisplaySink
|
|
||||||
GstAutoConvert
|
GstAutoConvert
|
||||||
GstSDPDemux
|
GstSDPDemux
|
||||||
|
GstFPSDisplaySink
|
||||||
|
GstWildmidi
|
||||||
|
GstMpeg2enc
|
||||||
|
GstBaseSink
|
||||||
|
GstVideoSink
|
||||||
|
GstSDLVideoSink
|
||||||
|
GstDfbVideoSink
|
||||||
|
GstBaseAudioSink
|
||||||
|
GstAudioSink
|
||||||
|
GstSDLAudioSink
|
||||||
|
GstNasSink
|
||||||
|
GstApExSink
|
||||||
|
GstOss4Sink
|
||||||
|
GstJackAudioSink
|
||||||
|
GstSFSink
|
||||||
|
AlsaSPDIFSink
|
||||||
|
GstFBDEVSink
|
||||||
|
GstDCCPServerSink
|
||||||
|
GstDCCPClientSink
|
||||||
|
GstAssRender
|
||||||
|
GstCeltEnc
|
||||||
|
GstCeltDec
|
||||||
|
GstBaseTransform
|
||||||
|
GstCogdownsample
|
||||||
|
GstCogcolorspace
|
||||||
|
GstCogScale
|
||||||
|
GstColorconvert
|
||||||
|
GstLogoinsert
|
||||||
|
GstAudioFilter
|
||||||
|
GstOFA
|
||||||
|
GstBPMDetect
|
||||||
|
GstStereo
|
||||||
|
GstDtmfDetect
|
||||||
|
GstBayer2RGB
|
||||||
|
GstCapsSetter
|
||||||
|
GstVideoFilter
|
||||||
|
GstVideoAnalyse
|
||||||
|
GstVideoDetect
|
||||||
|
GstVideoMark
|
||||||
|
frei0r-filter-threshold0r
|
||||||
|
frei0r-filter-scanline0r
|
||||||
|
frei0r-filter-glow
|
||||||
|
frei0r-filter-color-distance
|
||||||
|
frei0r-filter-twolay0r
|
||||||
|
frei0r-filter-water
|
||||||
|
frei0r-filter-delay0r
|
||||||
|
frei0r-filter-luminance
|
||||||
|
frei0r-filter-r
|
||||||
|
frei0r-filter-cartoon
|
||||||
|
frei0r-filter-curves
|
||||||
|
frei0r-filter-lens-correction
|
||||||
|
frei0r-filter-dealygrab
|
||||||
|
frei0r-filter-tint0r
|
||||||
|
frei0r-filter-levels
|
||||||
|
frei0r-filter-brightness
|
||||||
|
frei0r-filter-contrast0r
|
||||||
|
frei0r-filter-pixeliz0r
|
||||||
|
frei0r-filter-3dflippo
|
||||||
|
frei0r-filter-mask0mate
|
||||||
|
frei0r-filter-vertigo
|
||||||
|
frei0r-filter-saturat0r
|
||||||
|
frei0r-filter-gamma
|
||||||
|
frei0r-filter-hueshift0r
|
||||||
|
frei0r-filter-primaries
|
||||||
|
frei0r-filter-edgeglow
|
||||||
|
frei0r-filter-rgb-parade
|
||||||
|
frei0r-filter-bluescreen0r
|
||||||
|
frei0r-filter-g
|
||||||
|
frei0r-filter-bw0r
|
||||||
|
frei0r-filter-k-means-clustering
|
||||||
|
frei0r-filter-3-point-color-balance
|
||||||
|
frei0r-filter-white-balance
|
||||||
|
frei0r-filter-equaliz0r
|
||||||
|
frei0r-filter-perspective
|
||||||
|
frei0r-filter-sobel
|
||||||
|
frei0r-filter-invert0r
|
||||||
|
frei0r-filter-threelay0r
|
||||||
|
frei0r-filter-baltan
|
||||||
|
frei0r-filter-flippo
|
||||||
|
frei0r-filter-nervous
|
||||||
|
frei0r-filter-vectorscope
|
||||||
|
frei0r-filter-tehroxx0r
|
||||||
|
frei0r-filter-letterb0xed
|
||||||
|
frei0r-filter-squareblur
|
||||||
|
frei0r-filter-distort0r
|
||||||
|
frei0r-filter-b
|
||||||
|
frei0r-filter-transparency
|
||||||
|
frei0r-filter-scale0tilt
|
||||||
|
frei0r-filter-nosync0r
|
||||||
|
GstMeasureCollector
|
||||||
|
GstLegacyresample
|
||||||
|
GstScaletempo
|
||||||
|
GstHDVParse
|
||||||
|
GstMSE
|
||||||
|
GstMimEnc
|
||||||
|
GstMimDec
|
||||||
|
GstCDAudio
|
||||||
|
GstMusepackDec
|
||||||
|
GstBaseSrc
|
||||||
|
GstSFSrc
|
||||||
|
GstPushSrc
|
||||||
|
GstDc1394
|
||||||
|
GstBaseAudioSrc
|
||||||
|
GstJackAudioSrc
|
||||||
|
GstAudioSrc
|
||||||
|
GstOss4Source
|
||||||
|
GstMythtvSrc
|
||||||
|
GstMMS
|
||||||
|
GstNeonhttpSrc
|
||||||
|
GstVCDSrc
|
||||||
|
GstDvbSrc
|
||||||
|
GstRfbSrc
|
||||||
|
GstDCCPClientSrc
|
||||||
|
GstDCCPServerSrc
|
||||||
|
frei0r-src-nois0r
|
||||||
|
frei0r-src-lissajous0r
|
||||||
|
frei0r-src-onecol0r
|
||||||
|
frei0r-src-ising0r
|
||||||
|
frei0r-src-partik0l
|
||||||
|
frei0r-src-plasma
|
||||||
|
GstDTMFSrc
|
||||||
|
GstRTPDTMFSrc
|
||||||
|
GstDataURISrc
|
||||||
|
GstAmrWbEnc
|
||||||
|
GstTRM
|
||||||
|
GstGSMEnc
|
||||||
|
GstGSMDec
|
||||||
|
GstBaseMetadata
|
||||||
|
GstMetadataDemux
|
||||||
|
GstMetadataMux
|
||||||
|
GstPitch
|
||||||
|
GstFaac
|
||||||
|
GstMplex
|
||||||
|
GstXvidEnc
|
||||||
|
GstXvidDec
|
||||||
|
GstBaseVideoCodec
|
||||||
|
GstBaseVideoDecoder
|
||||||
|
GstSchroDec
|
||||||
|
GstBaseVideoParse
|
||||||
|
GstSchroParse
|
||||||
|
GstBaseVideoEncoder
|
||||||
|
GstSchroEnc
|
||||||
|
GstDiracEnc
|
||||||
|
GstKateDec
|
||||||
|
GstKateEnc
|
||||||
|
GstKateParse
|
||||||
|
GstKateTag
|
||||||
|
GstKateTiger
|
||||||
|
GstDtsDec
|
||||||
|
GstBz2enc
|
||||||
|
GstBz2dec
|
||||||
|
GstFaad
|
||||||
|
GstRsvgDec
|
||||||
|
GstModPlug
|
||||||
GstSignalProcessor
|
GstSignalProcessor
|
||||||
invadarecords-com-plugins-lv2-compressor-mono
|
invadarecords-com-plugins-lv2-compressor-mono
|
||||||
invadarecords-com-plugins-lv2-compressor-stereo
|
invadarecords-com-plugins-lv2-compressor-stereo
|
||||||
|
@ -204,259 +356,111 @@ GObject
|
||||||
ladspa-karaoke
|
ladspa-karaoke
|
||||||
ladspa-gong
|
ladspa-gong
|
||||||
ladspa-sc4m
|
ladspa-sc4m
|
||||||
GstGmeDec
|
ladspa-amp-mono
|
||||||
GstBaseMetadata
|
ladspa-amp-stereo
|
||||||
GstMetadataDemux
|
ladspa-sine-faaa
|
||||||
GstMetadataMux
|
ladspa-sine-faac
|
||||||
GstXvidEnc
|
ladspa-sine-fcaa
|
||||||
GstXvidDec
|
ladspa-sine-fcac
|
||||||
GstFaad
|
ladspa-lpf
|
||||||
GstBz2enc
|
ladspa-hpf
|
||||||
GstBz2dec
|
ladspa-delay-5s
|
||||||
GstCDAudio
|
ladspa-noise-white
|
||||||
GstBaseSink
|
|
||||||
GstVideoSink
|
|
||||||
GstDfbVideoSink
|
|
||||||
GstSDLVideoSink
|
|
||||||
VdpSink
|
|
||||||
GstBaseAudioSink
|
|
||||||
GstAudioSink
|
|
||||||
GstNasSink
|
|
||||||
GstSDLAudioSink
|
|
||||||
GstApExSink
|
|
||||||
GstOss4Sink
|
|
||||||
GstJackAudioSink
|
|
||||||
AlsaSPDIFSink
|
|
||||||
GstSFSink
|
|
||||||
GstFBDEVSink
|
|
||||||
GstDCCPServerSink
|
|
||||||
GstDCCPClientSink
|
|
||||||
GstMimEnc
|
|
||||||
GstMimDec
|
|
||||||
GstAmrWbEnc
|
|
||||||
GstBaseSrc
|
|
||||||
GstPushSrc
|
|
||||||
GstMythtvSrc
|
|
||||||
GstMMS
|
|
||||||
GstDc1394
|
|
||||||
GstBaseAudioSrc
|
|
||||||
GstJackAudioSrc
|
|
||||||
GstAudioSrc
|
|
||||||
GstOss4Source
|
|
||||||
GstNeonhttpSrc
|
|
||||||
GstVCDSrc
|
|
||||||
GstDvbSrc
|
|
||||||
frei0r-src-nois0r
|
|
||||||
frei0r-src-lissajous0r
|
|
||||||
frei0r-src-partik0l
|
|
||||||
frei0r-src-plasma
|
|
||||||
frei0r-src-onecol0r
|
|
||||||
frei0r-src-ising0r
|
|
||||||
GstRfbSrc
|
|
||||||
GstDCCPClientSrc
|
|
||||||
GstDCCPServerSrc
|
|
||||||
GstSFSrc
|
|
||||||
GstDTMFSrc
|
|
||||||
GstRTPDTMFSrc
|
|
||||||
GstDataURISrc
|
|
||||||
GstBaseTransform
|
|
||||||
GstAudioFilter
|
|
||||||
GstOFA
|
|
||||||
GstBPMDetect
|
|
||||||
GstStereo
|
|
||||||
GstCogdownsample
|
|
||||||
GstCogcolorspace
|
|
||||||
GstCogScale
|
|
||||||
GstColorconvert
|
|
||||||
GstLogoinsert
|
|
||||||
GstDtmfDetect
|
|
||||||
GstBayer2RGB
|
|
||||||
GstCapsSetter
|
|
||||||
GstVideoFilter
|
|
||||||
frei0r-filter-transparency
|
|
||||||
frei0r-filter-invert0r
|
|
||||||
frei0r-filter-letterb0xed
|
|
||||||
frei0r-filter-gamma
|
|
||||||
frei0r-filter-delay0r
|
|
||||||
frei0r-filter-r
|
|
||||||
frei0r-filter-squareblur
|
|
||||||
frei0r-filter-curves
|
|
||||||
frei0r-filter-b
|
|
||||||
frei0r-filter-vectorscope
|
|
||||||
frei0r-filter-mask0mate
|
|
||||||
frei0r-filter-vertigo
|
|
||||||
frei0r-filter-color-distance
|
|
||||||
frei0r-filter-distort0r
|
|
||||||
frei0r-filter-threshold0r
|
|
||||||
frei0r-filter-lens-correction
|
|
||||||
frei0r-filter-nosync0r
|
|
||||||
frei0r-filter-luminance
|
|
||||||
frei0r-filter-rgb-parade
|
|
||||||
frei0r-filter-3-point-color-balance
|
|
||||||
frei0r-filter-bw0r
|
|
||||||
frei0r-filter-threelay0r
|
|
||||||
frei0r-filter-bluescreen0r
|
|
||||||
frei0r-filter-sobel
|
|
||||||
frei0r-filter-glow
|
|
||||||
frei0r-filter-tint0r
|
|
||||||
frei0r-filter-levels
|
|
||||||
frei0r-filter-hueshift0r
|
|
||||||
frei0r-filter-pixeliz0r
|
|
||||||
frei0r-filter-primaries
|
|
||||||
frei0r-filter-nervous
|
|
||||||
frei0r-filter-saturat0r
|
|
||||||
frei0r-filter-white-balance
|
|
||||||
frei0r-filter-cartoon
|
|
||||||
frei0r-filter-twolay0r
|
|
||||||
frei0r-filter-scanline0r
|
|
||||||
frei0r-filter-water
|
|
||||||
frei0r-filter-perspective
|
|
||||||
frei0r-filter-k-means-clustering
|
|
||||||
frei0r-filter-edgeglow
|
|
||||||
frei0r-filter-baltan
|
|
||||||
frei0r-filter-g
|
|
||||||
frei0r-filter-tehroxx0r
|
|
||||||
frei0r-filter-equaliz0r
|
|
||||||
frei0r-filter-scale0tilt
|
|
||||||
frei0r-filter-brightness
|
|
||||||
frei0r-filter-flippo
|
|
||||||
frei0r-filter-3dflippo
|
|
||||||
frei0r-filter-contrast0r
|
|
||||||
frei0r-filter-dealygrab
|
|
||||||
GstVideoAnalyse
|
|
||||||
GstVideoDetect
|
|
||||||
GstVideoMark
|
|
||||||
GstScaletempo
|
|
||||||
GstLegacyresample
|
|
||||||
GstMeasureCollector
|
|
||||||
GstHDVParse
|
|
||||||
GstDtsDec
|
|
||||||
GstRsvgDec
|
|
||||||
GstFaac
|
|
||||||
GstMusepackDec
|
|
||||||
GstBaseVideoCodec
|
|
||||||
GstBaseVideoDecoder
|
|
||||||
GstSchroDec
|
|
||||||
GstBaseVideoParse
|
|
||||||
GstSchroParse
|
|
||||||
GstBaseVideoEncoder
|
|
||||||
GstSchroEnc
|
|
||||||
GstDiracEnc
|
|
||||||
GstKateDec
|
|
||||||
GstKateEnc
|
|
||||||
GstKateParse
|
|
||||||
GstKateTag
|
|
||||||
GstGSMEnc
|
|
||||||
GstGSMDec
|
|
||||||
GstModPlug
|
|
||||||
GstWildmidi
|
|
||||||
GstMSE
|
|
||||||
GstAssRender
|
|
||||||
GstPitch
|
|
||||||
GstCeltEnc
|
|
||||||
GstCeltDec
|
|
||||||
GstTRM
|
|
||||||
GstOss4Mixer
|
GstOss4Mixer
|
||||||
GstVdpMpegDec
|
GstVMncDec
|
||||||
GstVdpVideoPostProcess
|
|
||||||
GstMveDemux
|
|
||||||
GstMveMux
|
|
||||||
GstBaseRTPDepayload
|
GstBaseRTPDepayload
|
||||||
GstRtpDTMFDepay
|
GstRtpDTMFDepay
|
||||||
GstRtpJitterBuffer
|
GstMveDemux
|
||||||
GstRtpPtDemux
|
GstMveMux
|
||||||
GstRtpSession
|
GstNsfDec
|
||||||
GstRtpSsrcDemux
|
GstTtaParse
|
||||||
GstMpegPSDemux
|
GstTtaDec
|
||||||
GstMpegTSDemux
|
GstPcapParse
|
||||||
MpegTSParse
|
GstJpegParse
|
||||||
GstH264Parse
|
GstJifMux
|
||||||
|
GstId3BaseMux
|
||||||
|
GstId3Mux
|
||||||
GstLiveAdder
|
GstLiveAdder
|
||||||
ADPCMDec
|
GstRealVideoDec
|
||||||
GstMpeg4VParse
|
GstRealAudioDec
|
||||||
GstValve
|
MpegTsMux
|
||||||
MpegVideoParse
|
|
||||||
frei0r-mixer-color-only
|
|
||||||
frei0r-mixer-alphaxor
|
|
||||||
frei0r-mixer-alphaout
|
|
||||||
frei0r-mixer-burn
|
|
||||||
frei0r-mixer-dodge
|
|
||||||
frei0r-mixer-difference
|
|
||||||
frei0r-mixer-grain-extract
|
|
||||||
frei0r-mixer-alphaatop
|
|
||||||
frei0r-mixer-overlay
|
|
||||||
frei0r-mixer-hue
|
|
||||||
frei0r-mixer-alphaover
|
|
||||||
frei0r-mixer-alphain
|
|
||||||
frei0r-mixer-hardlight
|
|
||||||
frei0r-mixer-blend
|
|
||||||
frei0r-mixer-lighten
|
|
||||||
frei0r-mixer-divide
|
|
||||||
frei0r-mixer-screen
|
|
||||||
frei0r-mixer-uv-map
|
|
||||||
frei0r-mixer-darken
|
|
||||||
frei0r-mixer-rgb
|
|
||||||
frei0r-mixer-multiply
|
|
||||||
frei0r-mixer-alpha-injection
|
|
||||||
frei0r-mixer-saturation
|
|
||||||
frei0r-mixer-xfade0r
|
|
||||||
frei0r-mixer-addition
|
|
||||||
frei0r-mixer-softlight
|
|
||||||
frei0r-mixer-grain-merge
|
|
||||||
frei0r-mixer-composition
|
|
||||||
frei0r-mixer-subtract
|
|
||||||
frei0r-mixer-value
|
|
||||||
GstAiffParse
|
GstAiffParse
|
||||||
GstAiffMux
|
GstAiffMux
|
||||||
|
GstValve
|
||||||
|
MpegVideoParse
|
||||||
GstNuvDemux
|
GstNuvDemux
|
||||||
|
ADPCMDec
|
||||||
|
GstQTMux
|
||||||
|
GstMP4Mux
|
||||||
|
GstGPPMux
|
||||||
|
GstMJ2Mux
|
||||||
|
GstFestival
|
||||||
|
MpegPsMux
|
||||||
|
ADPCMEnc
|
||||||
|
GstCDXAParse
|
||||||
|
GstVcdParse
|
||||||
|
GstSSim
|
||||||
GstRawParse
|
GstRawParse
|
||||||
GstVideoParse
|
GstVideoParse
|
||||||
GstAudioParse
|
GstAudioParse
|
||||||
GstSpeed
|
GstMpegPSDemux
|
||||||
GstInputSelector
|
GstMpegTSDemux
|
||||||
GstOutputSelector
|
MpegTSParse
|
||||||
|
GstSirenDec
|
||||||
|
GstSirenEnc
|
||||||
|
GstAsfMux
|
||||||
|
GstBaseRTPPayload
|
||||||
|
GstRtpAsfPay
|
||||||
|
GstAsfParse
|
||||||
GstAudioBaseParseBad
|
GstAudioBaseParseBad
|
||||||
GstAacParse
|
GstAacParse
|
||||||
GstAmrParse
|
GstAmrParse
|
||||||
GstAc3Parse
|
GstAc3Parse
|
||||||
GstFlacParse
|
GstFlacParse
|
||||||
GstQTMux
|
|
||||||
GstMP4Mux
|
|
||||||
GstGPPMux
|
|
||||||
GstMJ2Mux
|
|
||||||
GstSSim
|
|
||||||
GstCDXAParse
|
|
||||||
GstVcdParse
|
|
||||||
GstNsfDec
|
|
||||||
GstPnmdec
|
|
||||||
GstPnmenc
|
|
||||||
GstTtaParse
|
|
||||||
GstTtaDec
|
|
||||||
ADPCMEnc
|
|
||||||
GstJpegParse
|
|
||||||
GstJifMux
|
|
||||||
GstRTPMux
|
|
||||||
GstRTPDTMFMux
|
|
||||||
GstFreeze
|
|
||||||
GstVMncDec
|
|
||||||
GstSrtEnc
|
|
||||||
GstAsfMux
|
|
||||||
GstBaseRTPPayload
|
|
||||||
GstRtpAsfPay
|
|
||||||
GstAsfParse
|
|
||||||
GstFestival
|
|
||||||
MpegTsMux
|
|
||||||
GstDVDSpu
|
GstDVDSpu
|
||||||
|
GstFreeze
|
||||||
|
GstH264Parse
|
||||||
GstMXFDemux
|
GstMXFDemux
|
||||||
GstMXFMux
|
GstMXFMux
|
||||||
GstRealVideoDec
|
GstInputSelector
|
||||||
GstRealAudioDec
|
GstOutputSelector
|
||||||
GstId3BaseMux
|
frei0r-mixer-alphaout
|
||||||
GstId3Mux
|
frei0r-mixer-hardlight
|
||||||
GstSirenDec
|
frei0r-mixer-subtract
|
||||||
GstSirenEnc
|
frei0r-mixer-dodge
|
||||||
GstPcapParse
|
frei0r-mixer-alphaxor
|
||||||
MpegPsMux
|
frei0r-mixer-addition
|
||||||
|
frei0r-mixer-grain-merge
|
||||||
|
frei0r-mixer-value
|
||||||
|
frei0r-mixer-uv-map
|
||||||
|
frei0r-mixer-color-only
|
||||||
|
frei0r-mixer-alphain
|
||||||
|
frei0r-mixer-composition
|
||||||
|
frei0r-mixer-hue
|
||||||
|
frei0r-mixer-overlay
|
||||||
|
frei0r-mixer-burn
|
||||||
|
frei0r-mixer-alpha-injection
|
||||||
|
frei0r-mixer-rgb
|
||||||
|
frei0r-mixer-softlight
|
||||||
|
frei0r-mixer-alphaover
|
||||||
|
frei0r-mixer-lighten
|
||||||
|
frei0r-mixer-alphaatop
|
||||||
|
frei0r-mixer-grain-extract
|
||||||
|
frei0r-mixer-screen
|
||||||
|
frei0r-mixer-divide
|
||||||
|
frei0r-mixer-darken
|
||||||
|
frei0r-mixer-saturation
|
||||||
|
frei0r-mixer-blend
|
||||||
|
frei0r-mixer-multiply
|
||||||
|
frei0r-mixer-difference
|
||||||
|
frei0r-mixer-xfade0r
|
||||||
|
GstSpeed
|
||||||
|
GstRTPMux
|
||||||
|
GstRTPDTMFMux
|
||||||
|
GstPnmdec
|
||||||
|
GstPnmenc
|
||||||
|
GstMpeg4VParse
|
||||||
|
GstSrtEnc
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstTaskPool
|
GstTaskPool
|
||||||
|
@ -473,18 +477,19 @@ GObject
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
MpegTsPatInfo
|
MpegTsPatInfo
|
||||||
MpegTsPmtInfo
|
MpegTsPmtInfo
|
||||||
RTPSession
|
|
||||||
GstColorBalanceChannel
|
GstColorBalanceChannel
|
||||||
|
GstMixerTrack
|
||||||
|
GstMixerOptions
|
||||||
GInterface
|
GInterface
|
||||||
GTypePlugin
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
GstTagSetter
|
|
||||||
GstPreset
|
GstPreset
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
GstNavigation
|
|
||||||
GstColorBalance
|
|
||||||
GstXOverlay
|
GstXOverlay
|
||||||
|
GstNavigation
|
||||||
|
GstTagSetter
|
||||||
|
GstColorBalance
|
||||||
GstMixer
|
GstMixer
|
||||||
GstPropertyProbe
|
GstPropertyProbe
|
||||||
GstPhotography
|
GstPhotography
|
||||||
|
|
|
@ -4,38 +4,37 @@ GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter G
|
||||||
GstQTMoovRecover GstChildProxy
|
GstQTMoovRecover GstChildProxy
|
||||||
RsnDvdBin GstChildProxy GstURIHandler
|
RsnDvdBin GstChildProxy GstURIHandler
|
||||||
DvbBaseBin GstChildProxy GstURIHandler
|
DvbBaseBin GstChildProxy GstURIHandler
|
||||||
GstRtpBin GstChildProxy
|
|
||||||
GstFPSDisplaySink GstChildProxy
|
|
||||||
GstAutoConvert GstChildProxy
|
GstAutoConvert GstChildProxy
|
||||||
GstSDPDemux GstChildProxy
|
GstSDPDemux GstChildProxy
|
||||||
GstMetadataMux GstTagSetter
|
GstFPSDisplaySink GstChildProxy
|
||||||
GstXvidEnc GstPreset
|
GstMpeg2enc GstPreset
|
||||||
GstCDAudio GstURIHandler
|
|
||||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
|
||||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||||
VdpSink GstImplementsInterface GstNavigation GstXOverlay
|
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||||
GstApExSink GstImplementsInterface GstMixer
|
GstApExSink GstImplementsInterface GstMixer
|
||||||
GstOss4Sink GstPropertyProbe
|
GstOss4Sink GstPropertyProbe
|
||||||
GstAmrWbEnc GstPreset
|
GstCeltEnc GstTagSetter GstPreset
|
||||||
|
GstCDAudio GstURIHandler
|
||||||
|
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstMythtvSrc GstURIHandler
|
GstMythtvSrc GstURIHandler
|
||||||
GstMMS GstURIHandler
|
GstMMS GstURIHandler
|
||||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
|
||||||
GstNeonhttpSrc GstURIHandler
|
GstNeonhttpSrc GstURIHandler
|
||||||
GstVCDSrc GstURIHandler
|
GstVCDSrc GstURIHandler
|
||||||
GstDataURISrc GstURIHandler
|
GstDataURISrc GstURIHandler
|
||||||
|
GstAmrWbEnc GstPreset
|
||||||
|
GstMetadataMux GstTagSetter
|
||||||
GstFaac GstPreset
|
GstFaac GstPreset
|
||||||
|
GstXvidEnc GstPreset
|
||||||
GstBaseVideoEncoder GstPreset
|
GstBaseVideoEncoder GstPreset
|
||||||
GstSchroEnc GstPreset
|
GstSchroEnc GstPreset
|
||||||
GstDiracEnc GstPreset
|
GstDiracEnc GstPreset
|
||||||
GstKateEnc GstTagSetter
|
GstKateEnc GstTagSetter
|
||||||
GstKateTag GstTagSetter
|
GstKateTag GstTagSetter
|
||||||
GstCeltEnc GstTagSetter GstPreset
|
|
||||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
|
GstJifMux GstTagSetter
|
||||||
|
GstId3BaseMux GstTagSetter
|
||||||
|
GstId3Mux GstTagSetter
|
||||||
GstQTMux GstTagSetter
|
GstQTMux GstTagSetter
|
||||||
GstMP4Mux GstTagSetter
|
GstMP4Mux GstTagSetter
|
||||||
GstGPPMux GstTagSetter
|
GstGPPMux GstTagSetter
|
||||||
GstMJ2Mux GstTagSetter
|
GstMJ2Mux GstTagSetter
|
||||||
GstJifMux GstTagSetter
|
|
||||||
GstAsfMux GstTagSetter
|
GstAsfMux GstTagSetter
|
||||||
GstId3BaseMux GstTagSetter
|
|
||||||
GstId3Mux GstTagSetter
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
GstTagSetter GstObject GstElement
|
|
||||||
GstImplementsInterface GstObject GstElement
|
GstImplementsInterface GstObject GstElement
|
||||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
|
||||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||||
|
GstTagSetter GstObject GstElement
|
||||||
|
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
GstMixer GstObject GstImplementsInterface GstElement
|
||||||
GstPhotography GstObject GstImplementsInterface GstElement
|
GstPhotography GstObject GstImplementsInterface GstElement
|
||||||
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
MXFDescriptiveMetadataFrameworkInterface MXFMetadataBase MXFDescriptiveMetadata
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ADPCM decoder</description>
|
<description>ADPCM decoder</description>
|
||||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||||
<basename>libgstadpcmdec.so</basename>
|
<basename>libgstadpcmdec.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ADPCM encoder</description>
|
<description>ADPCM encoder</description>
|
||||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||||
<basename>libgstadpcmenc.so</basename>
|
<basename>libgstadpcmenc.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Create and parse Audio Interchange File Format (AIFF) files</description>
|
<description>Create and parse Audio Interchange File Format (AIFF) files</description>
|
||||||
<filename>../../gst/aiff/.libs/libgstaiff.so</filename>
|
<filename>../../gst/aiff/.libs/libgstaiff.so</filename>
|
||||||
<basename>libgstaiff.so</basename>
|
<basename>libgstaiff.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -30,5 +30,26 @@
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>aiffparse</name>
|
||||||
|
<longname>AIFF audio demuxer</longname>
|
||||||
|
<class>Codec/Demuxer/Audio</class>
|
||||||
|
<description>Parse a .aiff file into raw audio</description>
|
||||||
|
<author>Pioneers of the Inevitable <songbird@songbirdnest.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-aiff</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Alsa plugin for S/PDIF output</description>
|
<description>Alsa plugin for S/PDIF output</description>
|
||||||
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
||||||
<basename>libgstalsaspdif.so</basename>
|
<basename>libgstalsaspdif.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||||
<filename>../../ext/amrwbenc/.libs/libgstamrwbenc.so</filename>
|
<filename>../../ext/amrwbenc/.libs/libgstamrwbenc.so</filename>
|
||||||
<basename>libgstamrwbenc.so</basename>
|
<basename>libgstamrwbenc.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Apple AirPort Express Plugin</description>
|
<description>Apple AirPort Express Plugin</description>
|
||||||
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
||||||
<basename>libgstapexsink.so</basename>
|
<basename>libgstapexsink.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ASF Muxer Plugin</description>
|
<description>ASF Muxer Plugin</description>
|
||||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||||
<basename>libgstasfmux.so</basename>
|
<basename>libgstasfmux.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>gsoc2009 package</package>
|
<package>gsoc2009 package</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ASS/SSA subtitle renderer</description>
|
<description>ASS/SSA subtitle renderer</description>
|
||||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||||
<basename>libgstassrender.so</basename>
|
<basename>libgstassrender.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>audioparsers</description>
|
<description>audioparsers</description>
|
||||||
<filename>../../gst/audioparsers/.libs/libgstaudioparsersbad.so</filename>
|
<filename>../../gst/audioparsers/.libs/libgstaudioparsersbad.so</filename>
|
||||||
<basename>libgstaudioparsersbad.so</basename>
|
<basename>libgstaudioparsersbad.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Selects convertor element based on caps</description>
|
<description>Selects convertor element based on caps</description>
|
||||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||||
<basename>libgstautoconvert.so</basename>
|
<basename>libgstautoconvert.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Elements to convert Bayer images</description>
|
<description>Elements to convert Bayer images</description>
|
||||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||||
<basename>libgstbayer.so</basename>
|
<basename>libgstbayer.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Compress or decompress streams</description>
|
<description>Compress or decompress streams</description>
|
||||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||||
<basename>libgstbz2.so</basename>
|
<basename>libgstbz2.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>High level api for DC (Digital Camera) application</description>
|
<description>High level api for DC (Digital Camera) application</description>
|
||||||
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
||||||
<basename>libgstcamerabin.so</basename>
|
<basename>libgstcamerabin.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Play CD audio through the CD Drive</description>
|
<description>Play CD audio through the CD Drive</description>
|
||||||
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
||||||
<basename>libgstcdaudio.so</basename>
|
<basename>libgstcdaudio.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||||
<basename>libgstcdxaparse.so</basename>
|
<basename>libgstcdxaparse.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>CELT plugin library</description>
|
<description>CELT plugin library</description>
|
||||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||||
<basename>libgstcelt.so</basename>
|
<basename>libgstcelt.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Cog plugin</description>
|
<description>Cog plugin</description>
|
||||||
<filename>../../ext/cog/.libs/libgstcog.so</filename>
|
<filename>../../ext/cog/.libs/libgstcog.so</filename>
|
||||||
<basename>libgstcog.so</basename>
|
<basename>libgstcog.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>data: URI source</description>
|
<description>data: URI source</description>
|
||||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||||
<basename>libgstdataurisrc.so</basename>
|
<basename>libgstdataurisrc.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>1394 IIDC Video Source</description>
|
<description>1394 IIDC Video Source</description>
|
||||||
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
||||||
<basename>libgstdc1394.so</basename>
|
<basename>libgstdc1394.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>transfer data over the network via DCCP.</description>
|
<description>transfer data over the network via DCCP.</description>
|
||||||
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
||||||
<basename>libgstdccp.so</basename>
|
<basename>libgstdccp.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>DCCP</package>
|
<package>DCCP</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Collection of elements that may or may not be useful for debugging</description>
|
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||||
<basename>libgstdebugutilsbad.so</basename>
|
<basename>libgstdebugutilsbad.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DirectFB video output plugin</description>
|
<description>DirectFB video output plugin</description>
|
||||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||||
<basename>libgstdfbvideosink.so</basename>
|
<basename>libgstdfbvideosink.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Dirac plugin</description>
|
<description>Dirac plugin</description>
|
||||||
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
||||||
<basename>libgstdirac.so</basename>
|
<basename>libgstdirac.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DTMF plugins</description>
|
<description>DTMF plugins</description>
|
||||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||||
<basename>libgstdtmf.so</basename>
|
<basename>libgstdtmf.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Decodes DTS audio streams</description>
|
<description>Decodes DTS audio streams</description>
|
||||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||||
<basename>libgstdtsdec.so</basename>
|
<basename>libgstdtsdec.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DVB elements</description>
|
<description>DVB elements</description>
|
||||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||||
<basename>libgstdvb.so</basename>
|
<basename>libgstdvb.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DVD Sub-picture Overlay element</description>
|
<description>DVD Sub-picture Overlay element</description>
|
||||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||||
<basename>libgstdvdspu.so</basename>
|
<basename>libgstdvdspu.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Free AAC Encoder (FAAC)</description>
|
<description>Free AAC Encoder (FAAC)</description>
|
||||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||||
<basename>libgstfaac.so</basename>
|
<basename>libgstfaac.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Free AAC Decoder (FAAD)</description>
|
<description>Free AAC Decoder (FAAD)</description>
|
||||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||||
<basename>libgstfaad.so</basename>
|
<basename>libgstfaad.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>linux framebuffer video sink</description>
|
<description>linux framebuffer video sink</description>
|
||||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||||
<basename>libgstfbdevsink.so</basename>
|
<basename>libgstfbdevsink.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Synthesizes plain text into audio</description>
|
<description>Synthesizes plain text into audio</description>
|
||||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||||
<basename>libgstfestival.so</basename>
|
<basename>libgstfestival.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Stream freezer</description>
|
<description>Stream freezer</description>
|
||||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||||
<basename>libgstfreeze.so</basename>
|
<basename>libgstfreeze.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>frei0r plugin library</description>
|
<description>frei0r plugin library</description>
|
||||||
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
||||||
<basename>libgstfrei0r.so</basename>
|
<basename>libgstfrei0r.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GSM encoder/decoder</description>
|
<description>GSM encoder/decoder</description>
|
||||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||||
<basename>libgstgsm.so</basename>
|
<basename>libgstgsm.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||||
<basename>libgstsiren.so</basename>
|
<basename>libgstsiren.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Element parsing raw h264 streams</description>
|
<description>Element parsing raw h264 streams</description>
|
||||||
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
||||||
<basename>libgsth264parse.so</basename>
|
<basename>libgsth264parse.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>HDV private stream parser</description>
|
<description>HDV private stream parser</description>
|
||||||
<filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
|
<filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
|
||||||
<basename>libgsthdvparse.so</basename>
|
<basename>libgsthdvparse.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ID3 v1 and v2 muxing plugin</description>
|
<description>ID3 v1 and v2 muxing plugin</description>
|
||||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||||
<basename>libgstid3tag.so</basename>
|
<basename>libgstid3tag.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Jack elements</description>
|
<description>Jack elements</description>
|
||||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||||
<basename>libgstjack.so</basename>
|
<basename>libgstjack.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>JPEG interchange format plugin</description>
|
<description>JPEG interchange format plugin</description>
|
||||||
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
||||||
<basename>libgstjpegformat.so</basename>
|
<basename>libgstjpegformat.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Kate plugin</description>
|
<description>Kate plugin</description>
|
||||||
<filename>../../ext/kate/.libs/libgstkate.so</filename>
|
<filename>../../ext/kate/.libs/libgstkate.so</filename>
|
||||||
<basename>libgstkate.so</basename>
|
<basename>libgstkate.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -93,5 +93,32 @@
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>tiger</name>
|
||||||
|
<longname>Kate stream renderer</longname>
|
||||||
|
<class>Mixer/Video/Overlay/Subtitle</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>subtitle_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>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
|
@ -3,10 +3,10 @@
|
||||||
<description>All LADSPA plugins</description>
|
<description>All LADSPA plugins</description>
|
||||||
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
||||||
<basename>libgstladspa.so</basename>
|
<basename>libgstladspa.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -5023,4 +5023,4 @@
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
||||||
<basename>libgstlegacyresample.so</basename>
|
<basename>libgstlegacyresample.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adds multiple live discontinuous streams</description>
|
<description>Adds multiple live discontinuous streams</description>
|
||||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||||
<basename>libgstliveadder.so</basename>
|
<basename>libgstliveadder.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
||||||
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
||||||
<basename>libgstmetadata.so</basename>
|
<basename>libgstmetadata.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Mimic codec</description>
|
<description>Mimic codec</description>
|
||||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||||
<basename>libgstmimic.so</basename>
|
<basename>libgstmimic.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||||
<basename>libgstmms.so</basename>
|
<basename>libgstmms.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>.MOD audio decoding</description>
|
<description>.MOD audio decoding</description>
|
||||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||||
<basename>libgstmodplug.so</basename>
|
<basename>libgstmodplug.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>High-quality MPEG-1/2 video encoder</description>
|
<description>High-quality MPEG-1/2 video encoder</description>
|
||||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||||
<basename>libgstmpeg2enc.so</basename>
|
<basename>libgstmpeg2enc.so</basename>
|
||||||
<version>0.10.17</version>
|
<version>0.10.18</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG-4 video parser</description>
|
<description>MPEG-4 video parser</description>
|
||||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||||
<basename>libgstmpeg4videoparse.so</basename>
|
<basename>libgstmpeg4videoparse.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG demuxers</description>
|
<description>MPEG demuxers</description>
|
||||||
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
||||||
<basename>libgstmpegdemux.so</basename>
|
<basename>libgstmpegdemux.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG-PS muxer</description>
|
<description>MPEG-PS muxer</description>
|
||||||
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
|
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
|
||||||
<basename>libgstmpegpsmux.so</basename>
|
<basename>libgstmpegpsmux.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG-TS muxer</description>
|
<description>MPEG-TS muxer</description>
|
||||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||||
<basename>libgstmpegtsmux.so</basename>
|
<basename>libgstmpegtsmux.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG-1 and MPEG-2 video parser</description>
|
<description>MPEG-1 and MPEG-2 video parser</description>
|
||||||
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
||||||
<basename>libgstmpegvideoparse.so</basename>
|
<basename>libgstmpegvideoparse.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||||
<basename>libgstmplex.so</basename>
|
<basename>libgstmplex.so</basename>
|
||||||
<version>0.10.17</version>
|
<version>0.10.18</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Musepack decoder</description>
|
<description>Musepack decoder</description>
|
||||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||||
<basename>libgstmusepack.so</basename>
|
<basename>libgstmusepack.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>A TRM signature producer based on libmusicbrainz</description>
|
<description>A TRM signature producer based on libmusicbrainz</description>
|
||||||
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
||||||
<basename>libgsttrm.so</basename>
|
<basename>libgsttrm.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Interplay MVE movie format manipulation</description>
|
<description>Interplay MVE movie format manipulation</description>
|
||||||
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
||||||
<basename>libgstmve.so</basename>
|
<basename>libgstmve.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MXF plugin library</description>
|
<description>MXF plugin library</description>
|
||||||
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
||||||
<basename>libgstmxf.so</basename>
|
<basename>libgstmxf.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>lib MythTV src</description>
|
<description>lib MythTV src</description>
|
||||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||||
<basename>libgstmythtvsrc.so</basename>
|
<basename>libgstmythtvsrc.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>NAS (Network Audio System) support for GStreamer</description>
|
<description>NAS (Network Audio System) support for GStreamer</description>
|
||||||
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
||||||
<basename>libgstnassink.so</basename>
|
<basename>libgstnassink.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>lib neon http client src</description>
|
<description>lib neon http client src</description>
|
||||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||||
<basename>libgstneonhttpsrc.so</basename>
|
<basename>libgstneonhttpsrc.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Uses nosefart to decode .nsf files</description>
|
<description>Uses nosefart to decode .nsf files</description>
|
||||||
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
||||||
<basename>libgstnsf.so</basename>
|
<basename>libgstnsf.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Demuxes and muxes audio and video</description>
|
<description>Demuxes and muxes audio and video</description>
|
||||||
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
||||||
<basename>libgstnuvdemux.so</basename>
|
<basename>libgstnuvdemux.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Calculate MusicIP fingerprint from audio files</description>
|
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||||
<basename>libgstofa.so</basename>
|
<basename>libgstofa.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||||
<basename>libgstoss4audio.so</basename>
|
<basename>libgstoss4audio.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Element parsing raw pcap streams</description>
|
<description>Element parsing raw pcap streams</description>
|
||||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||||
<basename>libgstpcapparse.so</basename>
|
<basename>libgstpcapparse.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>PNM plugin</description>
|
<description>PNM plugin</description>
|
||||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||||
<basename>libgstpnm.so</basename>
|
<basename>libgstpnm.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Quicktime Muxer plugin</description>
|
<description>Quicktime Muxer plugin</description>
|
||||||
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
||||||
<basename>libgstqtmux.so</basename>
|
<basename>libgstqtmux.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>gsoc2008 package</package>
|
<package>gsoc2008 package</package>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<name>video_%d</name>
|
<name>video_%d</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>request</presence>
|
<presence>request</presence>
|
||||||
<details>video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc-sample, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>audio_%d</name>
|
<name>audio_%d</name>
|
||||||
|
@ -74,13 +74,13 @@
|
||||||
<name>video_%d</name>
|
<name>video_%d</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>request</presence>
|
<presence>request</presence>
|
||||||
<details>video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc-sample, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-mp4-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-mp4-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>audio_%d</name>
|
<name>audio_%d</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>request</presence>
|
<presence>request</presence>
|
||||||
<details>audio/mpeg, mpegversion=(int)1, layer=(int)3, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw, channels=(int)[ 1, 8 ], rate=(int)[ 1, 2147483647 ]</details>
|
<details>audio/mpeg, mpegversion=(int)1, layer=(int)3, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw, channels=(int)[ 1, 8 ], rate=(int)[ 1, 2147483647 ]; audio/x-alac, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
@ -111,13 +111,13 @@
|
||||||
<name>video_%d</name>
|
<name>video_%d</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>request</presence>
|
<presence>request</presence>
|
||||||
<details>video/x-raw-rgb, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc-sample, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-svq, svqversion=(int)3, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-qt-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw-rgb, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-svq, svqversion=(int)3, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-qt-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>audio_%d</name>
|
<name>audio_%d</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>request</presence>
|
<presence>request</presence>
|
||||||
<details>audio/x-raw-int, width=(int)8, depth=(int)8, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ], signed=(boolean){ true, false }; audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int){ 4321, 1234 }, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ], signed=(boolean)true; audio/x-raw-int, width=(int)24, depth=(int)24, endianness=(int){ 4321, 1234 }, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ], signed=(boolean)true; audio/x-raw-int, width=(int)32, depth=(int)32, endianness=(int){ 4321, 1234 }, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ], signed=(boolean)true; audio/mpeg, mpegversion=(int)1, layer=(int)3, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw, channels=(int)[ 1, 8 ], rate=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)dvi, block_align=(int)[ 64, 8096 ], channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/x-alaw, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/AMR, rate=(int)8000, channels=(int)[ 1, 2 ]; audio/AMR-WB, rate=(int)16000, channels=(int)[ 1, 2 ]</details>
|
<details>audio/x-raw-int, width=(int)8, depth=(int)8, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ], signed=(boolean){ true, false }; audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int){ 4321, 1234 }, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ], signed=(boolean)true; audio/x-raw-int, width=(int)24, depth=(int)24, endianness=(int){ 4321, 1234 }, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ], signed=(boolean)true; audio/x-raw-int, width=(int)32, depth=(int)32, endianness=(int){ 4321, 1234 }, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ], signed=(boolean)true; audio/mpeg, mpegversion=(int)1, layer=(int)3, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw, channels=(int)[ 1, 8 ], rate=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)dvi, block_align=(int)[ 64, 8096 ], channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/x-alaw, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/AMR, rate=(int)8000, channels=(int)[ 1, 2 ]; audio/AMR-WB, rate=(int)16000, channels=(int)[ 1, 2 ]; audio/x-alac, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Parses byte streams into raw frames</description>
|
<description>Parses byte streams into raw frames</description>
|
||||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||||
<basename>libgstrawparse.so</basename>
|
<basename>libgstrawparse.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Decode REAL streams</description>
|
<description>Decode REAL streams</description>
|
||||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||||
<basename>libgstreal.so</basename>
|
<basename>libgstreal.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Resin DVD playback elements</description>
|
<description>Resin DVD playback elements</description>
|
||||||
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
||||||
<basename>libresindvd.so</basename>
|
<basename>libresindvd.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Connects to a VNC server and decodes RFB stream</description>
|
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||||
<basename>libgstrfbsrc.so</basename>
|
<basename>libgstrfbsrc.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>RSVG plugin library</description>
|
<description>RSVG plugin library</description>
|
||||||
<filename>../../ext/rsvg/.libs/libgstrsvg.so</filename>
|
<filename>../../ext/rsvg/.libs/libgstrsvg.so</filename>
|
||||||
<basename>libgstrsvg.so</basename>
|
<basename>libgstrsvg.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>RTP Muxer plugins</description>
|
<description>RTP Muxer plugins</description>
|
||||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||||
<basename>libgstrtpmux.so</basename>
|
<basename>libgstrtpmux.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Scale audio tempo in sync with playback rate</description>
|
<description>Scale audio tempo in sync with playback rate</description>
|
||||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||||
<basename>libgstscaletempoplugin.so</basename>
|
<basename>libgstscaletempoplugin.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Schroedinger plugin</description>
|
<description>Schroedinger plugin</description>
|
||||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||||
<basename>libgstschro.so</basename>
|
<basename>libgstschro.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||||
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
||||||
<basename>libgstsdl.so</basename>
|
<basename>libgstsdl.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>configure streaming sessions using SDP</description>
|
<description>configure streaming sessions using SDP</description>
|
||||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||||
<basename>libgstsdpelem.so</basename>
|
<basename>libgstsdpelem.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>input/output stream selector elements</description>
|
<description>input/output stream selector elements</description>
|
||||||
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
||||||
<basename>libgstselector.so</basename>
|
<basename>libgstselector.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>use libsndfile to read and write audio from and to files</description>
|
<description>use libsndfile to read and write audio from and to files</description>
|
||||||
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
||||||
<basename>libgstsndfile.so</basename>
|
<basename>libgstsndfile.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Audio Pitch Controller & BPM Detection</description>
|
<description>Audio Pitch Controller & BPM Detection</description>
|
||||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||||
<basename>libgstsoundtouch.so</basename>
|
<basename>libgstsoundtouch.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||||
<basename>libgstspeed.so</basename>
|
<basename>libgstspeed.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
||||||
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
||||||
<basename>libgststereo.so</basename>
|
<basename>libgststereo.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>subtitle encoders</description>
|
<description>subtitle encoders</description>
|
||||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||||
<basename>libgstsubenc.so</basename>
|
<basename>libgstsubenc.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>TTA lossless audio format handling</description>
|
<description>TTA lossless audio format handling</description>
|
||||||
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||||
<basename>libgsttta.so</basename>
|
<basename>libgsttta.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Valve</description>
|
<description>Valve</description>
|
||||||
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
||||||
<basename>libgstvalve.so</basename>
|
<basename>libgstvalve.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Asynchronous read from VCD disk</description>
|
<description>Asynchronous read from VCD disk</description>
|
||||||
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
||||||
<basename>libgstvcdsrc.so</basename>
|
<basename>libgstvcdsrc.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Various video measurers</description>
|
<description>Various video measurers</description>
|
||||||
<filename>../../gst/videomeasure/.libs/libgstvideomeasure.so</filename>
|
<filename>../../gst/videomeasure/.libs/libgstvideomeasure.so</filename>
|
||||||
<basename>libgstvideomeasure.so</basename>
|
<basename>libgstvideomeasure.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Various video signal analysers</description>
|
<description>Various video signal analysers</description>
|
||||||
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
||||||
<basename>libgstvideosignal.so</basename>
|
<basename>libgstvideosignal.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>VMnc video plugin library</description>
|
<description>VMnc video plugin library</description>
|
||||||
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
||||||
<basename>libgstvmnc.so</basename>
|
<basename>libgstvmnc.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Wildmidi Plugin</description>
|
<description>Wildmidi Plugin</description>
|
||||||
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
||||||
<basename>libgstwildmidi.so</basename>
|
<basename>libgstwildmidi.so</basename>
|
||||||
<version>0.10.17.1</version>
|
<version>0.10.18</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue