mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +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:
|
||||
|
||||
|
|
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
|
||||
|
||||
* Fix DVD playback
|
||||
* New elements: DTMF tone source and detector
|
||||
* ASS subtitle support improvements
|
||||
* Fix compilation on OS/X Snow Leopard
|
||||
* Support DVB 3.3 API
|
||||
* Inputselector fixes
|
||||
* 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 in this release
|
||||
|
||||
* 602106 : Bad atom size calculation
|
||||
* 574434 : [camerabin] Changing default video/audio source for Windows
|
||||
* 584361 : gppmux Support for 3gr6
|
||||
* 586929 : [midi] Doesn't handle push
|
||||
* 595161 : [mpegtsdemux] Internal dataflow problem with some streams.
|
||||
* 598552 : faac: Clean up defaults
|
||||
* 598763 : New plugin: aiffmux
|
||||
* 598808 : mpegpsmux: Fix CLFAGS typo and reorder flags
|
||||
* 599050 : [mpegvideoparse] Does not check width/height range
|
||||
* 599469 : resindvd: problems pre-rolling in the absence of audio
|
||||
* 600454 : aacparse detecting aac file as mpegversion=2 instead of 4
|
||||
* 600461 : [zbar] Over-eager detection of barcodes
|
||||
* 600662 : [assrender] Doesn't synchronize subtitle buffers
|
||||
* 600707 : autoconvert depends on function from core 0.10.26
|
||||
* 600724 : celt: fails to build against celt-0.7
|
||||
* 599903 : Scaletempo plugin stops early when playing slowly
|
||||
* 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
|
||||
|
||||
Download
|
||||
|
||||
|
@ -113,22 +185,49 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Bastian Hecht
|
||||
* Chris Hills
|
||||
* Carsten Kroll
|
||||
* Alessandro Decina
|
||||
* Arnaud Patard
|
||||
* Arnout Vandecappelle
|
||||
* Benjamin Otte
|
||||
* Carl-Anton Ingmarsson
|
||||
* Christian Schaller
|
||||
* David Hoyt
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Gabriel Millaire
|
||||
* Eric Appleman
|
||||
* Grigori Goronzy
|
||||
* Håkon Skjelten
|
||||
* Håvard Graff
|
||||
* 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
|
||||
* Olivier Crête
|
||||
* Peter van Hardenberg
|
||||
* Philippe Normand
|
||||
* René Stadler
|
||||
* Robert Swain
|
||||
* Sebastian Dröge
|
||||
* Stefan Kost
|
||||
* Stephen Depooter
|
||||
* Stephen McNamara
|
||||
* Teemu Katajisto
|
||||
* Thiago Santos
|
||||
* Thiago Sousa Santos
|
||||
* Thijs Vermeir
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Tommi Myöhänen
|
||||
* Vincent GENIEUX
|
||||
* Vincent Penquerc'h
|
||||
* Wim Taymans
|
||||
* Xavier Queralt Mateu
|
||||
* Yaakov Selkowitz
|
||||
* unknown
|
||||
* Руслан Ижбулатов
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.17.4,
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.18,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-bad)
|
||||
|
||||
|
@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.26.3
|
||||
GSTPB_REQ=0.10.26.3
|
||||
GST_REQ=0.10.27
|
||||
GSTPB_REQ=0.10.27
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -821,7 +821,7 @@
|
|||
<ARG>
|
||||
<NAME>GstMpeg2enc::max-gop-size</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[-1,250]</RANGE>
|
||||
<RANGE>[G_MAXULONG,250]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Max. GOP size</NICK>
|
||||
<BLURB>Maximal size per Group-of-Pictures (-1=default).</BLURB>
|
||||
|
@ -831,7 +831,7 @@
|
|||
<ARG>
|
||||
<NAME>GstMpeg2enc::min-gop-size</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[-1,250]</RANGE>
|
||||
<RANGE>[G_MAXULONG,250]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Min. GOP size</NICK>
|
||||
<BLURB>Minimal size per Group-of-Pictures (-1=default).</BLURB>
|
||||
|
@ -911,7 +911,7 @@
|
|||
<ARG>
|
||||
<NAME>GstMpeg2enc::quantisation</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[-1,31]</RANGE>
|
||||
<RANGE>[G_MAXULONG,31]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Quantisation</NICK>
|
||||
<BLURB>Quantisation factor (-1=cbr, 0=default, 1=best, 31=worst).</BLURB>
|
||||
|
@ -26280,7 +26280,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>physics</NICK>
|
||||
<BLURB>water density: from 1 to 4.</BLURB>
|
||||
<DEFAULT>1.4854e-312</DEFAULT>
|
||||
<DEFAULT>1.20954e-312</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26320,7 +26320,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>splash</NICK>
|
||||
<BLURB>make a big splash in the center.</BLURB>
|
||||
<DEFAULT>1.4854e-312</DEFAULT>
|
||||
<DEFAULT>1.20954e-312</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26330,7 +26330,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>splash</NICK>
|
||||
<BLURB>make a big splash in the center.</BLURB>
|
||||
<DEFAULT>1.4854e-312</DEFAULT>
|
||||
<DEFAULT>1.23076e-312</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26360,7 +26360,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>ratiox</NICK>
|
||||
<BLURB>x-ratio.</BLURB>
|
||||
<DEFAULT>1.7662e-316</DEFAULT>
|
||||
<DEFAULT>4.54199e-317</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26370,7 +26370,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>ratioy</NICK>
|
||||
<BLURB>y-ratio.</BLURB>
|
||||
<DEFAULT>1.59708e-316</DEFAULT>
|
||||
<DEFAULT>6.2478e-317</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26380,7 +26380,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>DelayTime</NICK>
|
||||
<BLURB>the delay time.</BLURB>
|
||||
<DEFAULT>3.50926e-317</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26410,7 +26410,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Color</NICK>
|
||||
<BLURB>the color of the image.</BLURB>
|
||||
<DEFAULT>8.65679e-38</DEFAULT>
|
||||
<DEFAULT>1.76852e-38</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26430,7 +26430,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Color-R</NICK>
|
||||
<BLURB>the color of the image.</BLURB>
|
||||
<DEFAULT>4.38446e-38</DEFAULT>
|
||||
<DEFAULT>1.28823e-38</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26770,7 +26770,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>lthresh</NICK>
|
||||
<BLURB>threshold for edge lightening.</BLURB>
|
||||
<DEFAULT>1.18576e-322</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26780,7 +26780,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>lupscale</NICK>
|
||||
<BLURB>multiplier for upscaling edge brightness.</BLURB>
|
||||
<DEFAULT>2.13486e-320</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26950,7 +26950,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>blend</NICK>
|
||||
<BLURB>blend factor.</BLURB>
|
||||
<DEFAULT>4.74303e-322</DEFAULT>
|
||||
<DEFAULT>6.12021e-317</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26960,7 +26960,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>fader</NICK>
|
||||
<BLURB>the fader position.</BLURB>
|
||||
<DEFAULT>1.12466e-312</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -27140,7 +27140,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>HSync</NICK>
|
||||
<BLURB>the hsync offset.</BLURB>
|
||||
<DEFAULT>2.90942e-152</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
|
|
@ -14,10 +14,162 @@ GObject
|
|||
GstQTMoovRecover
|
||||
RsnDvdBin
|
||||
DvbBaseBin
|
||||
GstRtpBin
|
||||
GstFPSDisplaySink
|
||||
GstAutoConvert
|
||||
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
|
||||
invadarecords-com-plugins-lv2-compressor-mono
|
||||
invadarecords-com-plugins-lv2-compressor-stereo
|
||||
|
@ -204,259 +356,111 @@ GObject
|
|||
ladspa-karaoke
|
||||
ladspa-gong
|
||||
ladspa-sc4m
|
||||
GstGmeDec
|
||||
GstBaseMetadata
|
||||
GstMetadataDemux
|
||||
GstMetadataMux
|
||||
GstXvidEnc
|
||||
GstXvidDec
|
||||
GstFaad
|
||||
GstBz2enc
|
||||
GstBz2dec
|
||||
GstCDAudio
|
||||
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
|
||||
ladspa-amp-mono
|
||||
ladspa-amp-stereo
|
||||
ladspa-sine-faaa
|
||||
ladspa-sine-faac
|
||||
ladspa-sine-fcaa
|
||||
ladspa-sine-fcac
|
||||
ladspa-lpf
|
||||
ladspa-hpf
|
||||
ladspa-delay-5s
|
||||
ladspa-noise-white
|
||||
GstOss4Mixer
|
||||
GstVdpMpegDec
|
||||
GstVdpVideoPostProcess
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
GstVMncDec
|
||||
GstBaseRTPDepayload
|
||||
GstRtpDTMFDepay
|
||||
GstRtpJitterBuffer
|
||||
GstRtpPtDemux
|
||||
GstRtpSession
|
||||
GstRtpSsrcDemux
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
MpegTSParse
|
||||
GstH264Parse
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
GstNsfDec
|
||||
GstTtaParse
|
||||
GstTtaDec
|
||||
GstPcapParse
|
||||
GstJpegParse
|
||||
GstJifMux
|
||||
GstId3BaseMux
|
||||
GstId3Mux
|
||||
GstLiveAdder
|
||||
ADPCMDec
|
||||
GstMpeg4VParse
|
||||
GstValve
|
||||
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
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
MpegTsMux
|
||||
GstAiffParse
|
||||
GstAiffMux
|
||||
GstValve
|
||||
MpegVideoParse
|
||||
GstNuvDemux
|
||||
ADPCMDec
|
||||
GstQTMux
|
||||
GstMP4Mux
|
||||
GstGPPMux
|
||||
GstMJ2Mux
|
||||
GstFestival
|
||||
MpegPsMux
|
||||
ADPCMEnc
|
||||
GstCDXAParse
|
||||
GstVcdParse
|
||||
GstSSim
|
||||
GstRawParse
|
||||
GstVideoParse
|
||||
GstAudioParse
|
||||
GstSpeed
|
||||
GstInputSelector
|
||||
GstOutputSelector
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
MpegTSParse
|
||||
GstSirenDec
|
||||
GstSirenEnc
|
||||
GstAsfMux
|
||||
GstBaseRTPPayload
|
||||
GstRtpAsfPay
|
||||
GstAsfParse
|
||||
GstAudioBaseParseBad
|
||||
GstAacParse
|
||||
GstAmrParse
|
||||
GstAc3Parse
|
||||
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
|
||||
GstFreeze
|
||||
GstH264Parse
|
||||
GstMXFDemux
|
||||
GstMXFMux
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
GstId3BaseMux
|
||||
GstId3Mux
|
||||
GstSirenDec
|
||||
GstSirenEnc
|
||||
GstPcapParse
|
||||
MpegPsMux
|
||||
GstInputSelector
|
||||
GstOutputSelector
|
||||
frei0r-mixer-alphaout
|
||||
frei0r-mixer-hardlight
|
||||
frei0r-mixer-subtract
|
||||
frei0r-mixer-dodge
|
||||
frei0r-mixer-alphaxor
|
||||
frei0r-mixer-addition
|
||||
frei0r-mixer-grain-merge
|
||||
frei0r-mixer-value
|
||||
frei0r-mixer-uv-map
|
||||
frei0r-mixer-color-only
|
||||
frei0r-mixer-alphain
|
||||
frei0r-mixer-composition
|
||||
frei0r-mixer-hue
|
||||
frei0r-mixer-overlay
|
||||
frei0r-mixer-burn
|
||||
frei0r-mixer-alpha-injection
|
||||
frei0r-mixer-rgb
|
||||
frei0r-mixer-softlight
|
||||
frei0r-mixer-alphaover
|
||||
frei0r-mixer-lighten
|
||||
frei0r-mixer-alphaatop
|
||||
frei0r-mixer-grain-extract
|
||||
frei0r-mixer-screen
|
||||
frei0r-mixer-divide
|
||||
frei0r-mixer-darken
|
||||
frei0r-mixer-saturation
|
||||
frei0r-mixer-blend
|
||||
frei0r-mixer-multiply
|
||||
frei0r-mixer-difference
|
||||
frei0r-mixer-xfade0r
|
||||
GstSpeed
|
||||
GstRTPMux
|
||||
GstRTPDTMFMux
|
||||
GstPnmdec
|
||||
GstPnmenc
|
||||
GstMpeg4VParse
|
||||
GstSrtEnc
|
||||
GstBus
|
||||
GstTask
|
||||
GstTaskPool
|
||||
|
@ -473,18 +477,19 @@ GObject
|
|||
GstSignalObject
|
||||
MpegTsPatInfo
|
||||
MpegTsPmtInfo
|
||||
RTPSession
|
||||
GstColorBalanceChannel
|
||||
GstMixerTrack
|
||||
GstMixerOptions
|
||||
GInterface
|
||||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstURIHandler
|
||||
GstTagSetter
|
||||
GstPreset
|
||||
GstImplementsInterface
|
||||
GstNavigation
|
||||
GstColorBalance
|
||||
GstXOverlay
|
||||
GstNavigation
|
||||
GstTagSetter
|
||||
GstColorBalance
|
||||
GstMixer
|
||||
GstPropertyProbe
|
||||
GstPhotography
|
||||
|
|
|
@ -4,38 +4,37 @@ GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter G
|
|||
GstQTMoovRecover GstChildProxy
|
||||
RsnDvdBin GstChildProxy GstURIHandler
|
||||
DvbBaseBin GstChildProxy GstURIHandler
|
||||
GstRtpBin GstChildProxy
|
||||
GstFPSDisplaySink GstChildProxy
|
||||
GstAutoConvert GstChildProxy
|
||||
GstSDPDemux GstChildProxy
|
||||
GstMetadataMux GstTagSetter
|
||||
GstXvidEnc GstPreset
|
||||
GstCDAudio GstURIHandler
|
||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||
GstFPSDisplaySink GstChildProxy
|
||||
GstMpeg2enc GstPreset
|
||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||
VdpSink GstImplementsInterface GstNavigation GstXOverlay
|
||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||
GstApExSink GstImplementsInterface GstMixer
|
||||
GstOss4Sink GstPropertyProbe
|
||||
GstAmrWbEnc GstPreset
|
||||
GstCeltEnc GstTagSetter GstPreset
|
||||
GstCDAudio GstURIHandler
|
||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstMythtvSrc GstURIHandler
|
||||
GstMMS GstURIHandler
|
||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstNeonhttpSrc GstURIHandler
|
||||
GstVCDSrc GstURIHandler
|
||||
GstDataURISrc GstURIHandler
|
||||
GstAmrWbEnc GstPreset
|
||||
GstMetadataMux GstTagSetter
|
||||
GstFaac GstPreset
|
||||
GstXvidEnc GstPreset
|
||||
GstBaseVideoEncoder GstPreset
|
||||
GstSchroEnc GstPreset
|
||||
GstDiracEnc GstPreset
|
||||
GstKateEnc GstTagSetter
|
||||
GstKateTag GstTagSetter
|
||||
GstCeltEnc GstTagSetter GstPreset
|
||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstJifMux GstTagSetter
|
||||
GstId3BaseMux GstTagSetter
|
||||
GstId3Mux GstTagSetter
|
||||
GstQTMux GstTagSetter
|
||||
GstMP4Mux GstTagSetter
|
||||
GstGPPMux GstTagSetter
|
||||
GstMJ2Mux GstTagSetter
|
||||
GstJifMux GstTagSetter
|
||||
GstAsfMux GstTagSetter
|
||||
GstId3BaseMux GstTagSetter
|
||||
GstId3Mux GstTagSetter
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
GstChildProxy GstObject
|
||||
GstTagSetter GstObject GstElement
|
||||
GstImplementsInterface GstObject GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||
GstTagSetter GstObject GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstMixer GstObject GstImplementsInterface GstElement
|
||||
GstPhotography GstObject GstImplementsInterface GstElement
|
||||
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
||||
MXFDescriptiveMetadataFrameworkInterface MXFMetadataBase MXFDescriptiveMetadata
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ADPCM decoder</description>
|
||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||
<basename>libgstadpcmdec.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ADPCM encoder</description>
|
||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||
<basename>libgstadpcmenc.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Create and parse Audio Interchange File Format (AIFF) files</description>
|
||||
<filename>../../gst/aiff/.libs/libgstaiff.so</filename>
|
||||
<basename>libgstaiff.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -30,5 +30,26 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</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>
|
||||
</plugin>
|
|
@ -3,10 +3,10 @@
|
|||
<description>Alsa plugin for S/PDIF output</description>
|
||||
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
||||
<basename>libgstalsaspdif.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||
<filename>../../ext/amrwbenc/.libs/libgstamrwbenc.so</filename>
|
||||
<basename>libgstamrwbenc.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>unknown</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Apple AirPort Express Plugin</description>
|
||||
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
||||
<basename>libgstapexsink.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ASF Muxer Plugin</description>
|
||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||
<basename>libgstasfmux.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>gsoc2009 package</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASS/SSA subtitle renderer</description>
|
||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||
<basename>libgstassrender.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>audioparsers</description>
|
||||
<filename>../../gst/audioparsers/.libs/libgstaudioparsersbad.so</filename>
|
||||
<basename>libgstaudioparsersbad.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Selects convertor element based on caps</description>
|
||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||
<basename>libgstautoconvert.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Elements to convert Bayer images</description>
|
||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||
<basename>libgstbayer.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High level api for DC (Digital Camera) application</description>
|
||||
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
||||
<basename>libgstcamerabin.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Play CD audio through the CD Drive</description>
|
||||
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
||||
<basename>libgstcdaudio.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||
<basename>libgstcdxaparse.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>CELT plugin library</description>
|
||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||
<basename>libgstcelt.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Cog plugin</description>
|
||||
<filename>../../ext/cog/.libs/libgstcog.so</filename>
|
||||
<basename>libgstcog.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>data: URI source</description>
|
||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||
<basename>libgstdataurisrc.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>1394 IIDC Video Source</description>
|
||||
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
||||
<basename>libgstdc1394.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data over the network via DCCP.</description>
|
||||
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
||||
<basename>libgstdccp.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>DCCP</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||
<basename>libgstdebugutilsbad.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DirectFB video output plugin</description>
|
||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||
<basename>libgstdfbvideosink.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Dirac plugin</description>
|
||||
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
||||
<basename>libgstdirac.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DTMF plugins</description>
|
||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||
<basename>libgstdtmf.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>GPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVD Sub-picture Overlay element</description>
|
||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||
<basename>libgstdvdspu.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Free AAC Encoder (FAAC)</description>
|
||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||
<basename>libgstfaac.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>GPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>linux framebuffer video sink</description>
|
||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||
<basename>libgstfbdevsink.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Synthesizes plain text into audio</description>
|
||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||
<basename>libgstfestival.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Stream freezer</description>
|
||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||
<basename>libgstfreeze.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>frei0r plugin library</description>
|
||||
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
||||
<basename>libgstfrei0r.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||
<basename>libgstsiren.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Element parsing raw h264 streams</description>
|
||||
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
||||
<basename>libgsth264parse.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>HDV private stream parser</description>
|
||||
<filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
|
||||
<basename>libgsthdvparse.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ID3 v1 and v2 muxing plugin</description>
|
||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||
<basename>libgstid3tag.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Jack elements</description>
|
||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||
<basename>libgstjack.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>JPEG interchange format plugin</description>
|
||||
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
||||
<basename>libgstjpegformat.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Kate plugin</description>
|
||||
<filename>../../ext/kate/.libs/libgstkate.so</filename>
|
||||
<basename>libgstkate.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -93,5 +93,32 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</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>
|
||||
</plugin>
|
|
@ -3,10 +3,10 @@
|
|||
<description>All LADSPA plugins</description>
|
||||
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
||||
<basename>libgstladspa.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -5023,4 +5023,4 @@
|
|||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
||||
</plugin>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Resamples audio</description>
|
||||
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
||||
<basename>libgstlegacyresample.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adds multiple live discontinuous streams</description>
|
||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||
<basename>libgstliveadder.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
||||
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
||||
<basename>libgstmetadata.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Mimic codec</description>
|
||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||
<basename>libgstmimic.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||
<basename>libgstmms.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>.MOD audio decoding</description>
|
||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High-quality MPEG-1/2 video encoder</description>
|
||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||
<basename>libgstmpeg2enc.so</basename>
|
||||
<version>0.10.17</version>
|
||||
<version>0.10.18</version>
|
||||
<license>GPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-4 video parser</description>
|
||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||
<basename>libgstmpeg4videoparse.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG demuxers</description>
|
||||
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
||||
<basename>libgstmpegdemux.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>unknown</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-PS muxer</description>
|
||||
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
|
||||
<basename>libgstmpegpsmux.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-TS muxer</description>
|
||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||
<basename>libgstmpegtsmux.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-1 and MPEG-2 video parser</description>
|
||||
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
||||
<basename>libgstmpegvideoparse.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||
<basename>libgstmplex.so</basename>
|
||||
<version>0.10.17</version>
|
||||
<version>0.10.18</version>
|
||||
<license>GPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Musepack decoder</description>
|
||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||
<basename>libgstmusepack.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>A TRM signature producer based on libmusicbrainz</description>
|
||||
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
||||
<basename>libgsttrm.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Interplay MVE movie format manipulation</description>
|
||||
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
||||
<basename>libgstmve.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MXF plugin library</description>
|
||||
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
||||
<basename>libgstmxf.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>lib MythTV src</description>
|
||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||
<basename>libgstmythtvsrc.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>NAS (Network Audio System) support for GStreamer</description>
|
||||
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
||||
<basename>libgstnassink.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>lib neon http client src</description>
|
||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||
<basename>libgstneonhttpsrc.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Uses nosefart to decode .nsf files</description>
|
||||
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
||||
<basename>libgstnsf.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>GPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demuxes and muxes audio and video</description>
|
||||
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
||||
<basename>libgstnuvdemux.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||
<basename>libgstofa.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>GPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||
<basename>libgstoss4audio.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw pcap streams</description>
|
||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||
<basename>libgstpcapparse.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>PNM plugin</description>
|
||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||
<basename>libgstpnm.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Quicktime Muxer plugin</description>
|
||||
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
||||
<basename>libgstqtmux.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>gsoc2008 package</package>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<name>video_%d</name>
|
||||
<direction>sink</direction>
|
||||
<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>
|
||||
<name>audio_%d</name>
|
||||
|
@ -74,13 +74,13 @@
|
|||
<name>video_%d</name>
|
||||
<direction>sink</direction>
|
||||
<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>
|
||||
<name>audio_%d</name>
|
||||
<direction>sink</direction>
|
||||
<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>
|
||||
<name>src</name>
|
||||
|
@ -111,13 +111,13 @@
|
|||
<name>video_%d</name>
|
||||
<direction>sink</direction>
|
||||
<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>
|
||||
<name>audio_%d</name>
|
||||
<direction>sink</direction>
|
||||
<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>
|
||||
<name>src</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parses byte streams into raw frames</description>
|
||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||
<basename>libgstrawparse.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decode REAL streams</description>
|
||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||
<basename>libgstreal.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resin DVD playback elements</description>
|
||||
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
||||
<basename>libresindvd.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||
<basename>libgstrfbsrc.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RSVG plugin library</description>
|
||||
<filename>../../ext/rsvg/.libs/libgstrsvg.so</filename>
|
||||
<basename>libgstrsvg.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RTP Muxer plugins</description>
|
||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||
<basename>libgstrtpmux.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Scale audio tempo in sync with playback rate</description>
|
||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||
<basename>libgstscaletempoplugin.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Schroedinger plugin</description>
|
||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||
<basename>libgstschro.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
||||
<basename>libgstsdl.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>configure streaming sessions using SDP</description>
|
||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||
<basename>libgstsdpelem.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>input/output stream selector elements</description>
|
||||
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
||||
<basename>libgstselector.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>use libsndfile to read and write audio from and to files</description>
|
||||
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
||||
<basename>libgstsndfile.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio Pitch Controller & BPM Detection</description>
|
||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||
<basename>libgstsoundtouch.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||
<basename>libgstspeed.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
||||
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
||||
<basename>libgststereo.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>subtitle encoders</description>
|
||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||
<basename>libgstsubenc.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>TTA lossless audio format handling</description>
|
||||
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||
<basename>libgsttta.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Valve</description>
|
||||
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
||||
<basename>libgstvalve.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Asynchronous read from VCD disk</description>
|
||||
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
||||
<basename>libgstvcdsrc.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Various video measurers</description>
|
||||
<filename>../../gst/videomeasure/.libs/libgstvideomeasure.so</filename>
|
||||
<basename>libgstvideomeasure.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Various video signal analysers</description>
|
||||
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
||||
<basename>libgstvideosignal.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>VMnc video plugin library</description>
|
||||
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
||||
<basename>libgstvmnc.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Wildmidi Plugin</description>
|
||||
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
||||
<basename>libgstwildmidi.so</basename>
|
||||
<version>0.10.17.1</version>
|
||||
<version>0.10.18</version>
|
||||
<license>GPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue