mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 09:38:17 +00:00
releasing 0.10.2
Original commit message from CVS: releasing 0.10.2
This commit is contained in:
parent
8501a77ce6
commit
262c579320
31 changed files with 149 additions and 49 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.10.2 ===
|
||||||
|
|
||||||
|
2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.2, "Then the devil is six"
|
||||||
|
|
||||||
2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
|
2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
|
* gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
|
||||||
|
@ -200,15 +207,14 @@
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
* gst/volume/Makefile.am:
|
* gst/volume/Makefile.am:
|
||||||
* gst/volume/demo.c:
|
* gst/volume/demo.c:
|
||||||
move old example to tests/examples/volume/volune.c
|
move old example to tests/examples/volume/volune.c
|
||||||
* tests/examples/Makefile.am:
|
* tests/examples/Makefile.am:
|
||||||
* tests/examples/seek/seek.c: (main):
|
* tests/examples/seek/seek.c: (main):
|
||||||
change window-close event from "delete-event" to "destroy"
|
change window-close event from "delete-event" to "destroy"
|
||||||
* tests/examples/volume/Makefile.am:
|
* tests/examples/volume/Makefile.am:
|
||||||
* tests/examples/volume/volume.c: (value_changed_callback),
|
* tests/examples/volume/volume.c: (value_changed_callback),
|
||||||
(setup_gui), (message_received), (eos_message_received), (main):
|
(setup_gui), (message_received), (eos_message_received), (main):
|
||||||
fix event handling and bus usage
|
fix event handling and bus usage
|
||||||
|
|
||||||
|
|
||||||
2005-12-29 Stefan Kost <ensonic@users.sf.net>
|
2005-12-29 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
@ -228,8 +234,8 @@
|
||||||
(gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
|
(gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
|
||||||
(gst_audio_test_src_create), (gst_audio_test_src_set_property):
|
(gst_audio_test_src_create), (gst_audio_test_src_set_property):
|
||||||
* gst/audiotestsrc/gstaudiotestsrc.h:
|
* gst/audiotestsrc/gstaudiotestsrc.h:
|
||||||
update to basesrc changes, implement segmented seeking and eos handling,
|
update to basesrc changes, implement segmented seeking and eos
|
||||||
add a 'sine-tab' waveform for performance critical playback
|
handling, add a 'sine-tab' waveform for performance critical playback
|
||||||
|
|
||||||
2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
|
2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
|
26
NEWS
26
NEWS
|
@ -1,4 +1,28 @@
|
||||||
This is GStreamer Base Plug-ins 0.10.1, "Dobro Dedek"
|
This is GStreamer Base Plug-ins 0.10.2, "Then the devil is six"
|
||||||
|
|
||||||
|
Changes since 0.10.1:
|
||||||
|
|
||||||
|
* ported gnomevfssink, cdparanoia
|
||||||
|
* New library and base class: GstCddaBaseSrc
|
||||||
|
* ported mixerutils.h
|
||||||
|
* added 'sine-tab' waveform to audiotestsrc
|
||||||
|
* added float audio to audiorate
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.1:
|
||||||
|
|
||||||
|
* 324216 : [cdparanoia] missing patches from 0.8
|
||||||
|
* 324696 : [videotestsrc] does not start counting the time from zero...
|
||||||
|
* 324900 : Problem compiling gst-plugins-base with Forte
|
||||||
|
* 325984 : [playbin] cannot handle sources that produce raw audio/video
|
||||||
|
* 325990 : patch videotestsrc for using glib types
|
||||||
|
* 326601 : GstRingBuffer crashes with alaw/mulaw caps
|
||||||
|
* 327114 : [theoradec] should post tags on the bus
|
||||||
|
* 327216 : vorbisdec segfaults on certain queries
|
||||||
|
|
||||||
|
API added since 0.10.1:
|
||||||
|
|
||||||
|
* added libgstcddabase
|
||||||
|
* added mixerutils.h
|
||||||
|
|
||||||
Changes since 0.10.0:
|
Changes since 0.10.0:
|
||||||
|
|
||||||
|
|
31
RELEASE
31
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
GStreamer: Release notes for GStreamer Base Plug-ins 0.10.1 "Dobro Dedek"
|
GStreamer: Release notes for GStreamer Base Plug-ins 0.10.2 "Then the devil is six"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -55,23 +55,30 @@ Features of this release
|
||||||
|
|
||||||
* Parallel installability with 0.8.x series
|
* Parallel installability with 0.8.x series
|
||||||
* Threadsafe design and API
|
* Threadsafe design and API
|
||||||
* removed gst-launch-ext
|
* ported gnomevfssink, cdparanoia
|
||||||
* Ported: ogmparse
|
* New library and base class: GstCddaBaseSrc
|
||||||
* Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin
|
* ported mixerutils.h
|
||||||
|
* added 'sine-tab' waveform to audiotestsrc
|
||||||
|
* added float audio to audiorate
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 322347 : GstBaseRtpDepayload timestamps are wring
|
* 324216 : [cdparanoia] missing patches from 0.8
|
||||||
* 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered
|
* 324696 : [videotestsrc] does not start counting the time from zero...
|
||||||
* 323878 : missing < string.h > inclusion (for memset & FD_ZERO)
|
* 324900 : Problem compiling gst-plugins-base with Forte
|
||||||
|
* 325984 : [playbin] cannot handle sources that produce raw audio/video
|
||||||
|
* 325990 : patch videotestsrc for using glib types
|
||||||
|
* 326601 : GstRingBuffer crashes with alaw/mulaw caps
|
||||||
|
* 327114 : [theoradec] should post tags on the bus
|
||||||
|
* 327216 : vorbisdec segfaults on certain queries
|
||||||
|
|
||||||
API changed in this release
|
API changed in this release
|
||||||
|
|
||||||
|
|
||||||
- API additions:
|
- API additions:
|
||||||
|
|
||||||
* GstAlsaMixer::device
|
* added libgstcddabase
|
||||||
* GstAlsaMixer::device-name
|
* added mixerutils.h
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -101,15 +108,11 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Christian Schaller
|
|
||||||
* Edgard Lima
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Julien MOUTTE
|
|
||||||
* Luca Ognibene
|
|
||||||
* Michael Smith
|
* Michael Smith
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Thomas Vander Stichele
|
* Thomas Vander Stichele
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Wim Taymans
|
* Tommi Myöhänen
|
||||||
|
|
|
@ -6,7 +6,7 @@ AC_INIT
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 1, 2,
|
AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 2, 0,
|
||||||
GST_CVS="no", GST_CVS="yes")
|
GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
dnl can autoconf find the source ?
|
dnl can autoconf find the source ?
|
||||||
|
@ -38,12 +38,12 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
||||||
dnl - interfaces added -> increment AGE
|
dnl - interfaces added -> increment AGE
|
||||||
dnl - interfaces removed -> AGE = 0
|
dnl - interfaces removed -> AGE = 0
|
||||||
dnl sets GST_LT_LDFLAGS
|
dnl sets GST_LT_LDFLAGS
|
||||||
AS_LIBTOOL(GST, 0, 0, 0)
|
AS_LIBTOOL(GST, 1, 0, 1)
|
||||||
AS_LIBTOOL_TAGS
|
AS_LIBTOOL_TAGS
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.10.0.2
|
GST_REQ=0.10.2
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -1408,3 +1408,43 @@
|
||||||
<DEFAULT></DEFAULT>
|
<DEFAULT></DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstCdParanoiaSrc::generic-device</NAME>
|
||||||
|
<TYPE>gchararray</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Generic device</NICK>
|
||||||
|
<BLURB>Use specified generic scsi device.</BLURB>
|
||||||
|
<DEFAULT>NULL</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstCdParanoiaSrc::paranoia-mode</NAME>
|
||||||
|
<TYPE>GstCdParanoiaMode</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Paranoia mode</NICK>
|
||||||
|
<BLURB>Type of checking to perform.</BLURB>
|
||||||
|
<DEFAULT>PARANOIA_MODE_FRAGMENT</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstCdParanoiaSrc::read-speed</NAME>
|
||||||
|
<TYPE>gint</TYPE>
|
||||||
|
<RANGE>>= -1</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Read speed</NICK>
|
||||||
|
<BLURB>Read from device at specified speed.</BLURB>
|
||||||
|
<DEFAULT>-1</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstCdParanoiaSrc::search-overlap</NAME>
|
||||||
|
<TYPE>gint</TYPE>
|
||||||
|
<RANGE>[-1,75]</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Search overlap</NICK>
|
||||||
|
<BLURB>Force minimum overlap search during verification to n sectors.</BLURB>
|
||||||
|
<DEFAULT>-1</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Adds multiple streams</description>
|
<description>Adds multiple streams</description>
|
||||||
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
||||||
<basename>libgstadder.so</basename>
|
<basename>libgstadder.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ALSA plugin library</description>
|
<description>ALSA plugin library</description>
|
||||||
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
||||||
<basename>libgstalsa.so</basename>
|
<basename>libgstalsa.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Convert audio to different formats</description>
|
<description>Convert audio to different formats</description>
|
||||||
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
||||||
<basename>libgstaudioconvert.so</basename>
|
<basename>libgstaudioconvert.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Adjusts audio frames</description>
|
<description>Adjusts audio frames</description>
|
||||||
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
||||||
<basename>libgstaudiorate.so</basename>
|
<basename>libgstaudiorate.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
||||||
<basename>libgstaudioresample.so</basename>
|
<basename>libgstaudioresample.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Creates audio test signals of given frequency and volume</description>
|
<description>Creates audio test signals of given frequency and volume</description>
|
||||||
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
||||||
<basename>libgstaudiotestsrc.so</basename>
|
<basename>libgstaudiotestsrc.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
20
docs/plugins/inspect/plugin-cdparanoia.xml
Normal file
20
docs/plugins/inspect/plugin-cdparanoia.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>cdparanoia</name>
|
||||||
|
<description>Read audio from CD in paranoid mode</description>
|
||||||
|
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
||||||
|
<basename>libgstcdparanoia.so</basename>
|
||||||
|
<version>0.10.2</version>
|
||||||
|
<license>GPL</license>
|
||||||
|
<source>gst-plugins-base</source>
|
||||||
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>cdparanoiasrc</name>
|
||||||
|
<longname>CD Audio (cdda) Source, Paranoia IV</longname>
|
||||||
|
<class>Source/File</class>
|
||||||
|
<description>Read audio from CD in paranoid mode</description>
|
||||||
|
<author>Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
|
@ -3,7 +3,7 @@
|
||||||
<description>decoder bin</description>
|
<description>decoder bin</description>
|
||||||
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
||||||
<basename>libgstdecodebin.so</basename>
|
<basename>libgstdecodebin.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
|
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
|
||||||
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
|
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
|
||||||
<basename>libgstffmpegcolorspace.so</basename>
|
<basename>libgstffmpegcolorspace.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>FFMpeg</package>
|
<package>FFMpeg</package>
|
||||||
|
|
|
@ -3,12 +3,19 @@
|
||||||
<description>elements to read from and write to Gnome-VFS uri's</description>
|
<description>elements to read from and write to Gnome-VFS uri's</description>
|
||||||
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
|
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
|
||||||
<basename>libgstgnomevfs.so</basename>
|
<basename>libgstgnomevfs.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>gnomevfssink</name>
|
||||||
|
<longname>GnomeVFS Sink</longname>
|
||||||
|
<class>Sink/File</class>
|
||||||
|
<description>Write a stream to a GnomeVFS URI</description>
|
||||||
|
<author>Bastien Nocera <hadess@hadess.net></author>
|
||||||
|
</element>
|
||||||
<element>
|
<element>
|
||||||
<name>gnomevfssrc</name>
|
<name>gnomevfssrc</name>
|
||||||
<longname>GnomeVFS Source</longname>
|
<longname>GnomeVFS Source</longname>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>libvisual visualization plugins</description>
|
<description>libvisual visualization plugins</description>
|
||||||
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
||||||
<basename>libgstlibvisual.so</basename>
|
<basename>libgstlibvisual.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
|
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
|
||||||
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
|
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
|
||||||
<basename>libgstogg.so</basename>
|
<basename>libgstogg.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Pango-based text rendering and overlay</description>
|
<description>Pango-based text rendering and overlay</description>
|
||||||
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
||||||
<basename>libgstpango.so</basename>
|
<basename>libgstpango.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>player bin</description>
|
<description>player bin</description>
|
||||||
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
||||||
<basename>libgstplaybin.so</basename>
|
<basename>libgstplaybin.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Subtitle (.sub) file parsing</description>
|
<description>Subtitle (.sub) file parsing</description>
|
||||||
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
||||||
<basename>libgstsubparse.so</basename>
|
<basename>libgstsubparse.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>transfer data over the network via TCP</description>
|
<description>transfer data over the network via TCP</description>
|
||||||
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
||||||
<basename>libgsttcp.so</basename>
|
<basename>libgsttcp.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Theora plugin library</description>
|
<description>Theora plugin library</description>
|
||||||
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
||||||
<basename>libgsttheora.so</basename>
|
<basename>libgsttheora.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>default typefind functions</description>
|
<description>default typefind functions</description>
|
||||||
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
||||||
<basename>libgsttypefindfunctions.so</basename>
|
<basename>libgsttypefindfunctions.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>elements for Video 4 Linux</description>
|
<description>elements for Video 4 Linux</description>
|
||||||
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
|
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
|
||||||
<basename>libgstvideo4linux.so</basename>
|
<basename>libgstvideo4linux.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Adjusts video frames</description>
|
<description>Adjusts video frames</description>
|
||||||
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
||||||
<basename>libgstvideorate.so</basename>
|
<basename>libgstvideorate.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Resizes video</description>
|
<description>Resizes video</description>
|
||||||
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
||||||
<basename>libgstvideoscale.so</basename>
|
<basename>libgstvideoscale.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Creates a test video stream</description>
|
<description>Creates a test video stream</description>
|
||||||
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
||||||
<basename>libgstvideotestsrc.so</basename>
|
<basename>libgstvideotestsrc.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>element for controlling audio volume</description>
|
<description>element for controlling audio volume</description>
|
||||||
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
||||||
<basename>libgstvolume.so</basename>
|
<basename>libgstvolume.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Vorbis plugin library</description>
|
<description>Vorbis plugin library</description>
|
||||||
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
||||||
<basename>libgstvorbis.so</basename>
|
<basename>libgstvorbis.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>X11 video output element based on standard Xlib calls</description>
|
<description>X11 video output element based on standard Xlib calls</description>
|
||||||
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
||||||
<basename>libgstximagesink.so</basename>
|
<basename>libgstximagesink.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>XFree86 video output plugin using Xv extension</description>
|
<description>XFree86 video output plugin using Xv extension</description>
|
||||||
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
||||||
<basename>libgstxvimagesink.so</basename>
|
<basename>libgstxvimagesink.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins source release</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
|
|
Loading…
Reference in a new issue