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>
|
2006-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
Patch by: Edward Hervey <edward@fluendo.com>
|
Patch by: Edward Hervey <edward@fluendo.com>
|
||||||
|
@ -87,8 +94,8 @@
|
||||||
|
|
||||||
* ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
|
* ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
|
||||||
(gst_signal_processor_process):
|
(gst_signal_processor_process):
|
||||||
don't query buffer-frames from caps, add lots of debug-log,
|
don't query buffer-frames from caps, add lots of debug-log,
|
||||||
try fix for assert (#349189)
|
try fix for assert (#349189)
|
||||||
|
|
||||||
2006-07-31 Wim Taymans <wim@fluendo.com>
|
2006-07-31 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
@ -105,8 +112,8 @@
|
||||||
(gst_signal_processor_sink_activate_push),
|
(gst_signal_processor_sink_activate_push),
|
||||||
(gst_signal_processor_src_activate_pull),
|
(gst_signal_processor_src_activate_pull),
|
||||||
(gst_signal_processor_change_state):
|
(gst_signal_processor_change_state):
|
||||||
Add debugs logs here and there, add more error handling, add some
|
Add debugs logs here and there, add more error handling, add some
|
||||||
FIXME comments, filed #349189
|
FIXME comments, filed #349189
|
||||||
|
|
||||||
2006-07-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
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-docs.sgml:
|
||||||
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
* 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>
|
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>
|
2006-07-18 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
|
* gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
|
||||||
Respect mpegversion for "video/mpeg" and give message in case of
|
Respect mpegversion for "video/mpeg" and give message in case of
|
||||||
unhandled versions.
|
unhandled versions.
|
||||||
|
|
||||||
2006-07-17 Wim Taymans <wim@fluendo.com>
|
2006-07-17 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
@ -1016,19 +1023,19 @@
|
||||||
* sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
|
* sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
|
||||||
(gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
|
(gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
|
||||||
(gst_sunaudiosink_write):
|
(gst_sunaudiosink_write):
|
||||||
Attached find a patch that fixes a number of bugs with the SunAudio mixer
|
Attached find a patch that fixes a number of bugs with the SunAudio
|
||||||
plugin and fixes #344101:
|
mixer plugin and fixes #344101:
|
||||||
1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3 tracks onto
|
1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
|
||||||
the tracklist causing gnome-volume-control's preferences dialog to be messed
|
tracks onto the tracklist causing gnome-volume-control's preferences
|
||||||
up and would core dump if you checked/unchecked any item.
|
dialog to be messed up and would core dump if you checked/unchecked
|
||||||
2. We weren't previously setting the MUTE flag properly. Fixing this makes
|
any item.
|
||||||
gnome-volume-control work better.
|
2. We weren't previously setting the MUTE flag properly. Fixing this
|
||||||
3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT and
|
makes gnome-volume-control work better.
|
||||||
the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes gnome-volume-control
|
3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
|
||||||
look better.
|
and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
|
||||||
|
gnome-volume-control look better.
|
||||||
Also some minor cleanup in gstsunaudiosink.c.
|
Also some minor cleanup in gstsunaudiosink.c.
|
||||||
|
|
||||||
|
|
||||||
2006-06-09 Wim Taymans <wim@fluendo.com>
|
2006-06-09 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
|
* 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:
|
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
|
Features of this release
|
||||||
|
|
||||||
* Annodex/CMML support
|
* Parallel installability with 0.8.x series
|
||||||
* RTSP and RTP enhancements
|
* Threadsafe design and API
|
||||||
* HAL configured audio device support
|
* added apev2mux element
|
||||||
* FLAC, Matroska, AVI, WAV, ID3, APE, DV and JPEG plugin improvements
|
* use libiec61883 for Firewire
|
||||||
* 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
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 335067 : RTSP src not working with WMServer servers
|
* 345930 : [id3demux] segfaults with file containing only ID3v1 tag
|
||||||
* 333657 : Replacing icy demuxing in gnomevfssrc
|
* 347529 : wavparse error
|
||||||
* 329106 : HAL sound device wrapper plugins
|
* 321191 : rtpamrdec isn't a subclass of GstBaseRtpDepayload
|
||||||
* 337749 : totem (gstreamer) crashes when playing an avi file
|
* 340027 : [patch] wavparse fails for several files
|
||||||
* 330885 : avidemux does not handle eos at end of seek-region
|
* 318563 : offer support for new raw1394_iso api in dv1394src
|
||||||
* 337364 : faulty GObject macros
|
* 330623 : [avidemux] only the beginning of big avi files gets played
|
||||||
* 337625 : [patch] Streaming support for wavparse
|
* 334375 : [id3demux] [id3v2mux] ID3 tag rewriting is lossy
|
||||||
* 150363 : [pngdec] doesn't handle grayscale or paletted
|
* 337076 : Problem with broken matroska files containing non-UTF8 su...
|
||||||
* 154744 : Time slider does not work with avi videos from Cannon SD100
|
* 339704 : [id3demux] read images from ID3 tags
|
||||||
* 161712 : [auparse] .au files don't play in playbin
|
* 340282 : Goom visualization is unusable at 'Normal' size and higher
|
||||||
* 313266 : [wavparse] will not play DTS stream in malformed WAV
|
* 340623 : [matroskademux] small memory leak
|
||||||
* 319183 : rtspsrc filter sometimes uses an odd port for rtp
|
* 340699 : [flacdec] should not send EOS when doing segment seeking
|
||||||
* 319986 : annodex decoding and encoding support
|
* 340859 : [avimux] produces index with all frames marked as keyframes
|
||||||
* 323721 : [id3demux] read in replaygain information from RVA2 frame...
|
* 340946 : raw1394 plugin uses deprecated functions
|
||||||
* 323880 : " Seek in ready " for dvdemux
|
* 340979 : [id3demux] mp3 id3v2 TCON tag possible bug?
|
||||||
* 325191 : problem with auparse or mulawdec, choppy esd playback
|
* 341489 : gst-plugins-good wavparse Cygwin fix
|
||||||
* 326160 : videobalance not ported to new GstVideoFilter
|
* 341774 : Fails to read tags in file
|
||||||
* 327658 : " Seek in ready " support for wavparse plugin
|
* 341818 : [matroskademux] poor concurrent performance
|
||||||
* 328327 : gst-plugins-good fail to compile with gcc 4.1
|
* 342029 : [id3demux] overflow of titlenumbers
|
||||||
* 329107 : Profile support for gconfaudiosink
|
* 342097 : [jpegdec] crash with attached JPEG file
|
||||||
* 330239 : Crash playing any song from a particular album over rhyth...
|
* 342448 : [matroska] support for muxing/demuxing Theora video
|
||||||
* 330678 : Unable to play .fli files
|
* 342526 : [avimux] dml index support, codec_data support, cleanups
|
||||||
* 331253 : Critical warnings when using cddacdiosrc
|
* 342592 : dvdemux doesn't post segment-done right
|
||||||
* 331368 : Gstreamer doesn't recognise tags
|
* 342734 : [matroskamux] might block on state-change
|
||||||
* 331385 : [alpha] state change function returns a constant
|
* 343051 : [autoaudiosink] doesn't try esdsink
|
||||||
* 331672 : Another file that gstreamer can't read the tags on
|
* 343055 : README mentions 0.9.6
|
||||||
* 331905 : [jpeg] smokedec not ported
|
* 343117 : jpegdec, mjpeg avi's and flush seeks
|
||||||
* 331917 : [pngdec] does not support files with png streams
|
* 343122 : [taglib] new apev2mux element
|
||||||
* 332031 : [PATCH] avimux ported to 0.10
|
* 343123 : [apedemux] add support for GST_TAG_LOCATION
|
||||||
* 332547 : [wavparse] does not support multichannel wavs
|
* 343127 : [apedemux] extract track count, clean up parsing
|
||||||
* 333070 : [id3demux] reads unicode tags incorrectly where .8 did it...
|
* 343602 : configure --disable-external fails
|
||||||
* 333302 : [apedemux] some WavPack files with APE tags fail to play ...
|
* 343603 : need to add -lm to build tests/examples/level
|
||||||
* 333392 : [sunaudio] unused variables break CVS build with -Werror
|
* 343678 : configure.ac incorrectly uses $(SED) rather than $SED
|
||||||
* 333512 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
|
* 343837 : [wavparse] can't handle WAV file with 'bext' header chunk
|
||||||
* 333624 : invalid get_times implementation in gstdynudpsink
|
* 344100 : --disable-schemas-install not honored
|
||||||
* 333784 : [patch] unref the result of gst_pad_get_parent
|
* 344101 : SunAudio mixer fixes
|
||||||
* 334083 : [jpegdec] wrong durations set on buffers after seeking in...
|
* 344120 : dv1394src should now require libraw1394 > = 1.1.0
|
||||||
* 334522 : avi of mpeg4 video and adpcm audio from digital camera re...
|
* 344605 : [id3demux] set picture type on image buffers
|
||||||
* 334732 : [id3demux] mp3 fails to play because typefinding thinks i...
|
* 345232 : [wavparse] reads beyond end-of-file (in pull mode)
|
||||||
* 334995 : [goom] zoom filter leaked
|
* 345288 : [udp] make work on Windows
|
||||||
* 335231 : [wavparse] incorrect way to calculate seek position with ...
|
* 345713 : ximagesrc uses XFixesCursorImage incorrectly and will seg...
|
||||||
* 335755 : rhythmbox import crasher - png?
|
* 346066 : [sunaudiosink] don't override user setting and switch on ...
|
||||||
* 335858 : Video playback out of sync
|
* 346259 : [sunaudio] move monitor to input tab in mixer
|
||||||
* 335958 : [speexenc] doesn't work
|
* 347234 : streaming UDP (MPEGTS) shows only one frame of video
|
||||||
* 336110 : move taglib-based ID3 muxer to -good
|
* 347258 : [wavparse] internal stream error reading gnome-game gnibb...
|
||||||
* 336602 : plugins need better/univied descriptions
|
* 347898 : [id3v2mux] write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION
|
||||||
* 336756 : move ximagesrc to gst-plugins-good
|
* 347972 : [cdiocddasrc] core dumps if device is not found
|
||||||
* 336889 : [avidemux] index creation might fail with some non-indexe...
|
* 348644 : [id3demux] Gets the wrong part of binary blob for ID3 v2....
|
||||||
* 336904 : Problem playing some AVI file when splitting large chunks...
|
* 348752 : [udpsrc] add property to set buffer size for udp socket
|
||||||
* 337033 : [speex] can't seek in speex-encoded audio
|
* 348913 : [id3v2mux] tagging utf-8 text may be converted to iso-8869-1
|
||||||
* 337183 : [matroska] " caps not real subset " when playing audio files
|
* 349155 : [smokeenc] does not set caps on it's buffers
|
||||||
* 337294 : AVI files downloaded from vidoe.google.com won't play
|
* 349189 : LADSPA gstsignalprocessor.c: line 408: assertion failed: ...
|
||||||
* 337421 : [sunaudiosink] some fixes
|
* 349907 : multiudpsink messes up multicast addresses
|
||||||
* 337609 : [flacdec] can't play .flac files where header says total_...
|
* 350433 : [rtph263pdepay] h.263plus depayloader does not work
|
||||||
* 338290 : [flacdec] segment seek not supported
|
* 340492 : [flacdec] support push-based operation (and thus flac-ove...
|
||||||
* 338713 : [id3demux] TCO genre tags (id3v2.2) don't get read by gst...
|
* 345679 : fix to avoid goom core dumping
|
||||||
* 338715 : [shout2send] fix crash on error and tags received before ...
|
* 317470 : [GstCheck] gst_check_teardown_element asserts wrong refcount
|
||||||
* 338716 : [wavenc] " not negotiated " error with CVS core
|
* 340980 : [pixbuf,wavparse] fix build with gcc 2.95
|
||||||
* 338810 : [matroskademux] blocks on segmenting seek (and other seek...
|
* 343661 : Jpeg image crashes gstreamer
|
||||||
* 339446 : [matroska] can't play file if details come before type in...
|
* 344923 : New SunAudio source plugin, and mixer now supports stereo...
|
||||||
* 339451 : [matroska] enhancement for VfW compatibility cases
|
* 345301 : [PATCH] gst-plugins-good rtsp for Windows
|
||||||
* 339678 : [matroskamux] wrong timestamps of B-frames
|
* 346921 : gstmultiudpsink multicast support is broken
|
||||||
* 340346 : [matroskamux] blocks upon muxing video and vorbis-audio
|
* 344136 : More accurate list of plugins which will/will not be buil...
|
||||||
* 319884 : rtpamrdec discards non-transmitted frames
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -159,31 +152,31 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Alessandro Decina
|
* Alex Lancaster
|
||||||
* Andy Wingo
|
* Andy Wingo
|
||||||
* Benjamin Pineau)
|
|
||||||
* Brian Cameron
|
* Brian Cameron
|
||||||
* Christian Schaller
|
|
||||||
* Edgard Lima
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Fabrizio Gennari
|
* James "Doc" Livingston
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Josef Zlomek
|
* Jens Granseuer
|
||||||
* Julien MOUTTE
|
* Jindrich Makovicka
|
||||||
* Jürg Billeter
|
* Joni Valtanen
|
||||||
|
* Kai Vehmanen
|
||||||
|
* Maciej Katafiasz
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
* Michael Dominic K.
|
|
||||||
* Michael Smith
|
* Michael Smith
|
||||||
|
* Michal Benes
|
||||||
|
* Peter Kjellerstedt
|
||||||
* Philippe Kalaf
|
* Philippe Kalaf
|
||||||
* Philippe Valembois
|
* Rob Taylor
|
||||||
* Ryan Lortie (desrt)
|
* Sebastian Dröge
|
||||||
|
* Sebastien Cote
|
||||||
* Sebastien Moutte
|
* Sebastien Moutte
|
||||||
|
* Sjoerd Simons
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
|
* Thijs Vermeir
|
||||||
* Thomas Vander Stichele
|
* Thomas Vander Stichele
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Tommi Myöhänen
|
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* Wouter Paesen).
|
|
||||||
* Zaheer Abbas Merali
|
* Zaheer Abbas Merali
|
||||||
* j^
|
|
||||||
|
|
|
@ -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.3.2,
|
AC_INIT(GStreamer Good Plug-ins, 0.10.4,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-good)
|
gst-plugins-good)
|
||||||
|
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
<TYPE>gchararray</TYPE>
|
<TYPE>gchararray</TYPE>
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>multicast_group</NICK>
|
<NICK>Multicast Group</NICK>
|
||||||
<BLURB>The Address of multicast group to join.</BLURB>
|
<BLURB>The Address of multicast group to join.</BLURB>
|
||||||
<DEFAULT>"0.0.0.0"</DEFAULT>
|
<DEFAULT>"0.0.0.0"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[0,65535]</RANGE>
|
<RANGE>[0,65535]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>port</NICK>
|
<NICK>Port</NICK>
|
||||||
<BLURB>The port to receive the packets from, 0=allocate.</BLURB>
|
<BLURB>The port to receive the packets from, 0=allocate.</BLURB>
|
||||||
<DEFAULT>4951</DEFAULT>
|
<DEFAULT>4951</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
@ -163,11 +163,21 @@
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= -1</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>socket handle</NICK>
|
<NICK>Socket Handle</NICK>
|
||||||
<BLURB>Socket to use for UDP reception. (-1 == allocate).</BLURB>
|
<BLURB>Socket to use for UDP reception. (-1 == allocate).</BLURB>
|
||||||
<DEFAULT>-1</DEFAULT>
|
<DEFAULT>-1</DEFAULT>
|
||||||
</ARG>
|
</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>
|
<ARG>
|
||||||
<NAME>GstSMPTE::border</NAME>
|
<NAME>GstSMPTE::border</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
|
@ -13362,9 +13372,9 @@
|
||||||
<NAME>GstMultipartDemux::autoscan</NAME>
|
<NAME>GstMultipartDemux::autoscan</NAME>
|
||||||
<TYPE>gboolean</TYPE>
|
<TYPE>gboolean</TYPE>
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>autoscan</NICK>
|
<NICK>autoscan</NICK>
|
||||||
<BLURB>Try to autofind the prefix.</BLURB>
|
<BLURB>Try to autofind the prefix (deprecated unused, see boundary).</BLURB>
|
||||||
<DEFAULT>FALSE</DEFAULT>
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
@ -13374,8 +13384,8 @@
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Boundary</NICK>
|
<NICK>Boundary</NICK>
|
||||||
<BLURB>The boundary string separating data.</BLURB>
|
<BLURB>The boundary string separating data, automatic if NULL.</BLURB>
|
||||||
<DEFAULT>"ThisRandomString"</DEFAULT>
|
<DEFAULT>NULL</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Source for DV data via IEEE1394 interface</description>
|
<description>Source for DV 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.3.1</version>
|
<version>0.10.4</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>
|
||||||
|
@ -16,7 +16,8 @@
|
||||||
<description>Source for DV video data from firewire port</description>
|
<description>Source for DV video data from firewire port</description>
|
||||||
<author>Erik Walthinsen <omega@temple-baptist.com>
|
<author>Erik Walthinsen <omega@temple-baptist.com>
|
||||||
Daniel Fischer <dan@f3c.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>
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
|
@ -3,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<description>adds an alpha channel to video</description>
|
<description>adds an alpha channel to video</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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<description>RGB->YUV colorspace conversion preserving the alpha channels</description>
|
<description>RGB->YUV colorspace conversion preserving the alpha channels</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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<description>Plugin contains auto-detection plugins for video/audio outputs</description>
|
<description>Plugin contains auto-detection plugins for video/audio 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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<description>Read audio from audio CDs</description>
|
<description>Read audio from audio CDs</description>
|
||||||
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
|
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
|
||||||
<basename>libgstcdio.so</basename>
|
<basename>libgstcdio.so</basename>
|
||||||
<version>0.10.3.1</version>
|
<version>0.10.4</version>
|
||||||
<license>GPL</license>
|
<license>GPL</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,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>
|
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<description>FLX video decoder</description>
|
<description>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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<description>GDK Pixbuf decoder & scaler</description>
|
<description>GDK Pixbuf decoder & scaler</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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<longname>Multipart demuxer</longname>
|
<longname>Multipart demuxer</longname>
|
||||||
<class>Codec/Demuxer</class>
|
<class>Codec/Demuxer</class>
|
||||||
<description>demux multipart streams</description>
|
<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>
|
||||||
<element>
|
<element>
|
||||||
<name>multipartmux</name>
|
<name>multipartmux</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,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.3.1</version>
|
<version>0.10.4</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>libshout2</package>
|
<package>libshout2</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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>
|
||||||
|
@ -35,7 +35,8 @@
|
||||||
<longname>UDP packet receiver</longname>
|
<longname>UDP packet receiver</longname>
|
||||||
<class>Source/Network</class>
|
<class>Source/Network</class>
|
||||||
<description>Receive data over the network via UDP</description>
|
<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>
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
|
@ -3,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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,10 +3,10 @@
|
||||||
<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.3.1</version>
|
<version>0.10.4</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>
|
||||||
|
|
|
@ -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.3.2"
|
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.4"
|
||||||
|
|
||||||
/* 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.3.2"
|
#define PACKAGE_VERSION "0.10.4"
|
||||||
|
|
||||||
/* 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.3.2"
|
#define VERSION "0.10.4"
|
||||||
|
|
||||||
/* 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…
Reference in a new issue