Release 0.10.14
This commit is contained in:
parent
715120f47c
commit
02f242a740
109
NEWS
109
NEWS
@ -1,4 +1,111 @@
|
|||||||
This is GStreamer Good Plug-ins 0.10.11, "Secondary Consideration"
|
This is GStreamer Good Plug-ins 0.10.14, "Disaffected Affectation"
|
||||||
|
|
||||||
|
Changes since 0.10.13:
|
||||||
|
|
||||||
|
* Add autodetect source elements
|
||||||
|
* Improvements in RTP payload/depayload and RTSP
|
||||||
|
* Support float input in wav, and require depth == width
|
||||||
|
* Support inverted RGB video in avi
|
||||||
|
* Compilation fixes and smarter format selection in V4L2 support
|
||||||
|
* Use libv4l when available
|
||||||
|
* Don't install static plugin libraries any more
|
||||||
|
* Matroska muxing: Add Dirac, fix AAC
|
||||||
|
* Improve qtdemux segment handling
|
||||||
|
* Add presets to equalizer
|
||||||
|
* OS/X video and audio output improvements
|
||||||
|
* Rework Pulseaudio audio output
|
||||||
|
* Support basic and digest auth in souphttpsrc
|
||||||
|
* Use libsoup-gnome instead of libsoup when available
|
||||||
|
* DV demuxer fixes
|
||||||
|
* New IIR and FIR base classes and echo filter in audiofx plugin
|
||||||
|
* Improved spectrum analysis plugin
|
||||||
|
* 8 bit greyscale support in v4l2src and videocrop
|
||||||
|
* New aspectratiocrop element
|
||||||
|
* Many other bug fixes and improvements
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.13:
|
||||||
|
|
||||||
|
* 561502 : Not-negociated error in udpsrc
|
||||||
|
* 522183 : add preset suport to gstequalizer
|
||||||
|
* 523813 : [autodetect] add autovideosrc and autoaudiosrc
|
||||||
|
* 557709 : goom should have license headers in all source files
|
||||||
|
* 560155 : segfault when trying to set tag to NULL with avimux
|
||||||
|
* 527951 : [new element] aspectratiocrop
|
||||||
|
* 529379 : RTSP seeks when pipeline is in STATE_PAUSED
|
||||||
|
* 532409 : RTP payload/depayloader for G.729
|
||||||
|
* 537539 : [pulse] Rhythmbox starts using 100% of CPU time when puls...
|
||||||
|
* 537540 : [pulse] Causes a deadlock when the pulseserver dies
|
||||||
|
* 537543 : [pulse] sink/src should have " volume " property (was GstMi...
|
||||||
|
* 545033 : [v4l2src] Add support for camera specific formats
|
||||||
|
* 552140 : [soup] use libsoup-gnome for proxy configuration if avail...
|
||||||
|
* 556019 : Add the ability to make souphttpsrc act as a live source
|
||||||
|
* 556484 : Implement getcaps in rtpL16pay
|
||||||
|
* 556641 : rtpL16depay doesn't support multichannel audio
|
||||||
|
* 556802 : Misspelled messages
|
||||||
|
* 556955 : [videocrop] fails to renegotiate
|
||||||
|
* 556986 : pulsesink deadlocks when raising an error
|
||||||
|
* 557260 : [equalizer] Calculates coefficients for every buffer
|
||||||
|
* 557293 : Argument type mismatch on Windows
|
||||||
|
* 557294 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
|
||||||
|
* 557710 : Memory leak related to matroskamux's request pads
|
||||||
|
* 558427 : rtpmpapay/depay are too wide
|
||||||
|
* 558638 : Compiler error on v4l2
|
||||||
|
* 558711 : gst-plugins-good-0.10.11 compile fails
|
||||||
|
* 559288 : [qtdemux] deadly embrace!
|
||||||
|
* 559545 : rtspsrc could not receive data from RTSP server because o...
|
||||||
|
* 559547 : Seek bugs when playing rtsp video in m.youtube.com
|
||||||
|
* 560641 : rtp mp4 payloader doesn't flush the last frame upon EOS
|
||||||
|
* 560756 : New Plugin: JPEG RTP Payloader
|
||||||
|
* 561625 : Rtspsrc set segment's last_stop incorrectly
|
||||||
|
* 561775 : souphttpsrc patch to support basic and digest authentication
|
||||||
|
* 561802 : DLNA specific HTTP header missing
|
||||||
|
* 561990 : qtdemux build fails on mingw due to missing definition of...
|
||||||
|
* 562434 : [wavenc] Add support for a-law and mu-law encoded wav files
|
||||||
|
* 562572 : multiudpsink handles errors in _render() too aggressively
|
||||||
|
* 563414 : Fix for SunAudioMixer plugin
|
||||||
|
* 563504 : add libv4l2 support to v4l2 gst plugin - required for mos...
|
||||||
|
* 563509 : [rtp_data_test] Complains about negotiation errors with m...
|
||||||
|
* 563510 : [videocrop] 1x1 unit test fails
|
||||||
|
* 564437 : rtpjpegdepay was unable to handle frame dimensions greate...
|
||||||
|
* 564948 : Fix and clean up osxaudio
|
||||||
|
* 565850 : mov files can contain xvid, fmp4 and ac3 tracks
|
||||||
|
* 566616 : v4l2src: b/w support
|
||||||
|
* 566843 : [pulse] Terminating an audio stream hangs the application
|
||||||
|
* 567577 : [audiofx] Add generic IIR/FIR audio filter elements
|
||||||
|
* 567642 : spectrum element has undocumented arbitrary limitation on...
|
||||||
|
* 567746 : fix for 547227 created a ref loop
|
||||||
|
* 567794 : [PATCH] Rework pulse plugin
|
||||||
|
* 567800 : Mp4 created by Avidemux don't play.
|
||||||
|
* 567853 : osxaudiosrc does not build on 10.4
|
||||||
|
* 567874 : [audiofx] Echo/Reverb filter
|
||||||
|
* 567955 : [spectrum] Need compensation for rounding errors
|
||||||
|
* 567992 : [videocrop] wrong mouse navigation commands while cropping
|
||||||
|
* 568395 : [audiofx] Rename audioreverb to audioecho
|
||||||
|
* 568780 : elements/videocrop check fails
|
||||||
|
* 568809 : Patch needed for building gst-plugins-good 0.10.13 on Sol...
|
||||||
|
* 569820 : In some cases v4l2src element does not return correct norm
|
||||||
|
* 570343 : equalizer bands != specified parameters
|
||||||
|
* 570435 : Read Title element of Matroska files
|
||||||
|
* 571038 : [osxvideosink] build fail
|
||||||
|
* 571150 : aspectratiocrop : Memory leak
|
||||||
|
* 571153 : [pulsemixer] compiler warnings (on ARM)
|
||||||
|
* 571204 : [pulsesink] PA assertion failure triggers abort
|
||||||
|
* 570581 : osxvideosink: non-embedded mode is badly broken and shoul...
|
||||||
|
* 341752 : [rtspsrc] 500 Internal Server Error response with tagessc...
|
||||||
|
* 420658 : gconfaudiosink is not behaving normally
|
||||||
|
* 558554 : [avidemux] avidemux not recognizing certain uncompressed ...
|
||||||
|
* 561580 : GStreamer does not play a specific WAV file
|
||||||
|
* 563056 : " rtpjpegdepay ! jpegdec " doesnt works
|
||||||
|
* 565441 : Smoke encoder doesn't set caps correctly
|
||||||
|
* 567952 : videocrop: add b/w support
|
||||||
|
|
||||||
|
Changes since 0.10.12:
|
||||||
|
|
||||||
|
* Fix bad autopoint substitution in the po subdir
|
||||||
|
|
||||||
|
Changes since 0.10.11:
|
||||||
|
|
||||||
|
* Fix for security advisory TKADV2009-0xx
|
||||||
|
|
||||||
Changes since 0.10.10:
|
Changes since 0.10.10:
|
||||||
|
|
||||||
|
179
RELEASE
179
RELEASE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Release notes for GStreamer Good Plug-ins 0.10.11 "Secondary Consideration"
|
Release notes for GStreamer Good Plug-ins 0.10.14 "Disaffected Affectation"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -54,52 +54,102 @@ contains a set of less supported plug-ins that haven't passed the
|
|||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* HDV capture support
|
* Add autodetect source elements
|
||||||
* Port flactag element to 0.10
|
* Improvements in RTP payload/depayload and RTSP
|
||||||
* Support FLAC in alternate bit-depths and more samplerates
|
* Support float input in wav, and require depth == width
|
||||||
* Matroska muxing improvements
|
* Support inverted RGB video in avi
|
||||||
* Support Google RTSP variant
|
* Compilation fixes and smarter format selection in V4L2 support
|
||||||
* Many other bug-fixes and improvements
|
* Use libv4l when available
|
||||||
|
* Don't install static plugin libraries any more
|
||||||
|
* Matroska muxing: Add Dirac, fix AAC
|
||||||
|
* Improve qtdemux segment handling
|
||||||
|
* Add presets to equalizer
|
||||||
|
* OS/X video and audio output improvements
|
||||||
|
* Rework Pulseaudio audio output
|
||||||
|
* Support basic and digest auth in souphttpsrc
|
||||||
|
* Use libsoup-gnome instead of libsoup when available
|
||||||
|
* DV demuxer fixes
|
||||||
|
* New IIR and FIR base classes and echo filter in audiofx plugin
|
||||||
|
* Improved spectrum analysis plugin
|
||||||
|
* 8 bit greyscale support in v4l2src and videocrop
|
||||||
|
* New aspectratiocrop element
|
||||||
|
* Many other bug fixes and improvements
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 545433 : [wavparse] support tempo tag
|
* 561502 : Not-negociated error in udpsrc
|
||||||
* 311586 : Matroska mux/demux don't support flac
|
* 522183 : add preset suport to gstequalizer
|
||||||
* 350830 : [raw1394] Add HDV support
|
* 523813 : [autodetect] add autovideosrc and autoaudiosrc
|
||||||
* 413841 : [flactag] needs porting to 0.10.x
|
* 557709 : goom should have license headers in all source files
|
||||||
* 536067 : [matroska] Add support for real audio/video
|
* 560155 : segfault when trying to set tag to NULL with avimux
|
||||||
* 537361 : videomixer segment handler fail
|
* 527951 : [new element] aspectratiocrop
|
||||||
* 543101 : The udpsrc/udpsink/multiudpsink/dynudpsink elements may l...
|
* 529379 : RTSP seeks when pipeline is in STATE_PAUSED
|
||||||
* 544956 : [videobox] segfault when changing properties at running p...
|
* 532409 : RTP payload/depayloader for G.729
|
||||||
* 545463 : autodetect plugin links to gconf, unnecessarily
|
* 537539 : [pulse] Rhythmbox starts using 100% of CPU time when puls...
|
||||||
* 545710 : [rtspsrc] : create rtp/rtcp socket pair + same port for d...
|
* 537540 : [pulse] Causes a deadlock when the pulseserver dies
|
||||||
* 546465 : can't play m.youtube.com rtsp streams
|
* 537543 : [pulse] sink/src should have " volume " property (was GstMi...
|
||||||
* 547075 : [speex] Encoder doesn't handle non-zero start timestamps ...
|
* 545033 : [v4l2src] Add support for camera specific formats
|
||||||
* 547217 : Implement GstPropertyProbe interface on pulsesrc for dete...
|
* 552140 : [soup] use libsoup-gnome for proxy configuration if avail...
|
||||||
* 547227 : Implement GstPropertyProbe interface on pulsesink for det...
|
* 556019 : Add the ability to make souphttpsrc act as a live source
|
||||||
* 547518 : pulsemixer probe fails after device property is set
|
* 556484 : Implement getcaps in rtpL16pay
|
||||||
* 547519 : Add device-name property to pulsesrc
|
* 556641 : rtpL16depay doesn't support multichannel audio
|
||||||
* 548530 : wavenc allows audio depth of 25
|
* 556802 : Misspelled messages
|
||||||
* 548831 : matroska demuxer setting incorrect timestamps
|
* 556955 : [videocrop] fails to renegotiate
|
||||||
* 549073 : buffer_alloc function from new basetransform sometimes fa...
|
* 556986 : pulsesink deadlocks when raising an error
|
||||||
* 549090 : v4l2src has no property named norm but notifies it
|
* 557260 : [equalizer] Calculates coefficients for every buffer
|
||||||
* 549551 : conversion of gst structure names to mime types in multip...
|
* 557293 : Argument type mismatch on Windows
|
||||||
* 549784 : Memory Corruption Probing v4l2src with Video4Linux1 device
|
* 557294 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
|
||||||
* 550015 : build failure: gstcmmlparser.c:115: error: format not a s...
|
* 557710 : Memory leak related to matroskamux's request pads
|
||||||
* 550791 : [flacenc] files are too big, mid-side-stereo=true should ...
|
* 558427 : rtpmpapay/depay are too wide
|
||||||
* 551048 : rtsp implementation sends PAUSE even when server doesn't ...
|
* 558638 : Compiler error on v4l2
|
||||||
* 551570 : plugin ximagesrc is memory leaking...
|
* 558711 : gst-plugins-good-0.10.11 compile fails
|
||||||
* 551584 : Crash when modifying the videobox " top " and " left " live w...
|
* 559288 : [qtdemux] deadly embrace!
|
||||||
* 552213 : [qtdemux] map tiff fourcc to image/tiff caps
|
* 559545 : rtspsrc could not receive data from RTSP server because o...
|
||||||
* 553191 : udpsrc: bind() fails on OS X
|
* 559547 : Seek bugs when playing rtsp video in m.youtube.com
|
||||||
* 554771 : totem spins CPU 100% while allocating (infinitely) becaus...
|
* 560641 : rtp mp4 payloader doesn't flush the last frame upon EOS
|
||||||
* 556010 : AVI muxer segfault
|
* 560756 : New Plugin: JPEG RTP Payloader
|
||||||
* 556381 : [icydemux] test fails with latest core
|
* 561625 : Rtspsrc set segment's last_stop incorrectly
|
||||||
* 556424 : [avidemux] segmentation fault when creating indexes
|
* 561775 : souphttpsrc patch to support basic and digest authentication
|
||||||
* 557085 : [videobox] support dynamically changing properties
|
* 561802 : DLNA specific HTTP header missing
|
||||||
* 557610 : udpsrc fails to bind() on Mac OS X (IPv4 vs. IPv6 problem)
|
* 561990 : qtdemux build fails on mingw due to missing definition of...
|
||||||
* 547842 : Vorbis RTP RFC 5215 is out
|
* 562434 : [wavenc] Add support for a-law and mu-law encoded wav files
|
||||||
* 550288 : Sound not played - a quicktime file
|
* 562572 : multiudpsink handles errors in _render() too aggressively
|
||||||
|
* 563414 : Fix for SunAudioMixer plugin
|
||||||
|
* 563504 : add libv4l2 support to v4l2 gst plugin - required for mos...
|
||||||
|
* 563509 : [rtp_data_test] Complains about negotiation errors with m...
|
||||||
|
* 563510 : [videocrop] 1x1 unit test fails
|
||||||
|
* 564437 : rtpjpegdepay was unable to handle frame dimensions greate...
|
||||||
|
* 564948 : Fix and clean up osxaudio
|
||||||
|
* 565850 : mov files can contain xvid, fmp4 and ac3 tracks
|
||||||
|
* 566616 : v4l2src: b/w support
|
||||||
|
* 566843 : [pulse] Terminating an audio stream hangs the application
|
||||||
|
* 567577 : [audiofx] Add generic IIR/FIR audio filter elements
|
||||||
|
* 567642 : spectrum element has undocumented arbitrary limitation on...
|
||||||
|
* 567746 : fix for 547227 created a ref loop
|
||||||
|
* 567794 : [PATCH] Rework pulse plugin
|
||||||
|
* 567800 : Mp4 created by Avidemux don't play.
|
||||||
|
* 567853 : osxaudiosrc does not build on 10.4
|
||||||
|
* 567874 : [audiofx] Echo/Reverb filter
|
||||||
|
* 567955 : [spectrum] Need compensation for rounding errors
|
||||||
|
* 567992 : [videocrop] wrong mouse navigation commands while cropping
|
||||||
|
* 568395 : [audiofx] Rename audioreverb to audioecho
|
||||||
|
* 568780 : elements/videocrop check fails
|
||||||
|
* 568809 : Patch needed for building gst-plugins-good 0.10.13 on Sol...
|
||||||
|
* 569820 : In some cases v4l2src element does not return correct norm
|
||||||
|
* 570343 : equalizer bands != specified parameters
|
||||||
|
* 570435 : Read Title element of Matroska files
|
||||||
|
* 571038 : [osxvideosink] build fail
|
||||||
|
* 571150 : aspectratiocrop : Memory leak
|
||||||
|
* 571153 : [pulsemixer] compiler warnings (on ARM)
|
||||||
|
* 571204 : [pulsesink] PA assertion failure triggers abort
|
||||||
|
* 570581 : osxvideosink: non-embedded mode is badly broken and shoul...
|
||||||
|
* 341752 : [rtspsrc] 500 Internal Server Error response with tagessc...
|
||||||
|
* 420658 : gconfaudiosink is not behaving normally
|
||||||
|
* 558554 : [avidemux] avidemux not recognizing certain uncompressed ...
|
||||||
|
* 561580 : GStreamer does not play a specific WAV file
|
||||||
|
* 563056 : " rtpjpegdepay ! jpegdec " doesnt works
|
||||||
|
* 565441 : Smoke encoder doesn't set caps correctly
|
||||||
|
* 567952 : videocrop: add b/w support
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
@ -118,8 +168,7 @@ http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
|
|||||||
|
|
||||||
Developers
|
Developers
|
||||||
|
|
||||||
CVS is hosted on cvs.freedesktop.org.
|
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
|
||||||
All code is in CVS and can be checked out from there.
|
|
||||||
Interested developers of the core library, plug-ins, and applications should
|
Interested developers of the core library, plug-ins, and applications should
|
||||||
subscribe to the gstreamer-devel list. If there is sufficient interest we
|
subscribe to the gstreamer-devel list. If there is sufficient interest we
|
||||||
will create more lists as necessary.
|
will create more lists as necessary.
|
||||||
@ -129,27 +178,45 @@ Applications
|
|||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Aurelien Grimaud
|
* Alexandre Rostovtsev
|
||||||
* Craig Keogh
|
* Andy Wingo
|
||||||
* Daniel Franke
|
* Bastien Nocera
|
||||||
|
* Bjorn Ostby
|
||||||
|
* Brian Cameron
|
||||||
|
* Brijesh Singh
|
||||||
|
* Christian Schaller
|
||||||
|
* Cygwin Ports maintainer
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Filippo Argiolas
|
* Eric Zhang
|
||||||
* Frederic Crozat
|
* Fabricio Godoy
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Jonathan Matthew
|
* Jonathan Matthew
|
||||||
* Laszlo Pandy
|
* Julien Moutte
|
||||||
|
* Justin Karnegas
|
||||||
|
* Lennart Poettering
|
||||||
|
* Luotao Fu
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
* Mersad Jelacic
|
|
||||||
* Michael Smith
|
* Michael Smith
|
||||||
* Mike Ruprecht
|
* Nick Haddad
|
||||||
* Ole André Vadla Ravnås
|
|
||||||
* Olivier Crete
|
* Olivier Crete
|
||||||
|
* Pepijn Van Eeckhoudt
|
||||||
* Peter Kjellerstedt
|
* Peter Kjellerstedt
|
||||||
|
* Robin Stocker
|
||||||
|
* Ron McOuat
|
||||||
|
* Sascha Hauer
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
|
* Sjoerd Simons
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
|
* Tal Shalif
|
||||||
|
* Thiago Sousa Santos
|
||||||
* Thijs Vermeir
|
* Thijs Vermeir
|
||||||
|
* Thomas Vander Stichele
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* Zaheer Abbas Merali
|
* Yotam
|
||||||
|
* Zeeshan Ali
|
||||||
|
* j^
|
||||||
|
* lrn1986 at gmail dot com
|
||||||
|
* 이문형
|
||||||
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
|||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
||||||
dnl use a three digit version number for releases, and four for cvs/pre
|
dnl use a three digit version number for releases, and four for cvs/pre
|
||||||
AC_INIT(GStreamer Good Plug-ins, 0.10.13.3,
|
AC_INIT(GStreamer Good Plug-ins, 0.10.14,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-good)
|
gst-plugins-good)
|
||||||
|
|
||||||
|
@ -1461,7 +1461,7 @@
|
|||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDV1394Src::port</NAME>
|
<NAME>GstDV1394Src::port</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,16]</RANGE>
|
<RANGE>[-1,16]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Port</NICK>
|
<NICK>Port</NICK>
|
||||||
<BLURB>Port number (-1 automatic).</BLURB>
|
<BLURB>Port number (-1 automatic).</BLURB>
|
||||||
@ -19378,6 +19378,16 @@
|
|||||||
<DEFAULT>NULL</DEFAULT>
|
<DEFAULT>NULL</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstPulseSink::volume</NAME>
|
||||||
|
<TYPE>gdouble</TYPE>
|
||||||
|
<RANGE>[0,1000]</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Volume</NICK>
|
||||||
|
<BLURB>Volume of this stream.</BLURB>
|
||||||
|
<DEFAULT>1</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPulseSrc::device</NAME>
|
<NAME>GstPulseSrc::device</NAME>
|
||||||
<TYPE>gchar*</TYPE>
|
<TYPE>gchar*</TYPE>
|
||||||
@ -19611,7 +19621,7 @@
|
|||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstHDV1394Src::port</NAME>
|
<NAME>GstHDV1394Src::port</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,16]</RANGE>
|
<RANGE>[-1,16]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Port</NICK>
|
<NICK>Port</NICK>
|
||||||
<BLURB>Port number (-1 automatic).</BLURB>
|
<BLURB>Port number (-1 automatic).</BLURB>
|
||||||
@ -19774,7 +19784,7 @@
|
|||||||
<RANGE>>= 1</RANGE>
|
<RANGE>>= 1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Delay</NICK>
|
<NICK>Delay</NICK>
|
||||||
<BLURB>Delay of the echo in nanosecondsecho.</BLURB>
|
<BLURB>Delay of the echo in nanoseconds.</BLURB>
|
||||||
<DEFAULT>1</DEFAULT>
|
<DEFAULT>1</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
@ -19798,6 +19808,16 @@
|
|||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstAudioEcho::max-delay</NAME>
|
||||||
|
<TYPE>guint64</TYPE>
|
||||||
|
<RANGE>>= 1</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Maximum Delay</NICK>
|
||||||
|
<BLURB>Maximum delay of the echo in nanoseconds (can't be changed in PLAYING or PAUSED state).</BLURB>
|
||||||
|
<DEFAULT>1</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstAspectRatioCrop::aspect-ratio</NAME>
|
<NAME>GstAspectRatioCrop::aspect-ratio</NAME>
|
||||||
<TYPE>GstFraction</TYPE>
|
<TYPE>GstFraction</TYPE>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
GObject
|
GObject
|
||||||
GstObject
|
GstObject
|
||||||
GstPad
|
GstPad
|
||||||
GstVideoMixerPad
|
|
||||||
GstInterleavePad
|
GstInterleavePad
|
||||||
|
GstVideoMixerPad
|
||||||
GstPadTemplate
|
GstPadTemplate
|
||||||
GstPluginFeature
|
GstPluginFeature
|
||||||
GstElementFactory
|
GstElementFactory
|
||||||
@ -18,64 +18,59 @@ GObject
|
|||||||
GstSwitchSink
|
GstSwitchSink
|
||||||
GstGConfAudioSink
|
GstGConfAudioSink
|
||||||
GstGConfAudioSrc
|
GstGConfAudioSrc
|
||||||
GstAspectRatioCrop
|
|
||||||
GstRTSPSrc
|
|
||||||
GstRgVolume
|
|
||||||
GstAutoVideoSink
|
GstAutoVideoSink
|
||||||
GstAutoVideoSrc
|
GstAutoVideoSrc
|
||||||
GstAutoAudioSink
|
GstAutoAudioSink
|
||||||
GstAutoAudioSrc
|
GstAutoAudioSrc
|
||||||
GstWavpackParse
|
GstRgVolume
|
||||||
GstWavpackDec
|
GstRTSPSrc
|
||||||
GstWavpackEnc
|
GstAspectRatioCrop
|
||||||
GstTagLibMux
|
|
||||||
GstId3v2Mux
|
|
||||||
GstApev2Mux
|
|
||||||
GstSpeexEnc
|
|
||||||
GstSpeexDec
|
|
||||||
GstBaseSrc
|
|
||||||
GstPushSrc
|
|
||||||
GstSoupHTTPSrc
|
|
||||||
GstBaseAudioSrc
|
|
||||||
GstAudioSrc
|
|
||||||
GstPulseSrc
|
|
||||||
GstOssSrc
|
|
||||||
GstXImageSrc
|
|
||||||
GstV4l2Src
|
|
||||||
GstUDPSrc
|
|
||||||
GstMultiFileSrc
|
|
||||||
GstBaseSink
|
GstBaseSink
|
||||||
GstShout2send
|
|
||||||
GstBaseAudioSink
|
GstBaseAudioSink
|
||||||
GstAudioSink
|
GstAudioSink
|
||||||
GstPulseSink
|
|
||||||
GstEsdSink
|
GstEsdSink
|
||||||
|
GstPulseSink
|
||||||
GstOssSink
|
GstOssSink
|
||||||
|
GstShout2send
|
||||||
GstCACASink
|
GstCACASink
|
||||||
GstVideoSink
|
GstVideoSink
|
||||||
GstGdkPixbufSink
|
GstGdkPixbufSink
|
||||||
GstAASink
|
GstAASink
|
||||||
|
GstTest
|
||||||
GstMultiUDPSink
|
GstMultiUDPSink
|
||||||
GstUDPSink
|
GstUDPSink
|
||||||
GstDynUDPSink
|
GstDynUDPSink
|
||||||
GstMultiFileSink
|
GstMultiFileSink
|
||||||
GstTest
|
|
||||||
GstPulseMixer
|
|
||||||
GstPngDec
|
|
||||||
GstPngEnc
|
|
||||||
GstJpegEnc
|
GstJpegEnc
|
||||||
GstJpegDec
|
GstJpegDec
|
||||||
GstSmokeEnc
|
GstSmokeEnc
|
||||||
GstSmokeDec
|
GstSmokeDec
|
||||||
GstGdkPixbuf
|
GstBaseSrc
|
||||||
|
GstPushSrc
|
||||||
|
GstBaseAudioSrc
|
||||||
|
GstAudioSrc
|
||||||
|
GstPulseSrc
|
||||||
|
GstOssSrc
|
||||||
|
GstSoupHTTPSrc
|
||||||
|
GstDV1394Src
|
||||||
|
GstHDV1394Src
|
||||||
|
GstV4l2Src
|
||||||
|
GstXImageSrc
|
||||||
|
GstUDPSrc
|
||||||
|
GstMultiFileSrc
|
||||||
|
GstPulseMixer
|
||||||
|
GstFlacEnc
|
||||||
|
GstFlacDec
|
||||||
|
GstFlacTag
|
||||||
|
GstTagLibMux
|
||||||
|
GstId3v2Mux
|
||||||
|
GstApev2Mux
|
||||||
|
GstCairoTextOverlay
|
||||||
GstBaseTransform
|
GstBaseTransform
|
||||||
GstPixbufScale
|
|
||||||
GstCairoTimeOverlay
|
GstCairoTimeOverlay
|
||||||
|
GstPixbufScale
|
||||||
|
GstLevel
|
||||||
GstVideoFilter
|
GstVideoFilter
|
||||||
GstGamma
|
|
||||||
GstVideoBalance
|
|
||||||
GstVideoFlip
|
|
||||||
GstSMPTEAlpha
|
|
||||||
GstEdgeTV
|
GstEdgeTV
|
||||||
GstAgingTV
|
GstAgingTV
|
||||||
GstDiceTV
|
GstDiceTV
|
||||||
@ -84,9 +79,13 @@ GObject
|
|||||||
GstVertigoTV
|
GstVertigoTV
|
||||||
GstRevTV
|
GstRevTV
|
||||||
GstQuarkTV
|
GstQuarkTV
|
||||||
|
GstVideoBalance
|
||||||
|
GstVideoFlip
|
||||||
|
GstGamma
|
||||||
GstNavigationtest
|
GstNavigationtest
|
||||||
GstVideoCrop
|
GstSMPTEAlpha
|
||||||
GstVideoBox
|
GstRgAnalysis
|
||||||
|
GstRgLimiter
|
||||||
GstAudioFilter
|
GstAudioFilter
|
||||||
GstSpectrum
|
GstSpectrum
|
||||||
GstIirEqualizer
|
GstIirEqualizer
|
||||||
@ -106,30 +105,29 @@ GObject
|
|||||||
GstAudioWSincBand
|
GstAudioWSincBand
|
||||||
GstAudioFIRFilter
|
GstAudioFIRFilter
|
||||||
GstAudioEcho
|
GstAudioEcho
|
||||||
GstRgAnalysis
|
GstAlpha
|
||||||
GstRgLimiter
|
GstAlphaColor
|
||||||
GstLevel
|
GstAudioPanorama
|
||||||
GstBreakMyData
|
GstBreakMyData
|
||||||
GstNavSeek
|
GstNavSeek
|
||||||
GstProgressReport
|
GstProgressReport
|
||||||
GstTagInject
|
GstTagInject
|
||||||
GstAudioPanorama
|
GstVideoBox
|
||||||
GstAlphaColor
|
GstVideoCrop
|
||||||
GstAlpha
|
GstPngDec
|
||||||
GstFlacEnc
|
GstPngEnc
|
||||||
GstFlacDec
|
GstWavpackParse
|
||||||
GstFlacTag
|
GstWavpackDec
|
||||||
GstDVDemux
|
GstWavpackEnc
|
||||||
GstDVDec
|
GstGdkPixbuf
|
||||||
GstCairoTextOverlay
|
|
||||||
GstCmmlEnc
|
GstCmmlEnc
|
||||||
GstCmmlDec
|
GstCmmlDec
|
||||||
|
GstSpeexEnc
|
||||||
|
GstSpeexDec
|
||||||
|
GstDVDemux
|
||||||
|
GstDVDec
|
||||||
GstOssMixerElement
|
GstOssMixerElement
|
||||||
GstWavParse
|
|
||||||
GstWavEnc
|
GstWavEnc
|
||||||
GstVideoMixer
|
|
||||||
GstSMPTE
|
|
||||||
GstRTPDec
|
|
||||||
GstRTPDepay
|
GstRTPDepay
|
||||||
GstBaseRTPDepayload
|
GstBaseRTPDepayload
|
||||||
GstRtpAC3Depay
|
GstRtpAC3Depay
|
||||||
@ -185,33 +183,37 @@ GObject
|
|||||||
GstRtpVorbisPay
|
GstRtpVorbisPay
|
||||||
GstRtpVRawPay
|
GstRtpVRawPay
|
||||||
GstAsteriskh263
|
GstAsteriskh263
|
||||||
GstQTDemux
|
|
||||||
GstMultipartDemux
|
|
||||||
GstMultipartMux
|
|
||||||
GstMonoscope
|
|
||||||
GstEbmlRead
|
|
||||||
GstMatroskaDemux
|
|
||||||
GstMatroskaMux
|
|
||||||
GstMuLawEnc
|
|
||||||
GstMuLawDec
|
|
||||||
GstALawEnc
|
|
||||||
GstALawDec
|
|
||||||
GstInterleave
|
|
||||||
GstDeinterleave
|
|
||||||
GstTagDemux
|
GstTagDemux
|
||||||
GstID3Demux
|
GstID3Demux
|
||||||
GstApeDemux
|
GstApeDemux
|
||||||
GstICYDemux
|
GstICYDemux
|
||||||
GstGoom2k1
|
GstALawEnc
|
||||||
GstGoom
|
GstALawDec
|
||||||
GstFlxDec
|
GstMuLawEnc
|
||||||
GstRndBufferSize
|
GstMuLawDec
|
||||||
GstEFence
|
GstQTDemux
|
||||||
|
GstWavParse
|
||||||
GstCutter
|
GstCutter
|
||||||
|
GstMultipartDemux
|
||||||
|
GstMultipartMux
|
||||||
|
GstGoom
|
||||||
|
GstEFence
|
||||||
|
GstRndBufferSize
|
||||||
|
GstSMPTE
|
||||||
|
GstRTPDec
|
||||||
|
GstInterleave
|
||||||
|
GstDeinterleave
|
||||||
|
GstVideoMixer
|
||||||
|
GstAuParse
|
||||||
|
GstMonoscope
|
||||||
|
GstFlxDec
|
||||||
|
GstEbmlRead
|
||||||
|
GstMatroskaDemux
|
||||||
|
GstMatroskaMux
|
||||||
|
GstGoom2k1
|
||||||
GstAviDemux
|
GstAviDemux
|
||||||
GstAviMux
|
GstAviMux
|
||||||
GstAviSubtitle
|
GstAviSubtitle
|
||||||
GstAuParse
|
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstClock
|
GstClock
|
||||||
@ -234,10 +236,10 @@ GInterface
|
|||||||
GTypePlugin
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
GstTagSetter
|
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
GstPropertyProbe
|
GstPropertyProbe
|
||||||
GstMixer
|
GstMixer
|
||||||
|
GstTagSetter
|
||||||
GstTuner
|
GstTuner
|
||||||
GstColorBalance
|
GstColorBalance
|
||||||
GstVideoOrientation
|
GstVideoOrientation
|
||||||
|
@ -7,34 +7,36 @@ GstGConfVideoSrc GstChildProxy
|
|||||||
GstSwitchSink GstChildProxy
|
GstSwitchSink GstChildProxy
|
||||||
GstGConfAudioSink GstChildProxy
|
GstGConfAudioSink GstChildProxy
|
||||||
GstGConfAudioSrc GstChildProxy
|
GstGConfAudioSrc GstChildProxy
|
||||||
GstAspectRatioCrop GstChildProxy
|
|
||||||
GstRTSPSrc GstChildProxy GstURIHandler
|
|
||||||
GstRgVolume GstChildProxy
|
|
||||||
GstAutoVideoSink GstChildProxy
|
GstAutoVideoSink GstChildProxy
|
||||||
GstAutoVideoSrc GstChildProxy
|
GstAutoVideoSrc GstChildProxy
|
||||||
GstAutoAudioSink GstChildProxy
|
GstAutoAudioSink GstChildProxy
|
||||||
GstAutoAudioSrc GstChildProxy
|
GstAutoAudioSrc GstChildProxy
|
||||||
|
GstRgVolume GstChildProxy
|
||||||
|
GstRTSPSrc GstChildProxy GstURIHandler
|
||||||
|
GstAspectRatioCrop GstChildProxy
|
||||||
|
GstPulseSink GstPropertyProbe GstImplementsInterface
|
||||||
|
GstShout2send GstTagSetter
|
||||||
|
GstUDPSink GstURIHandler
|
||||||
|
GstPulseSrc GstPropertyProbe GstImplementsInterface GstMixer
|
||||||
|
GstOssSrc GstImplementsInterface GstMixer
|
||||||
|
GstSoupHTTPSrc GstURIHandler
|
||||||
|
GstDV1394Src GstPropertyProbe GstURIHandler
|
||||||
|
GstHDV1394Src GstPropertyProbe GstURIHandler
|
||||||
|
GstV4l2Src GstPropertyProbe GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation
|
||||||
|
GstUDPSrc GstURIHandler
|
||||||
|
GstPulseMixer GstPropertyProbe GstImplementsInterface GstMixer
|
||||||
|
GstFlacEnc GstTagSetter
|
||||||
|
GstFlacTag GstTagSetter
|
||||||
GstTagLibMux GstTagSetter
|
GstTagLibMux GstTagSetter
|
||||||
GstId3v2Mux GstTagSetter
|
GstId3v2Mux GstTagSetter
|
||||||
GstApev2Mux GstTagSetter
|
GstApev2Mux GstTagSetter
|
||||||
GstSpeexEnc GstTagSetter
|
|
||||||
GstSoupHTTPSrc GstURIHandler
|
|
||||||
GstPulseSrc GstMixer GstImplementsInterface GstPropertyProbe
|
|
||||||
GstOssSrc GstMixer GstImplementsInterface
|
|
||||||
GstV4l2Src GstImplementsInterface GstPropertyProbe GstTuner GstColorBalance GstVideoOrientation
|
|
||||||
GstUDPSrc GstURIHandler
|
|
||||||
GstShout2send GstTagSetter
|
|
||||||
GstPulseSink GstImplementsInterface GstPropertyProbe
|
|
||||||
GstUDPSink GstURIHandler
|
|
||||||
GstPulseMixer GstMixer GstImplementsInterface GstPropertyProbe
|
|
||||||
GstVideoBalance GstImplementsInterface GstColorBalance
|
GstVideoBalance GstImplementsInterface GstColorBalance
|
||||||
GstIirEqualizer GstChildProxy
|
GstIirEqualizer GstChildProxy
|
||||||
GstIirEqualizerNBands GstChildProxy
|
GstIirEqualizerNBands GstChildProxy
|
||||||
GstIirEqualizer3Bands GstChildProxy GstPreset
|
GstIirEqualizer3Bands GstChildProxy GstPreset
|
||||||
GstIirEqualizer10Bands GstChildProxy GstPreset
|
GstIirEqualizer10Bands GstChildProxy GstPreset
|
||||||
GstFlacEnc GstTagSetter
|
GstSpeexEnc GstTagSetter
|
||||||
GstFlacTag GstTagSetter
|
GstOssMixerElement GstImplementsInterface GstMixer
|
||||||
GstOssMixerElement GstMixer GstImplementsInterface
|
|
||||||
GstVideoMixer GstChildProxy
|
GstVideoMixer GstChildProxy
|
||||||
GstMatroskaMux GstTagSetter
|
GstMatroskaMux GstTagSetter
|
||||||
GstAviMux GstTagSetter
|
GstAviMux GstTagSetter
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
GstTagSetter GstObject GstElement
|
|
||||||
GstImplementsInterface GstObject GstElement
|
GstImplementsInterface GstObject GstElement
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
GstMixer GstObject GstImplementsInterface GstElement
|
||||||
|
GstTagSetter GstObject GstElement
|
||||||
GstTuner GstObject GstImplementsInterface GstElement
|
GstTuner GstObject GstImplementsInterface GstElement
|
||||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||||
GstVideoOrientation GstObject GstImplementsInterface GstElement
|
GstVideoOrientation GstObject GstImplementsInterface GstElement
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
<description>Source for video data via IEEE1394 interface</description>
|
<description>Source for video data via IEEE1394 interface</description>
|
||||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||||
<basename>libgst1394.so</basename>
|
<basename>libgst1394.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>ASCII Art video sink</description>
|
<description>ASCII Art video sink</description>
|
||||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||||
<basename>libgstaasink.so</basename>
|
<basename>libgstaasink.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>aasink</name>
|
<name>aasink</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>ALaw audio conversion routines</description>
|
<description>ALaw audio conversion routines</description>
|
||||||
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
||||||
<basename>libgstalaw.so</basename>
|
<basename>libgstalaw.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>alawdec</name>
|
<name>alawdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>adds an alpha channel to video - constant or via chroma-keying</description>
|
<description>adds an alpha channel to video - constant or via chroma-keying</description>
|
||||||
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
||||||
<basename>libgstalpha.so</basename>
|
<basename>libgstalpha.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>alpha</name>
|
<name>alpha</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>RGBA to AYUV colorspace conversion preserving the alpha channel</description>
|
<description>RGBA to AYUV colorspace conversion preserving the alpha channel</description>
|
||||||
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
||||||
<basename>libgstalphacolor.so</basename>
|
<basename>libgstalphacolor.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>alphacolor</name>
|
<name>alphacolor</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
|
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
|
||||||
<filename>../../ext/annodex/.libs/libgstannodex.so</filename>
|
<filename>../../ext/annodex/.libs/libgstannodex.so</filename>
|
||||||
<basename>libgstannodex.so</basename>
|
<basename>libgstannodex.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>cmmldec</name>
|
<name>cmmldec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>APEv1/2 tag reader</description>
|
<description>APEv1/2 tag reader</description>
|
||||||
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
|
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
|
||||||
<basename>libgstapetag.so</basename>
|
<basename>libgstapetag.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>apedemux</name>
|
<name>apedemux</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Audio effects plugin</description>
|
<description>Audio effects plugin</description>
|
||||||
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
|
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
|
||||||
<basename>libgstaudiofx.so</basename>
|
<basename>libgstaudiofx.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>audioamplify</name>
|
<name>audioamplify</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>parses au streams</description>
|
<description>parses au streams</description>
|
||||||
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
||||||
<basename>libgstauparse.so</basename>
|
<basename>libgstauparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>auparse</name>
|
<name>auparse</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
|
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
|
||||||
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
||||||
<basename>libgstautodetect.so</basename>
|
<basename>libgstautodetect.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>autoaudiosink</name>
|
<name>autoaudiosink</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>AVI stream handling</description>
|
<description>AVI stream handling</description>
|
||||||
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
||||||
<basename>libgstavi.so</basename>
|
<basename>libgstavi.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>avidemux</name>
|
<name>avidemux</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Colored ASCII Art video sink</description>
|
<description>Colored ASCII Art video sink</description>
|
||||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||||
<basename>libgstcacasink.so</basename>
|
<basename>libgstcacasink.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>cacasink</name>
|
<name>cacasink</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Cairo-based overlaying</description>
|
<description>Cairo-based overlaying</description>
|
||||||
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
||||||
<basename>libgstcairo.so</basename>
|
<basename>libgstcairo.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>cairotextoverlay</name>
|
<name>cairotextoverlay</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Audio Cutter to split audio into non-silent bits</description>
|
<description>Audio Cutter to split audio into non-silent bits</description>
|
||||||
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
|
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
|
||||||
<basename>libgstcutter.so</basename>
|
<basename>libgstcutter.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>cutter</name>
|
<name>cutter</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>elements for testing and debugging</description>
|
<description>elements for testing and debugging</description>
|
||||||
<filename>../../gst/debug/.libs/libgstdebug.so</filename>
|
<filename>../../gst/debug/.libs/libgstdebug.so</filename>
|
||||||
<basename>libgstdebug.so</basename>
|
<basename>libgstdebug.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>breakmydata</name>
|
<name>breakmydata</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
||||||
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
||||||
<basename>libgstdv.so</basename>
|
<basename>libgstdv.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dvdec</name>
|
<name>dvdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
|
<description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
|
||||||
<filename>../../gst/debug/.libs/libgstefence.so</filename>
|
<filename>../../gst/debug/.libs/libgstefence.so</filename>
|
||||||
<basename>libgstefence.so</basename>
|
<basename>libgstefence.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>efence</name>
|
<name>efence</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>effect plugins from the effectv project</description>
|
<description>effect plugins from the effectv project</description>
|
||||||
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
||||||
<basename>libgsteffectv.so</basename>
|
<basename>libgsteffectv.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>agingtv</name>
|
<name>agingtv</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>GStreamer audio equalizers</description>
|
<description>GStreamer audio equalizers</description>
|
||||||
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
|
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
|
||||||
<basename>libgstequalizer.so</basename>
|
<basename>libgstequalizer.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>equalizer-10bands</name>
|
<name>equalizer-10bands</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>ESD Element Plugins</description>
|
<description>ESD Element Plugins</description>
|
||||||
<filename>../../ext/esd/.libs/libgstesd.so</filename>
|
<filename>../../ext/esd/.libs/libgstesd.so</filename>
|
||||||
<basename>libgstesd.so</basename>
|
<basename>libgstesd.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>esdsink</name>
|
<name>esdsink</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>The FLAC Lossless compressor Codec</description>
|
<description>The FLAC Lossless compressor Codec</description>
|
||||||
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
||||||
<basename>libgstflac.so</basename>
|
<basename>libgstflac.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>flacdec</name>
|
<name>flacdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>FLC/FLI/FLX video decoder</description>
|
<description>FLC/FLI/FLX video decoder</description>
|
||||||
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
||||||
<basename>libgstflxdec.so</basename>
|
<basename>libgstflxdec.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>flxdec</name>
|
<name>flxdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Changes gamma on video images</description>
|
<description>Changes gamma on video images</description>
|
||||||
<filename>../../gst/videofilter/.libs/libgstgamma.so</filename>
|
<filename>../../gst/videofilter/.libs/libgstgamma.so</filename>
|
||||||
<basename>libgstgamma.so</basename>
|
<basename>libgstgamma.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>gamma</name>
|
<name>gamma</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
|
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
|
||||||
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
|
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
|
||||||
<basename>libgstgconfelements.so</basename>
|
<basename>libgstgconfelements.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>gconfaudiosink</name>
|
<name>gconfaudiosink</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>GdkPixbuf-based image decoder, scaler and sink</description>
|
<description>GdkPixbuf-based image decoder, scaler and sink</description>
|
||||||
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
||||||
<basename>libgstgdkpixbuf.so</basename>
|
<basename>libgstgdkpixbuf.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>gdkpixbufdec</name>
|
<name>gdkpixbufdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>GOOM visualization filter</description>
|
<description>GOOM visualization filter</description>
|
||||||
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
||||||
<basename>libgstgoom.so</basename>
|
<basename>libgstgoom.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>goom</name>
|
<name>goom</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>GOOM 2k1 visualization filter</description>
|
<description>GOOM 2k1 visualization filter</description>
|
||||||
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
||||||
<basename>libgstgoom2k1.so</basename>
|
<basename>libgstgoom2k1.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>goom2k1</name>
|
<name>goom2k1</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>elements wrapping the GStreamer/HAL audio input/output devices</description>
|
<description>elements wrapping the GStreamer/HAL audio input/output devices</description>
|
||||||
<filename>../../ext/hal/.libs/libgsthalelements.so</filename>
|
<filename>../../ext/hal/.libs/libgsthalelements.so</filename>
|
||||||
<basename>libgsthalelements.so</basename>
|
<basename>libgsthalelements.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>halaudiosink</name>
|
<name>halaudiosink</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Demux ICY tags from a stream</description>
|
<description>Demux ICY tags from a stream</description>
|
||||||
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
|
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
|
||||||
<basename>libgsticydemux.so</basename>
|
<basename>libgsticydemux.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>icydemux</name>
|
<name>icydemux</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Demux ID3v1 and ID3v2 tags from a file</description>
|
<description>Demux ID3v1 and ID3v2 tags from a file</description>
|
||||||
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
|
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
|
||||||
<basename>libgstid3demux.so</basename>
|
<basename>libgstid3demux.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>id3demux</name>
|
<name>id3demux</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Audio interleaver/deinterleaver</description>
|
<description>Audio interleaver/deinterleaver</description>
|
||||||
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
||||||
<basename>libgstinterleave.so</basename>
|
<basename>libgstinterleave.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>deinterleave</name>
|
<name>deinterleave</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>JPeg plugin library</description>
|
<description>JPeg plugin library</description>
|
||||||
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
||||||
<basename>libgstjpeg.so</basename>
|
<basename>libgstjpeg.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>jpegdec</name>
|
<name>jpegdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Audio level plugin</description>
|
<description>Audio level plugin</description>
|
||||||
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
||||||
<basename>libgstlevel.so</basename>
|
<basename>libgstlevel.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>level</name>
|
<name>level</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Matroska stream handling</description>
|
<description>Matroska stream handling</description>
|
||||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||||
<basename>libgstmatroska.so</basename>
|
<basename>libgstmatroska.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>matroskademux</name>
|
<name>matroskademux</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Monoscope visualization</description>
|
<description>Monoscope visualization</description>
|
||||||
<filename>../../gst/monoscope/.libs/libgstmonoscope.so</filename>
|
<filename>../../gst/monoscope/.libs/libgstmonoscope.so</filename>
|
||||||
<basename>libgstmonoscope.so</basename>
|
<basename>libgstmonoscope.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>monoscope</name>
|
<name>monoscope</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>MuLaw audio conversion routines</description>
|
<description>MuLaw audio conversion routines</description>
|
||||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||||
<basename>libgstmulaw.so</basename>
|
<basename>libgstmulaw.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mulawdec</name>
|
<name>mulawdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Writes buffers to sequentially named files</description>
|
<description>Writes buffers to sequentially named files</description>
|
||||||
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
|
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
|
||||||
<basename>libgstmultifile.so</basename>
|
<basename>libgstmultifile.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>multifilesink</name>
|
<name>multifilesink</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>multipart stream manipulation</description>
|
<description>multipart stream manipulation</description>
|
||||||
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
|
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
|
||||||
<basename>libgstmultipart.so</basename>
|
<basename>libgstmultipart.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>multipartdemux</name>
|
<name>multipartdemux</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Template for a video filter</description>
|
<description>Template for a video filter</description>
|
||||||
<filename>../../gst/debug/.libs/libgstnavigationtest.so</filename>
|
<filename>../../gst/debug/.libs/libgstnavigationtest.so</filename>
|
||||||
<basename>libgstnavigationtest.so</basename>
|
<basename>libgstnavigationtest.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>navigationtest</name>
|
<name>navigationtest</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>OSS (Open Sound System) support for GStreamer</description>
|
<description>OSS (Open Sound System) support for GStreamer</description>
|
||||||
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
||||||
<basename>libgstossaudio.so</basename>
|
<basename>libgstossaudio.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>ossmixer</name>
|
<name>ossmixer</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>PNG plugin library</description>
|
<description>PNG plugin library</description>
|
||||||
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
||||||
<basename>libgstpng.so</basename>
|
<basename>libgstpng.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>pngdec</name>
|
<name>pngdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>PulseAudio plugin library</description>
|
<description>PulseAudio plugin library</description>
|
||||||
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
||||||
<basename>libgstpulse.so</basename>
|
<basename>libgstpulse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>pulsemixer</name>
|
<name>pulsemixer</name>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-raw-float, endianness=(int){ 1234, 4321 }, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean)true, width=(int)32, depth=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-raw-int, signed=(boolean)false, width=(int)8, depth=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]</details>
|
<details>audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-raw-float, endianness=(int){ 1234, 4321 }, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean)true, width=(int)32, depth=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-raw-int, signed=(boolean)false, width=(int)8, depth=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean)true, width=(int)32, depth=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-raw-float, endianness=(int){ 1234, 4321 }, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-raw-int, signed=(boolean)false, width=(int)8, depth=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]; audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 16 ]</details>
|
<details>audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-raw-float, endianness=(int){ 1234, 4321 }, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean)true, width=(int)32, depth=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-raw-int, signed=(boolean)false, width=(int)8, depth=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]; audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Quicktime support</description>
|
<description>Quicktime support</description>
|
||||||
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
|
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
|
||||||
<basename>libgstqtdemux.so</basename>
|
<basename>libgstqtdemux.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>qtdemux</name>
|
<name>qtdemux</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>ReplayGain volume normalization</description>
|
<description>ReplayGain volume normalization</description>
|
||||||
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
||||||
<basename>libgstreplaygain.so</basename>
|
<basename>libgstreplaygain.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>rganalysis</name>
|
<name>rganalysis</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Real-time protocol plugins</description>
|
<description>Real-time protocol plugins</description>
|
||||||
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
||||||
<basename>libgstrtp.so</basename>
|
<basename>libgstrtp.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>asteriskh263</name>
|
<name>asteriskh263</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>transfer data via RTSP</description>
|
<description>transfer data via RTSP</description>
|
||||||
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
||||||
<basename>libgstrtsp.so</basename>
|
<basename>libgstrtsp.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>rtpdec</name>
|
<name>rtpdec</name>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<description>Sends data to an icecast server using libshout2</description>
|
<description>Sends data to an icecast server using libshout2</description>
|
||||||
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
||||||
<basename>libgstshout2.so</basename>
|
<basename>libgstshout2.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>libshout2</package>
|
<package>libshout2</package>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Apply the standard SMPTE transitions on video images</description>
|
<description>Apply the standard SMPTE transitions on video images</description>
|
||||||
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
||||||
<basename>libgstsmpte.so</basename>
|
<basename>libgstsmpte.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>smpte</name>
|
<name>smpte</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>libsoup HTTP client src</description>
|
<description>libsoup HTTP client src</description>
|
||||||
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
|
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
|
||||||
<basename>libgstsouphttpsrc.so</basename>
|
<basename>libgstsouphttpsrc.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>souphttpsrc</name>
|
<name>souphttpsrc</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Run an FFT on the audio signal, output spectrum data</description>
|
<description>Run an FFT on the audio signal, output spectrum data</description>
|
||||||
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
|
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
|
||||||
<basename>libgstspectrum.so</basename>
|
<basename>libgstspectrum.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>spectrum</name>
|
<name>spectrum</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Speex plugin library</description>
|
<description>Speex plugin library</description>
|
||||||
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
||||||
<basename>libgstspeex.so</basename>
|
<basename>libgstspeex.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>speexdec</name>
|
<name>speexdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Tag writing plug-in based on taglib</description>
|
<description>Tag writing plug-in based on taglib</description>
|
||||||
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
||||||
<basename>libgsttaglib.so</basename>
|
<basename>libgsttaglib.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>apev2mux</name>
|
<name>apev2mux</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>transfer data via UDP</description>
|
<description>transfer data via UDP</description>
|
||||||
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
||||||
<basename>libgstudp.so</basename>
|
<basename>libgstudp.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dynudpsink</name>
|
<name>dynudpsink</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>elements for Video 4 Linux</description>
|
<description>elements for Video 4 Linux</description>
|
||||||
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||||
<basename>libgstvideo4linux2.so</basename>
|
<basename>libgstvideo4linux2.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>v4l2src</name>
|
<name>v4l2src</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Changes hue, saturation, brightness etc. on video images</description>
|
<description>Changes hue, saturation, brightness etc. on video images</description>
|
||||||
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
|
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
|
||||||
<basename>libgstvideobalance.so</basename>
|
<basename>libgstvideobalance.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>videobalance</name>
|
<name>videobalance</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>resizes a video by adding borders or cropping</description>
|
<description>resizes a video by adding borders or cropping</description>
|
||||||
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
||||||
<basename>libgstvideobox.so</basename>
|
<basename>libgstvideobox.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>videobox</name>
|
<name>videobox</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Crops video into a user-defined region</description>
|
<description>Crops video into a user-defined region</description>
|
||||||
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
||||||
<basename>libgstvideocrop.so</basename>
|
<basename>libgstvideocrop.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>aspectratiocrop</name>
|
<name>aspectratiocrop</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Flips and rotates video</description>
|
<description>Flips and rotates video</description>
|
||||||
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
|
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
|
||||||
<basename>libgstvideoflip.so</basename>
|
<basename>libgstvideoflip.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>videoflip</name>
|
<name>videoflip</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Video mixer</description>
|
<description>Video mixer</description>
|
||||||
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
||||||
<basename>libgstvideomixer.so</basename>
|
<basename>libgstvideomixer.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>videomixer</name>
|
<name>videomixer</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Encode raw audio into WAV</description>
|
<description>Encode raw audio into WAV</description>
|
||||||
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
||||||
<basename>libgstwavenc.so</basename>
|
<basename>libgstwavenc.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>wavenc</name>
|
<name>wavenc</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Wavpack lossless/lossy audio format handling</description>
|
<description>Wavpack lossless/lossy audio format handling</description>
|
||||||
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
|
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
|
||||||
<basename>libgstwavpack.so</basename>
|
<basename>libgstwavpack.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>wavpackdec</name>
|
<name>wavpackdec</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>Parse a .wav file into raw audio</description>
|
<description>Parse a .wav file into raw audio</description>
|
||||||
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
||||||
<basename>libgstwavparse.so</basename>
|
<basename>libgstwavparse.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>wavparse</name>
|
<name>wavparse</name>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<description>X11 video input plugin using standard Xlib calls</description>
|
<description>X11 video input plugin using standard Xlib calls</description>
|
||||||
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
|
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
|
||||||
<basename>libgstximagesrc.so</basename>
|
<basename>libgstximagesrc.so</basename>
|
||||||
<version>0.10.13.1</version>
|
<version>0.10.14</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>ximagesrc</name>
|
<name>ximagesrc</name>
|
||||||
|
@ -33,6 +33,17 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
|||||||
</CVSRepository>
|
</CVSRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.10.14</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>Disaffected Affectation</name>
|
||||||
|
<created>2009-02-19</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.14.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.14.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.13</revision>
|
<revision>0.10.13</revision>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* package name in plugins */
|
||||||
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins CVS/prerelease"
|
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release"
|
||||||
|
|
||||||
/* package origin */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
@ -244,13 +244,13 @@
|
|||||||
#define PACKAGE_NAME "GStreamer Good Plug-ins"
|
#define PACKAGE_NAME "GStreamer Good Plug-ins"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.13.3"
|
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.14"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "gst-plugins-good"
|
#define PACKAGE_TARNAME "gst-plugins-good"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "0.10.13.3"
|
#define PACKAGE_VERSION "0.10.14"
|
||||||
|
|
||||||
/* Define the plugin directory */
|
/* Define the plugin directory */
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
@ -266,7 +266,7 @@
|
|||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.10.13.3"
|
#define VERSION "0.10.14"
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user