mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
releasing 0.10.4
Original commit message from CVS: releasing 0.10.4
This commit is contained in:
parent
eff3c05d68
commit
4653b1f050
55 changed files with 303 additions and 220 deletions
43
ChangeLog
43
ChangeLog
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.4 ===
|
||||
|
||||
2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.4, "Dear Leader"
|
||||
|
||||
2006-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
Patch by: Edward Hervey <edward@fluendo.com>
|
||||
|
@ -87,8 +94,8 @@
|
|||
|
||||
* ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
|
||||
(gst_signal_processor_process):
|
||||
don't query buffer-frames from caps, add lots of debug-log,
|
||||
try fix for assert (#349189)
|
||||
don't query buffer-frames from caps, add lots of debug-log,
|
||||
try fix for assert (#349189)
|
||||
|
||||
2006-07-31 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
|
@ -105,8 +112,8 @@
|
|||
(gst_signal_processor_sink_activate_push),
|
||||
(gst_signal_processor_src_activate_pull),
|
||||
(gst_signal_processor_change_state):
|
||||
Add debugs logs here and there, add more error handling, add some
|
||||
FIXME comments, filed #349189
|
||||
Add debugs logs here and there, add more error handling, add some
|
||||
FIXME comments, filed #349189
|
||||
|
||||
2006-07-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
|
@ -409,7 +416,7 @@
|
|||
|
||||
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
|
||||
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
||||
Add annodex and icydemux, cleanup the sections a bit
|
||||
Add annodex and icydemux, cleanup the sections a bit
|
||||
|
||||
2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
|
@ -422,8 +429,8 @@
|
|||
2006-07-18 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
|
||||
Respect mpegversion for "video/mpeg" and give message in case of
|
||||
unhandled versions.
|
||||
Respect mpegversion for "video/mpeg" and give message in case of
|
||||
unhandled versions.
|
||||
|
||||
2006-07-17 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
|
@ -1016,19 +1023,19 @@
|
|||
* sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
|
||||
(gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
|
||||
(gst_sunaudiosink_write):
|
||||
Attached find a patch that fixes a number of bugs with the SunAudio mixer
|
||||
plugin and fixes #344101:
|
||||
1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3 tracks onto
|
||||
the tracklist causing gnome-volume-control's preferences dialog to be messed
|
||||
up and would core dump if you checked/unchecked any item.
|
||||
2. We weren't previously setting the MUTE flag properly. Fixing this makes
|
||||
gnome-volume-control work better.
|
||||
3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT and
|
||||
the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes gnome-volume-control
|
||||
look better.
|
||||
Attached find a patch that fixes a number of bugs with the SunAudio
|
||||
mixer plugin and fixes #344101:
|
||||
1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
|
||||
tracks onto the tracklist causing gnome-volume-control's preferences
|
||||
dialog to be messed up and would core dump if you checked/unchecked
|
||||
any item.
|
||||
2. We weren't previously setting the MUTE flag properly. Fixing this
|
||||
makes gnome-volume-control work better.
|
||||
3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
|
||||
and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
|
||||
gnome-volume-control look better.
|
||||
Also some minor cleanup in gstsunaudiosink.c.
|
||||
|
||||
|
||||
2006-06-09 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
|
||||
|
|
73
NEWS
73
NEWS
|
@ -1,4 +1,75 @@
|
|||
This is GStreamer Good Plug-ins 0.10.3, "Desplazado"
|
||||
This is GStreamer Good Plug-ins 0.10.4, "Dear Leader"
|
||||
|
||||
Changes since 0.10.3:
|
||||
|
||||
* added apev2mux element
|
||||
* use libiec61883 for Firewire
|
||||
|
||||
Bugs fixed since 0.10.3:
|
||||
|
||||
* 345930 : [id3demux] segfaults with file containing only ID3v1 tag
|
||||
* 347529 : wavparse error
|
||||
* 321191 : rtpamrdec isn't a subclass of GstBaseRtpDepayload
|
||||
* 340027 : [patch] wavparse fails for several files
|
||||
* 318563 : offer support for new raw1394_iso api in dv1394src
|
||||
* 330623 : [avidemux] only the beginning of big avi files gets played
|
||||
* 334375 : [id3demux] [id3v2mux] ID3 tag rewriting is lossy
|
||||
* 337076 : Problem with broken matroska files containing non-UTF8 su...
|
||||
* 339704 : [id3demux] read images from ID3 tags
|
||||
* 340282 : Goom visualization is unusable at 'Normal' size and higher
|
||||
* 340623 : [matroskademux] small memory leak
|
||||
* 340699 : [flacdec] should not send EOS when doing segment seeking
|
||||
* 340859 : [avimux] produces index with all frames marked as keyframes
|
||||
* 340946 : raw1394 plugin uses deprecated functions
|
||||
* 340979 : [id3demux] mp3 id3v2 TCON tag possible bug?
|
||||
* 341489 : gst-plugins-good wavparse Cygwin fix
|
||||
* 341774 : Fails to read tags in file
|
||||
* 341818 : [matroskademux] poor concurrent performance
|
||||
* 342029 : [id3demux] overflow of titlenumbers
|
||||
* 342097 : [jpegdec] crash with attached JPEG file
|
||||
* 342448 : [matroska] support for muxing/demuxing Theora video
|
||||
* 342526 : [avimux] dml index support, codec_data support, cleanups
|
||||
* 342592 : dvdemux doesn't post segment-done right
|
||||
* 342734 : [matroskamux] might block on state-change
|
||||
* 343051 : [autoaudiosink] doesn't try esdsink
|
||||
* 343055 : README mentions 0.9.6
|
||||
* 343117 : jpegdec, mjpeg avi's and flush seeks
|
||||
* 343122 : [taglib] new apev2mux element
|
||||
* 343123 : [apedemux] add support for GST_TAG_LOCATION
|
||||
* 343127 : [apedemux] extract track count, clean up parsing
|
||||
* 343602 : configure --disable-external fails
|
||||
* 343603 : need to add -lm to build tests/examples/level
|
||||
* 343678 : configure.ac incorrectly uses $(SED) rather than $SED
|
||||
* 343837 : [wavparse] can't handle WAV file with 'bext' header chunk
|
||||
* 344100 : --disable-schemas-install not honored
|
||||
* 344101 : SunAudio mixer fixes
|
||||
* 344120 : dv1394src should now require libraw1394 > = 1.1.0
|
||||
* 344605 : [id3demux] set picture type on image buffers
|
||||
* 345232 : [wavparse] reads beyond end-of-file (in pull mode)
|
||||
* 345288 : [udp] make work on Windows
|
||||
* 345713 : ximagesrc uses XFixesCursorImage incorrectly and will seg...
|
||||
* 346066 : [sunaudiosink] don't override user setting and switch on ...
|
||||
* 346259 : [sunaudio] move monitor to input tab in mixer
|
||||
* 347234 : streaming UDP (MPEGTS) shows only one frame of video
|
||||
* 347258 : [wavparse] internal stream error reading gnome-game gnibb...
|
||||
* 347898 : [id3v2mux] write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION
|
||||
* 347972 : [cdiocddasrc] core dumps if device is not found
|
||||
* 348644 : [id3demux] Gets the wrong part of binary blob for ID3 v2....
|
||||
* 348752 : [udpsrc] add property to set buffer size for udp socket
|
||||
* 348913 : [id3v2mux] tagging utf-8 text may be converted to iso-8869-1
|
||||
* 349155 : [smokeenc] does not set caps on it's buffers
|
||||
* 349189 : LADSPA gstsignalprocessor.c: line 408: assertion failed: ...
|
||||
* 349907 : multiudpsink messes up multicast addresses
|
||||
* 350433 : [rtph263pdepay] h.263plus depayloader does not work
|
||||
* 340492 : [flacdec] support push-based operation (and thus flac-ove...
|
||||
* 345679 : fix to avoid goom core dumping
|
||||
* 317470 : [GstCheck] gst_check_teardown_element asserts wrong refcount
|
||||
* 340980 : [pixbuf,wavparse] fix build with gcc 2.95
|
||||
* 343661 : Jpeg image crashes gstreamer
|
||||
* 344923 : New SunAudio source plugin, and mixer now supports stereo...
|
||||
* 345301 : [PATCH] gst-plugins-good rtsp for Windows
|
||||
* 346921 : gstmultiudpsink multicast support is broken
|
||||
* 344136 : More accurate list of plugins which will/will not be buil...
|
||||
|
||||
Changes since 0.10.2:
|
||||
|
||||
|
|
171
RELEASE
171
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer Good Plug-ins 0.10.3 "Desplazado"
|
||||
Release notes for GStreamer Good Plug-ins 0.10.4 "Dear Leader"
|
||||
|
||||
|
||||
|
||||
|
@ -53,83 +53,76 @@ contains a set of less supported plug-ins that haven't passed the
|
|||
|
||||
Features of this release
|
||||
|
||||
* Annodex/CMML support
|
||||
* RTSP and RTP enhancements
|
||||
* HAL configured audio device support
|
||||
* FLAC, Matroska, AVI, WAV, ID3, APE, DV and JPEG plugin improvements
|
||||
* Recognise SSA/ASS and USF subtitles in Matroska files
|
||||
* Fixes for ESD and SunAudio output plugins
|
||||
* More uniform plugin descriptions
|
||||
* IceCast metadata reading plugin added
|
||||
* New plugins ported from 0.8: OSX audio, AVI muxer, X-Windows input, WAV encoder, Gdk-Pixbuf image decoder, Smoke decoder, Video colour balance
|
||||
* Lots of bug fixes
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* added apev2mux element
|
||||
* use libiec61883 for Firewire
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 335067 : RTSP src not working with WMServer servers
|
||||
* 333657 : Replacing icy demuxing in gnomevfssrc
|
||||
* 329106 : HAL sound device wrapper plugins
|
||||
* 337749 : totem (gstreamer) crashes when playing an avi file
|
||||
* 330885 : avidemux does not handle eos at end of seek-region
|
||||
* 337364 : faulty GObject macros
|
||||
* 337625 : [patch] Streaming support for wavparse
|
||||
* 150363 : [pngdec] doesn't handle grayscale or paletted
|
||||
* 154744 : Time slider does not work with avi videos from Cannon SD100
|
||||
* 161712 : [auparse] .au files don't play in playbin
|
||||
* 313266 : [wavparse] will not play DTS stream in malformed WAV
|
||||
* 319183 : rtspsrc filter sometimes uses an odd port for rtp
|
||||
* 319986 : annodex decoding and encoding support
|
||||
* 323721 : [id3demux] read in replaygain information from RVA2 frame...
|
||||
* 323880 : " Seek in ready " for dvdemux
|
||||
* 325191 : problem with auparse or mulawdec, choppy esd playback
|
||||
* 326160 : videobalance not ported to new GstVideoFilter
|
||||
* 327658 : " Seek in ready " support for wavparse plugin
|
||||
* 328327 : gst-plugins-good fail to compile with gcc 4.1
|
||||
* 329107 : Profile support for gconfaudiosink
|
||||
* 330239 : Crash playing any song from a particular album over rhyth...
|
||||
* 330678 : Unable to play .fli files
|
||||
* 331253 : Critical warnings when using cddacdiosrc
|
||||
* 331368 : Gstreamer doesn't recognise tags
|
||||
* 331385 : [alpha] state change function returns a constant
|
||||
* 331672 : Another file that gstreamer can't read the tags on
|
||||
* 331905 : [jpeg] smokedec not ported
|
||||
* 331917 : [pngdec] does not support files with png streams
|
||||
* 332031 : [PATCH] avimux ported to 0.10
|
||||
* 332547 : [wavparse] does not support multichannel wavs
|
||||
* 333070 : [id3demux] reads unicode tags incorrectly where .8 did it...
|
||||
* 333302 : [apedemux] some WavPack files with APE tags fail to play ...
|
||||
* 333392 : [sunaudio] unused variables break CVS build with -Werror
|
||||
* 333512 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
|
||||
* 333624 : invalid get_times implementation in gstdynudpsink
|
||||
* 333784 : [patch] unref the result of gst_pad_get_parent
|
||||
* 334083 : [jpegdec] wrong durations set on buffers after seeking in...
|
||||
* 334522 : avi of mpeg4 video and adpcm audio from digital camera re...
|
||||
* 334732 : [id3demux] mp3 fails to play because typefinding thinks i...
|
||||
* 334995 : [goom] zoom filter leaked
|
||||
* 335231 : [wavparse] incorrect way to calculate seek position with ...
|
||||
* 335755 : rhythmbox import crasher - png?
|
||||
* 335858 : Video playback out of sync
|
||||
* 335958 : [speexenc] doesn't work
|
||||
* 336110 : move taglib-based ID3 muxer to -good
|
||||
* 336602 : plugins need better/univied descriptions
|
||||
* 336756 : move ximagesrc to gst-plugins-good
|
||||
* 336889 : [avidemux] index creation might fail with some non-indexe...
|
||||
* 336904 : Problem playing some AVI file when splitting large chunks...
|
||||
* 337033 : [speex] can't seek in speex-encoded audio
|
||||
* 337183 : [matroska] " caps not real subset " when playing audio files
|
||||
* 337294 : AVI files downloaded from vidoe.google.com won't play
|
||||
* 337421 : [sunaudiosink] some fixes
|
||||
* 337609 : [flacdec] can't play .flac files where header says total_...
|
||||
* 338290 : [flacdec] segment seek not supported
|
||||
* 338713 : [id3demux] TCO genre tags (id3v2.2) don't get read by gst...
|
||||
* 338715 : [shout2send] fix crash on error and tags received before ...
|
||||
* 338716 : [wavenc] " not negotiated " error with CVS core
|
||||
* 338810 : [matroskademux] blocks on segmenting seek (and other seek...
|
||||
* 339446 : [matroska] can't play file if details come before type in...
|
||||
* 339451 : [matroska] enhancement for VfW compatibility cases
|
||||
* 339678 : [matroskamux] wrong timestamps of B-frames
|
||||
* 340346 : [matroskamux] blocks upon muxing video and vorbis-audio
|
||||
* 319884 : rtpamrdec discards non-transmitted frames
|
||||
* 345930 : [id3demux] segfaults with file containing only ID3v1 tag
|
||||
* 347529 : wavparse error
|
||||
* 321191 : rtpamrdec isn't a subclass of GstBaseRtpDepayload
|
||||
* 340027 : [patch] wavparse fails for several files
|
||||
* 318563 : offer support for new raw1394_iso api in dv1394src
|
||||
* 330623 : [avidemux] only the beginning of big avi files gets played
|
||||
* 334375 : [id3demux] [id3v2mux] ID3 tag rewriting is lossy
|
||||
* 337076 : Problem with broken matroska files containing non-UTF8 su...
|
||||
* 339704 : [id3demux] read images from ID3 tags
|
||||
* 340282 : Goom visualization is unusable at 'Normal' size and higher
|
||||
* 340623 : [matroskademux] small memory leak
|
||||
* 340699 : [flacdec] should not send EOS when doing segment seeking
|
||||
* 340859 : [avimux] produces index with all frames marked as keyframes
|
||||
* 340946 : raw1394 plugin uses deprecated functions
|
||||
* 340979 : [id3demux] mp3 id3v2 TCON tag possible bug?
|
||||
* 341489 : gst-plugins-good wavparse Cygwin fix
|
||||
* 341774 : Fails to read tags in file
|
||||
* 341818 : [matroskademux] poor concurrent performance
|
||||
* 342029 : [id3demux] overflow of titlenumbers
|
||||
* 342097 : [jpegdec] crash with attached JPEG file
|
||||
* 342448 : [matroska] support for muxing/demuxing Theora video
|
||||
* 342526 : [avimux] dml index support, codec_data support, cleanups
|
||||
* 342592 : dvdemux doesn't post segment-done right
|
||||
* 342734 : [matroskamux] might block on state-change
|
||||
* 343051 : [autoaudiosink] doesn't try esdsink
|
||||
* 343055 : README mentions 0.9.6
|
||||
* 343117 : jpegdec, mjpeg avi's and flush seeks
|
||||
* 343122 : [taglib] new apev2mux element
|
||||
* 343123 : [apedemux] add support for GST_TAG_LOCATION
|
||||
* 343127 : [apedemux] extract track count, clean up parsing
|
||||
* 343602 : configure --disable-external fails
|
||||
* 343603 : need to add -lm to build tests/examples/level
|
||||
* 343678 : configure.ac incorrectly uses $(SED) rather than $SED
|
||||
* 343837 : [wavparse] can't handle WAV file with 'bext' header chunk
|
||||
* 344100 : --disable-schemas-install not honored
|
||||
* 344101 : SunAudio mixer fixes
|
||||
* 344120 : dv1394src should now require libraw1394 > = 1.1.0
|
||||
* 344605 : [id3demux] set picture type on image buffers
|
||||
* 345232 : [wavparse] reads beyond end-of-file (in pull mode)
|
||||
* 345288 : [udp] make work on Windows
|
||||
* 345713 : ximagesrc uses XFixesCursorImage incorrectly and will seg...
|
||||
* 346066 : [sunaudiosink] don't override user setting and switch on ...
|
||||
* 346259 : [sunaudio] move monitor to input tab in mixer
|
||||
* 347234 : streaming UDP (MPEGTS) shows only one frame of video
|
||||
* 347258 : [wavparse] internal stream error reading gnome-game gnibb...
|
||||
* 347898 : [id3v2mux] write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION
|
||||
* 347972 : [cdiocddasrc] core dumps if device is not found
|
||||
* 348644 : [id3demux] Gets the wrong part of binary blob for ID3 v2....
|
||||
* 348752 : [udpsrc] add property to set buffer size for udp socket
|
||||
* 348913 : [id3v2mux] tagging utf-8 text may be converted to iso-8869-1
|
||||
* 349155 : [smokeenc] does not set caps on it's buffers
|
||||
* 349189 : LADSPA gstsignalprocessor.c: line 408: assertion failed: ...
|
||||
* 349907 : multiudpsink messes up multicast addresses
|
||||
* 350433 : [rtph263pdepay] h.263plus depayloader does not work
|
||||
* 340492 : [flacdec] support push-based operation (and thus flac-ove...
|
||||
* 345679 : fix to avoid goom core dumping
|
||||
* 317470 : [GstCheck] gst_check_teardown_element asserts wrong refcount
|
||||
* 340980 : [pixbuf,wavparse] fix build with gcc 2.95
|
||||
* 343661 : Jpeg image crashes gstreamer
|
||||
* 344923 : New SunAudio source plugin, and mixer now supports stereo...
|
||||
* 345301 : [PATCH] gst-plugins-good rtsp for Windows
|
||||
* 346921 : gstmultiudpsink multicast support is broken
|
||||
* 344136 : More accurate list of plugins which will/will not be buil...
|
||||
|
||||
Download
|
||||
|
||||
|
@ -159,31 +152,31 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Alex Lancaster
|
||||
* Andy Wingo
|
||||
* Benjamin Pineau)
|
||||
* Brian Cameron
|
||||
* Christian Schaller
|
||||
* Edgard Lima
|
||||
* Edward Hervey
|
||||
* Fabrizio Gennari
|
||||
* James "Doc" Livingston
|
||||
* Jan Schmidt
|
||||
* Josef Zlomek
|
||||
* Julien MOUTTE
|
||||
* Jürg Billeter
|
||||
* Jens Granseuer
|
||||
* Jindrich Makovicka
|
||||
* Joni Valtanen
|
||||
* Kai Vehmanen
|
||||
* Maciej Katafiasz
|
||||
* Mark Nauwelaerts
|
||||
* Michael Dominic K.
|
||||
* Michael Smith
|
||||
* Michal Benes
|
||||
* Peter Kjellerstedt
|
||||
* Philippe Kalaf
|
||||
* Philippe Valembois
|
||||
* Ryan Lortie (desrt)
|
||||
* Rob Taylor
|
||||
* Sebastian Dröge
|
||||
* Sebastien Cote
|
||||
* Sebastien Moutte
|
||||
* Sjoerd Simons
|
||||
* Stefan Kost
|
||||
* Thijs Vermeir
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Tommi Myöhänen
|
||||
* Wim Taymans
|
||||
* Wouter Paesen).
|
||||
* Zaheer Abbas Merali
|
||||
* j^
|
||||
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
|||
dnl initialize autoconf
|
||||
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
|
||||
AC_INIT(GStreamer Good Plug-ins, 0.10.3.2,
|
||||
AC_INIT(GStreamer Good Plug-ins, 0.10.4,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-good)
|
||||
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
<TYPE>gchararray</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>multicast_group</NICK>
|
||||
<NICK>Multicast Group</NICK>
|
||||
<BLURB>The Address of multicast group to join.</BLURB>
|
||||
<DEFAULT>"0.0.0.0"</DEFAULT>
|
||||
</ARG>
|
||||
|
@ -143,7 +143,7 @@
|
|||
<TYPE>gint</TYPE>
|
||||
<RANGE>[0,65535]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>port</NICK>
|
||||
<NICK>Port</NICK>
|
||||
<BLURB>The port to receive the packets from, 0=allocate.</BLURB>
|
||||
<DEFAULT>4951</DEFAULT>
|
||||
</ARG>
|
||||
|
@ -163,11 +163,21 @@
|
|||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>socket handle</NICK>
|
||||
<NICK>Socket Handle</NICK>
|
||||
<BLURB>Socket to use for UDP reception. (-1 == allocate).</BLURB>
|
||||
<DEFAULT>-1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstUDPSrc::buffer-size</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= 0</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Buffer Size</NICK>
|
||||
<BLURB>Size of the kernel receive buffer in bytes, 0=default.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSMPTE::border</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
|
@ -13362,9 +13372,9 @@
|
|||
<NAME>GstMultipartDemux::autoscan</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>autoscan</NICK>
|
||||
<BLURB>Try to autofind the prefix.</BLURB>
|
||||
<BLURB>Try to autofind the prefix (deprecated unused, see boundary).</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -13374,8 +13384,8 @@
|
|||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Boundary</NICK>
|
||||
<BLURB>The boundary string separating data.</BLURB>
|
||||
<DEFAULT>"ThisRandomString"</DEFAULT>
|
||||
<BLURB>The boundary string separating data, automatic if NULL.</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Source for DV data via IEEE1394 interface</description>
|
||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||
<basename>libgst1394.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -16,7 +16,8 @@
|
|||
<description>Source for DV video data from firewire port</description>
|
||||
<author>Erik Walthinsen <omega@temple-baptist.com>
|
||||
Daniel Fischer <dan@f3c.com>
|
||||
Wim Taymans <wim@fluendo.com></author>
|
||||
Wim Taymans <wim@fluendo.com>
|
||||
Zaheer Abbas Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASCII Art video sink</description>
|
||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||
<basename>libgstaasink.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ALaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
||||
<basename>libgstalaw.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>adds an alpha channel to video</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
||||
<basename>libgstalpha.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RGB->YUV colorspace conversion preserving the alpha channels</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
||||
<basename>libgstalphacolor.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
|
||||
<filename>../../ext/annodex/.libs/libgstannodex.so</filename>
|
||||
<basename>libgstannodex.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>APEv1/2 tag reader</description>
|
||||
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
|
||||
<basename>libgstapetag.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>parses au streams</description>
|
||||
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
||||
<basename>libgstauparse.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Plugin contains auto-detection plugins for video/audio outputs</description>
|
||||
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
||||
<basename>libgstautodetect.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>AVI stream handling</description>
|
||||
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
||||
<basename>libgstavi.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Colored ASCII Art video sink</description>
|
||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||
<basename>libgstcacasink.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Cairo-based overlaying</description>
|
||||
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
||||
<basename>libgstcairo.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Read audio from audio CDs</description>
|
||||
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
|
||||
<basename>libgstcdio.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>GPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio Cutter to split audio into non-silent bits</description>
|
||||
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
|
||||
<basename>libgstcutter.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements for testing and debugging</description>
|
||||
<filename>../../gst/debug/.libs/libgstdebug.so</filename>
|
||||
<basename>libgstdebug.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
||||
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
||||
<basename>libgstdv.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<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>
|
||||
<basename>libgstefence.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>effect plugins from the effectv project</description>
|
||||
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
||||
<basename>libgsteffectv.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ESD Element Plugins</description>
|
||||
<filename>../../ext/esd/.libs/libgstesd.so</filename>
|
||||
<basename>libgstesd.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>The FLAC Lossless compressor Codec</description>
|
||||
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
||||
<basename>libgstflac.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>FLX video decoder</description>
|
||||
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
||||
<basename>libgstflxdec.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
|
||||
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
|
||||
<basename>libgstgconfelements.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GDK Pixbuf decoder & scaler</description>
|
||||
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
||||
<basename>libgstgdkpixbuf.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GOOM visualization filter</description>
|
||||
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
||||
<basename>libgstgoom.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements wrapping the GStreamer/HAL audio input/output devices</description>
|
||||
<filename>../../ext/hal/.libs/libgsthalelements.so</filename>
|
||||
<basename>libgsthalelements.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demux ICY tags from a stream</description>
|
||||
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
|
||||
<basename>libgsticydemux.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demux ID3v1 and ID3v2 tags from a file</description>
|
||||
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
|
||||
<basename>libgstid3demux.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>JPeg plugin library</description>
|
||||
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
||||
<basename>libgstjpeg.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio level plugin</description>
|
||||
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
||||
<basename>libgstlevel.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Matroska stream handling</description>
|
||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||
<basename>libgstmatroska.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MuLaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||
<basename>libgstmulaw.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>multipart stream manipulation</description>
|
||||
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
|
||||
<basename>libgstmultipart.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<longname>Multipart demuxer</longname>
|
||||
<class>Codec/Demuxer</class>
|
||||
<description>demux multipart streams</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
<author>Wim Taymans <wim@fluendo.com>, Sjoerd Simons <sjoerd@luon.net></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>multipartmux</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Template for a video filter</description>
|
||||
<filename>../../gst/debug/.libs/libgstnavigationtest.so</filename>
|
||||
<basename>libgstnavigationtest.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>OSS (Open Sound System) support for GStreamer</description>
|
||||
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
||||
<basename>libgstossaudio.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>PNG plugin library</description>
|
||||
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
||||
<basename>libgstpng.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Real-time protocol plugins</description>
|
||||
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
||||
<basename>libgstrtp.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>transfer data via RTSP</description>
|
||||
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
||||
<basename>libgstrtsp.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Sends data to an icecast server using libshout2</description>
|
||||
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
||||
<basename>libgstshout2.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>libshout2</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Apply the standard SMPTE transitions on video images</description>
|
||||
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
||||
<basename>libgstsmpte.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Speex plugin library</description>
|
||||
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
||||
<basename>libgstspeex.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Tag writing plug-in based on taglib</description>
|
||||
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
||||
<basename>libgsttaglib.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>transfer data via UDP</description>
|
||||
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
||||
<basename>libgstudp.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -35,7 +35,8 @@
|
|||
<longname>UDP packet receiver</longname>
|
||||
<class>Source/Network</class>
|
||||
<description>Receive data over the network via UDP</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
<author>Wim Taymans <wim@fluendo.com>
|
||||
Thijs Vermeir <thijs.vermeir@barco.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,10 +3,10 @@
|
|||
<description>Changes hue, saturation, brightness etc. on video images</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
|
||||
<basename>libgstvideobalance.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>resizes a video by adding borders or cropping</description>
|
||||
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
||||
<basename>libgstvideobox.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Flips and rotates video</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
|
||||
<basename>libgstvideoflip.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Video mixer</description>
|
||||
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
||||
<basename>libgstvideomixer.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encode raw audio into WAV</description>
|
||||
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
||||
<basename>libgstwavenc.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parse a .wav file into raw audio</description>
|
||||
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
||||
<basename>libgstwavparse.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>X11 video input plugin using standard Xlib calls</description>
|
||||
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
|
||||
<basename>libgstximagesrc.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* 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 */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
@ -244,13 +244,13 @@
|
|||
#define PACKAGE_NAME "GStreamer Good Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.3.2"
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.4"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-good"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.10.3.2"
|
||||
#define PACKAGE_VERSION "0.10.4"
|
||||
|
||||
/* Define the plugin directory */
|
||||
#ifdef _DEBUG
|
||||
|
@ -266,7 +266,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.3.2"
|
||||
#define VERSION "0.10.4"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
|
Loading…
Reference in a new issue