mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Release 1.0.2
This commit is contained in:
parent
bc79fe565c
commit
8c00acd260
72 changed files with 781 additions and 162 deletions
500
ChangeLog
500
ChangeLog
|
@ -1,9 +1,503 @@
|
|||
=== release 1.0.1 ===
|
||||
=== release 1.0.2 ===
|
||||
|
||||
2012-10-07 Tim-Philipp Müller <tim@centricular.net>
|
||||
2012-10-25 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.0.1
|
||||
releasing 1.0.2
|
||||
|
||||
2012-10-24 13:50:00 +0200 Arnaud Vrac <avrac@freebox.fr>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: use correct type for channel-mask bitmask
|
||||
Fixes crash on 32-bit systems.
|
||||
|
||||
2012-10-24 11:17:55 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/pulse/pulsesink.c:
|
||||
pulsesink: Flush the ringbuffer on GAP events without duration
|
||||
This is required to properly start the ringbuffer and clock.
|
||||
|
||||
2012-10-02 20:51:29 +0200 Oleksij Rempel <bug-track@fisher-privat.net>
|
||||
|
||||
* ext/vpx/gstvp8enc.c:
|
||||
vp8enc: set DECODE_ONLY flag on invisible AltRef frames
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=654216
|
||||
|
||||
2012-10-23 16:02:05 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
||||
|
||||
* gst/audioparsers/gstflacparse.c:
|
||||
flacparse: fix coverart extraction if vorbis comments come after picture header
|
||||
See sample file for bug #684701.
|
||||
|
||||
2012-10-23 13:45:17 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
||||
|
||||
* gst/audioparsers/gstflacparse.c:
|
||||
flacparse: ignore bad headers if we have a valid STREAMINFO header
|
||||
If we run into any header parsing issues and we have a valid
|
||||
STREAMINFO header already, don't error out, but just stop
|
||||
header parsing and try to find some audio frames.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=684701
|
||||
|
||||
2012-10-23 13:43:10 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
||||
|
||||
* gst/audioparsers/gstflacparse.c:
|
||||
flacparse: post proper error message and fix buffer leak on header parsing error
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=684701
|
||||
|
||||
2012-10-22 22:32:49 -0700 Michael Smith <msmith@rdio.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: with raw audio, set a default channel-mask for multichannel audio. This doesn't actually parse 'chan' because it's absurdly complex.
|
||||
|
||||
2012-10-22 15:54:17 +0200 Sebastian Rasmussen <sebrn@axis.com>
|
||||
|
||||
* gst/udp/gstudpsrc.c:
|
||||
updsrc: fix typo causing compilation error
|
||||
gstudpsrc.c: In function 'gst_udpsrc_create':
|
||||
gstudpsrc.c:365: error: 'ret' may be used uninitialized in this function
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=686642
|
||||
|
||||
2012-10-22 11:55:59 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/avi/gstavidemux.c:
|
||||
avi_ fix invert function
|
||||
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686550
|
||||
|
||||
2012-10-22 11:55:22 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/avi/gstavidemux.c:
|
||||
avi: fix debug
|
||||
|
||||
2012-10-22 11:39:37 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
* gst/isomp4/qtdemux_fourcc.h:
|
||||
qtdemux: add support for 'generic' samples
|
||||
Add support for stuffing a complete stream into 1 sample.
|
||||
See https://bugzilla.gnome.org/show_bug.cgi?id=686550
|
||||
|
||||
2012-10-20 13:01:41 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* tests/check/elements/souphttpsrc.c:
|
||||
tests: remove superfluous g_type_init() call
|
||||
It's deprecated in newer GLib and not needed here.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=686456
|
||||
|
||||
2012-10-20 11:32:27 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* ext/pulse/pulsesink.c:
|
||||
pulsesink: fix caps leak in acceptcaps function
|
||||
|
||||
2012-10-19 19:24:23 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: don't leak gst_riff_strf_auds in case of MS/RIFF audio
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=681192
|
||||
|
||||
2012-10-18 22:20:39 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
|
||||
|
||||
* gst/matroska/matroska-mux.c:
|
||||
matroskamux: unsigned subtitle template
|
||||
|
||||
2012-10-18 11:32:10 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
||||
|
||||
* ext/pulse/pulsesink.c:
|
||||
pulsesink: in accept_caps() check if ring buffer is NULL before de-referencing
|
||||
And sprinkle some thread-safety (take object lock for
|
||||
accessing ring buffer, and pa main loop lock for the
|
||||
context).
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=683782
|
||||
|
||||
2012-09-13 00:10:00 +0000 Youness Alaoui <youness.alaoui@collabora.co.uk>
|
||||
|
||||
* gst/videomixer/videomixer2.c:
|
||||
* gst/videomixer/videomixer2.h:
|
||||
videomixer2: Fix race condition where a src setcaps is ignored
|
||||
If both pads receive data at the same time, they will both get their
|
||||
sink_setcaps called which will call the src_setcaps, but there is
|
||||
a race condition where the second one might not be called.
|
||||
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=683842
|
||||
|
||||
2011-10-31 15:43:25 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
|
||||
|
||||
* gst/matroska/matroska-mux.c:
|
||||
matroskamux: do not use unoffical V_MJPEG codec id
|
||||
Since it's not spec'ed, consider it a VfW compatibility
|
||||
case. Many applications (e.g. avidemux) don't understand
|
||||
the unofficial V_MJPEG id.
|
||||
Fixes #659837.
|
||||
Conflicts:
|
||||
gst/matroska/matroska-mux.c
|
||||
|
||||
2012-10-17 17:03:39 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
||||
|
||||
* ext/jpeg/gstjpegdec.c:
|
||||
* ext/jpeg/gstjpegenc.c:
|
||||
* ext/libpng/gstpngdec.c:
|
||||
* ext/libpng/gstpngenc.c:
|
||||
* ext/vpx/gstvp8dec.c:
|
||||
* ext/vpx/gstvp8enc.c:
|
||||
jpeg, png, vpx: use gst_element_class_set_static_metadata()
|
||||
Avoids some string copies.
|
||||
|
||||
2012-10-17 14:23:01 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtp/gstrtpjpegdepay.c:
|
||||
jpegdepay: store quant tables in zigzag order
|
||||
|
||||
2012-10-17 13:55:45 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtpmanager/rtpsession.c:
|
||||
rtsession: fix compiler warning
|
||||
|
||||
2012-10-17 13:35:07 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtpmanager/gstrtpbin.c:
|
||||
rtpbin: clarify the ntp-sync option
|
||||
|
||||
2012-10-17 13:15:48 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtpmanager/gstrtpsession.c:
|
||||
* gst/rtpmanager/rtpsession.c:
|
||||
* gst/rtpmanager/rtpsession.h:
|
||||
rtpsession: update caps in the source
|
||||
Inform the source when caps changed. This was removed in the port to 1.0
|
||||
leaving the source unaware of the clock-rate and unable to interpollate
|
||||
rtp timestamps for SR packets.
|
||||
|
||||
2012-10-17 12:46:32 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtpmanager/gstrtpjitterbuffer.c:
|
||||
* gst/rtpmanager/rtpjitterbuffer.c:
|
||||
rtpbin: set PTS and DTS in jitterbufffer
|
||||
|
||||
2012-10-17 12:24:22 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtpmanager/gstrtpbin.c:
|
||||
rtpbin: disable check for ntp-sync
|
||||
Disable the check for the ntp-sync method. It is expected that
|
||||
a rather larger offset needs to be applied with this method.
|
||||
|
||||
2012-10-17 12:17:32 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtpmanager/gstrtpbin.c:
|
||||
* gst/rtpmanager/gstrtpsession.c:
|
||||
rtpbin: use running-time for NTP time
|
||||
When use-pipeline-clock is set, use the running-time of the
|
||||
pipeline to calculate the NTP timestamps. This method would previously
|
||||
only work when the base-time is set to 0 but with this change it can
|
||||
also work with different offsets and we can also implement pause/resume
|
||||
of the sender and receiver now.
|
||||
|
||||
2012-10-17 10:20:12 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/videocrop/gstvideocrop.c:
|
||||
* gst/videocrop/gstvideocrop.h:
|
||||
videocrop: port to videofilter
|
||||
|
||||
2012-10-17 09:36:50 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/videobox/gstvideobox.c:
|
||||
videobox: use out_info for out properties
|
||||
|
||||
2012-10-16 14:40:19 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/videofilter/gstvideomedian.c:
|
||||
* gst/videofilter/gstvideomedian.h:
|
||||
median: small cleanups
|
||||
|
||||
2012-10-16 13:56:19 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* Makefile.am:
|
||||
* gst/median/.gitignore:
|
||||
* gst/median/Makefile.am:
|
||||
* gst/median/gstmedian.c:
|
||||
* gst/median/gstmedian.h:
|
||||
* gst/median/median.vcproj:
|
||||
median: remove now that it is in videofilter
|
||||
|
||||
2012-10-16 13:49:11 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
configure: remove median from build
|
||||
|
||||
2012-10-16 13:47:24 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/videofilter/Makefile.am:
|
||||
* gst/videofilter/gstvideomedian.c:
|
||||
* gst/videofilter/gstvideomedian.h:
|
||||
* gst/videofilter/plugin.c:
|
||||
videomedian: copy media to videomedian
|
||||
Copy the median video filter to videofilters and rename to
|
||||
videomedian.
|
||||
|
||||
2012-10-16 13:12:21 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
* gst/median/Makefile.am:
|
||||
* gst/median/gstmedian.c:
|
||||
* gst/median/gstmedian.h:
|
||||
media: port to 1.0
|
||||
|
||||
2012-10-16 01:02:11 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* gst/avi/gstavidemux.c:
|
||||
* gst/avi/gstavidemux.h:
|
||||
avidemux: append palette data to paletted 8-bit RGB frames
|
||||
Fixes playback of 8-bit indexed RGB videos, with fixes in -base.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=686046
|
||||
|
||||
2012-10-15 15:36:04 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/vpx/gstvp8enc.c:
|
||||
vp8enc: And this time fix the default target-bitrate value for real
|
||||
|
||||
2012-10-15 15:30:33 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/vpx/gstvp8enc.c:
|
||||
vp8enc: Fix default target-bitrate value
|
||||
|
||||
2012-10-13 00:03:29 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: don't assert if upstream size is not available when guessing bitrates
|
||||
Fixes abort in push mode where the source is not seekable and the
|
||||
size of the file is not available, as with
|
||||
cat foo.mp4 | gst-launch-1.0 playbin uri=fd://0
|
||||
Less noticable with releases, since we disable all
|
||||
g_assert() there.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=686008
|
||||
|
||||
2012-10-12 14:38:33 -0700 Michael Smith <msmith@rdio.com>
|
||||
|
||||
* gst/isomp4/qtdemux.h:
|
||||
qtdemux: allow more streams. Bump this constant to 32, which should be enough for real-world files.
|
||||
|
||||
2012-10-12 14:35:24 -0700 Michael Smith <msmith@rdio.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: support more different fourcc values for other ProRes variants.
|
||||
|
||||
2012-10-11 22:36:21 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* tests/examples/rtp/client-H263p-AMR.sh:
|
||||
* tests/examples/rtp/client-H263p-PCMA.sh:
|
||||
* tests/examples/rtp/client-H263p.sh:
|
||||
* tests/examples/rtp/client-H264-PCMA.sh:
|
||||
* tests/examples/rtp/client-H264.sh:
|
||||
* tests/examples/rtp/client-PCMA.c:
|
||||
* tests/examples/rtp/client-PCMA.sh:
|
||||
* tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
|
||||
* tests/examples/rtp/server-VTS-H263p.sh:
|
||||
* tests/examples/rtp/server-alsasrc-PCMA.sh:
|
||||
* tests/examples/rtp/server-decodebin-H263p-AMR.sh:
|
||||
* tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
|
||||
* tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
|
||||
examples: update some element names for 1.0 in RTP examples
|
||||
gstrtpbin -> rtpbin
|
||||
ffdec_* -> avdec_*
|
||||
ffenc_* -> avenc_*
|
||||
|
||||
2012-10-10 12:05:34 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c:
|
||||
rtspsrc: remove unused include
|
||||
|
||||
2012-10-10 10:55:28 +0200 Rasmus Rohde <rohde@duff.dk>
|
||||
|
||||
* gst/udp/gstmultiudpsink.c:
|
||||
* gst/udp/gstmultiudpsink.h:
|
||||
multiudpsink: add multicast-iface property
|
||||
udpsrc already has support for setting the multicast interface, which
|
||||
is useful for multi-homed machines. This patch adds the same code to
|
||||
the multiudpsink.
|
||||
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685864
|
||||
|
||||
2012-10-10 11:32:17 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/udp/gstmultiudpsink.c:
|
||||
multiudpsink: don't error on send errors but only warn
|
||||
Don't error on send errors but simply post a warning, it's possible
|
||||
that the next packet will be fine.
|
||||
|
||||
2012-10-10 10:28:24 +0200 Rasmus Rohde <rohde@duff.dk>
|
||||
|
||||
* gst/udp/gstmultiudpsink.c:
|
||||
* gst/udp/gstmultiudpsink.h:
|
||||
multiudpsink: add force-ipv4 option
|
||||
Add an option to the multiudpsink that makes it possible to force
|
||||
the use of an IPv4 socket.
|
||||
This can e.g. be used to handle the issue described in
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=682481
|
||||
|
||||
2012-10-10 10:18:52 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/udp/gstmultiudpsink.c:
|
||||
* gst/udp/gstmultiudpsink.h:
|
||||
multiudpsink: remove unused field
|
||||
|
||||
2012-10-10 10:10:26 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/udp/gstudpsrc.c:
|
||||
udpsrc: use negotiated allocator or pool
|
||||
Use the base class to allocate a buffer for us because it knows how
|
||||
to use the negotiated allocator or bufferpool.
|
||||
|
||||
2012-10-10 10:09:37 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/udp/gstmultiudpsink.c:
|
||||
multiudpsink: post error when something goes wrong
|
||||
|
||||
2012-10-10 10:09:10 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/spectrum/gstspectrum.c:
|
||||
spectrum: elements post element messages
|
||||
|
||||
2012-10-07 16:56:38 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* configure.ac:
|
||||
* docs/plugins/inspect/plugin-1394.xml:
|
||||
* docs/plugins/inspect/plugin-aasink.xml:
|
||||
* docs/plugins/inspect/plugin-alaw.xml:
|
||||
* docs/plugins/inspect/plugin-alpha.xml:
|
||||
* docs/plugins/inspect/plugin-alphacolor.xml:
|
||||
* docs/plugins/inspect/plugin-apetag.xml:
|
||||
* docs/plugins/inspect/plugin-audiofx.xml:
|
||||
* docs/plugins/inspect/plugin-audioparsers.xml:
|
||||
* docs/plugins/inspect/plugin-auparse.xml:
|
||||
* docs/plugins/inspect/plugin-autodetect.xml:
|
||||
* docs/plugins/inspect/plugin-avi.xml:
|
||||
* docs/plugins/inspect/plugin-cacasink.xml:
|
||||
* docs/plugins/inspect/plugin-cutter.xml:
|
||||
* docs/plugins/inspect/plugin-debug.xml:
|
||||
* docs/plugins/inspect/plugin-deinterlace.xml:
|
||||
* docs/plugins/inspect/plugin-dv.xml:
|
||||
* docs/plugins/inspect/plugin-effectv.xml:
|
||||
* docs/plugins/inspect/plugin-equalizer.xml:
|
||||
* docs/plugins/inspect/plugin-flac.xml:
|
||||
* docs/plugins/inspect/plugin-flv.xml:
|
||||
* docs/plugins/inspect/plugin-flxdec.xml:
|
||||
* docs/plugins/inspect/plugin-gdkpixbuf.xml:
|
||||
* docs/plugins/inspect/plugin-goom.xml:
|
||||
* docs/plugins/inspect/plugin-goom2k1.xml:
|
||||
* docs/plugins/inspect/plugin-icydemux.xml:
|
||||
* docs/plugins/inspect/plugin-id3demux.xml:
|
||||
* docs/plugins/inspect/plugin-imagefreeze.xml:
|
||||
* docs/plugins/inspect/plugin-interleave.xml:
|
||||
* docs/plugins/inspect/plugin-isomp4.xml:
|
||||
* docs/plugins/inspect/plugin-jack.xml:
|
||||
* docs/plugins/inspect/plugin-jpeg.xml:
|
||||
* docs/plugins/inspect/plugin-level.xml:
|
||||
* docs/plugins/inspect/plugin-matroska.xml:
|
||||
* docs/plugins/inspect/plugin-mulaw.xml:
|
||||
* docs/plugins/inspect/plugin-multifile.xml:
|
||||
* docs/plugins/inspect/plugin-multipart.xml:
|
||||
* docs/plugins/inspect/plugin-navigationtest.xml:
|
||||
* docs/plugins/inspect/plugin-oss4.xml:
|
||||
* docs/plugins/inspect/plugin-ossaudio.xml:
|
||||
* docs/plugins/inspect/plugin-png.xml:
|
||||
* docs/plugins/inspect/plugin-pulseaudio.xml:
|
||||
* docs/plugins/inspect/plugin-replaygain.xml:
|
||||
* docs/plugins/inspect/plugin-rtp.xml:
|
||||
* docs/plugins/inspect/plugin-rtpmanager.xml:
|
||||
* docs/plugins/inspect/plugin-rtsp.xml:
|
||||
* docs/plugins/inspect/plugin-shapewipe.xml:
|
||||
* docs/plugins/inspect/plugin-shout2send.xml:
|
||||
* docs/plugins/inspect/plugin-smpte.xml:
|
||||
* docs/plugins/inspect/plugin-soup.xml:
|
||||
* docs/plugins/inspect/plugin-spectrum.xml:
|
||||
* docs/plugins/inspect/plugin-speex.xml:
|
||||
* docs/plugins/inspect/plugin-taglib.xml:
|
||||
* docs/plugins/inspect/plugin-udp.xml:
|
||||
* docs/plugins/inspect/plugin-video4linux2.xml:
|
||||
* docs/plugins/inspect/plugin-videobox.xml:
|
||||
* docs/plugins/inspect/plugin-videocrop.xml:
|
||||
* docs/plugins/inspect/plugin-videofilter.xml:
|
||||
* docs/plugins/inspect/plugin-videomixer.xml:
|
||||
* docs/plugins/inspect/plugin-vpx.xml:
|
||||
* docs/plugins/inspect/plugin-wavenc.xml:
|
||||
* docs/plugins/inspect/plugin-wavpack.xml:
|
||||
* docs/plugins/inspect/plugin-wavparse.xml:
|
||||
* docs/plugins/inspect/plugin-ximagesrc.xml:
|
||||
* docs/plugins/inspect/plugin-y4menc.xml:
|
||||
* win32/common/config.h:
|
||||
Back to development (bug fixing)
|
||||
|
||||
=== release 1.0.1 ===
|
||||
|
||||
2012-10-07 15:31:12 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/inspect/plugin-1394.xml:
|
||||
* docs/plugins/inspect/plugin-aasink.xml:
|
||||
* docs/plugins/inspect/plugin-alaw.xml:
|
||||
* docs/plugins/inspect/plugin-alpha.xml:
|
||||
* docs/plugins/inspect/plugin-alphacolor.xml:
|
||||
* docs/plugins/inspect/plugin-apetag.xml:
|
||||
* docs/plugins/inspect/plugin-audiofx.xml:
|
||||
* docs/plugins/inspect/plugin-audioparsers.xml:
|
||||
* docs/plugins/inspect/plugin-auparse.xml:
|
||||
* docs/plugins/inspect/plugin-autodetect.xml:
|
||||
* docs/plugins/inspect/plugin-avi.xml:
|
||||
* docs/plugins/inspect/plugin-cacasink.xml:
|
||||
* docs/plugins/inspect/plugin-cutter.xml:
|
||||
* docs/plugins/inspect/plugin-debug.xml:
|
||||
* docs/plugins/inspect/plugin-deinterlace.xml:
|
||||
* docs/plugins/inspect/plugin-dv.xml:
|
||||
* docs/plugins/inspect/plugin-effectv.xml:
|
||||
* docs/plugins/inspect/plugin-equalizer.xml:
|
||||
* docs/plugins/inspect/plugin-flac.xml:
|
||||
* docs/plugins/inspect/plugin-flv.xml:
|
||||
* docs/plugins/inspect/plugin-flxdec.xml:
|
||||
* docs/plugins/inspect/plugin-gdkpixbuf.xml:
|
||||
* docs/plugins/inspect/plugin-goom.xml:
|
||||
* docs/plugins/inspect/plugin-goom2k1.xml:
|
||||
* docs/plugins/inspect/plugin-icydemux.xml:
|
||||
* docs/plugins/inspect/plugin-id3demux.xml:
|
||||
* docs/plugins/inspect/plugin-imagefreeze.xml:
|
||||
* docs/plugins/inspect/plugin-interleave.xml:
|
||||
* docs/plugins/inspect/plugin-isomp4.xml:
|
||||
* docs/plugins/inspect/plugin-jack.xml:
|
||||
* docs/plugins/inspect/plugin-jpeg.xml:
|
||||
* docs/plugins/inspect/plugin-level.xml:
|
||||
* docs/plugins/inspect/plugin-matroska.xml:
|
||||
* docs/plugins/inspect/plugin-mulaw.xml:
|
||||
* docs/plugins/inspect/plugin-multifile.xml:
|
||||
* docs/plugins/inspect/plugin-multipart.xml:
|
||||
* docs/plugins/inspect/plugin-navigationtest.xml:
|
||||
* docs/plugins/inspect/plugin-oss4.xml:
|
||||
* docs/plugins/inspect/plugin-ossaudio.xml:
|
||||
* docs/plugins/inspect/plugin-png.xml:
|
||||
* docs/plugins/inspect/plugin-pulseaudio.xml:
|
||||
* docs/plugins/inspect/plugin-replaygain.xml:
|
||||
* docs/plugins/inspect/plugin-rtp.xml:
|
||||
* docs/plugins/inspect/plugin-rtpmanager.xml:
|
||||
* docs/plugins/inspect/plugin-rtsp.xml:
|
||||
* docs/plugins/inspect/plugin-shapewipe.xml:
|
||||
* docs/plugins/inspect/plugin-shout2send.xml:
|
||||
* docs/plugins/inspect/plugin-smpte.xml:
|
||||
* docs/plugins/inspect/plugin-soup.xml:
|
||||
* docs/plugins/inspect/plugin-spectrum.xml:
|
||||
* docs/plugins/inspect/plugin-speex.xml:
|
||||
* docs/plugins/inspect/plugin-taglib.xml:
|
||||
* docs/plugins/inspect/plugin-udp.xml:
|
||||
* docs/plugins/inspect/plugin-video4linux2.xml:
|
||||
* docs/plugins/inspect/plugin-videobox.xml:
|
||||
* docs/plugins/inspect/plugin-videocrop.xml:
|
||||
* docs/plugins/inspect/plugin-videofilter.xml:
|
||||
* docs/plugins/inspect/plugin-videomixer.xml:
|
||||
* docs/plugins/inspect/plugin-vpx.xml:
|
||||
* docs/plugins/inspect/plugin-wavenc.xml:
|
||||
* docs/plugins/inspect/plugin-wavpack.xml:
|
||||
* docs/plugins/inspect/plugin-wavparse.xml:
|
||||
* docs/plugins/inspect/plugin-ximagesrc.xml:
|
||||
* docs/plugins/inspect/plugin-y4menc.xml:
|
||||
* gst-plugins-good.doap:
|
||||
* win32/common/config.h:
|
||||
Release 1.0.1
|
||||
|
||||
2012-10-06 14:57:10 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
|
|
38
NEWS
38
NEWS
|
@ -1,4 +1,40 @@
|
|||
This is GStreamer Good Plugins 1.0.1
|
||||
This is GStreamer Good Plugins 1.0.2
|
||||
|
||||
Changes since 1.0.1:
|
||||
|
||||
* Parallel installability with 0.10.x series
|
||||
* avidemux: fix handling of paletted and other raw RGB data
|
||||
* flacparse: ignore bad headers if we have a valid STREAMINFO header; improve coverart extraction
|
||||
* jpegdepay: store quant tables in zigzag order
|
||||
* matroskamux: do not use unoffical V_MJPEG codec id; fix subtitle request sink pad name and functionality
|
||||
* videofilter: add videomedian element
|
||||
* multiudpsink: add "force-ipv4" option and "multicast-iface" property
|
||||
* pulsesink: fix caps leak and potential crasher in acceptcaps function
|
||||
* pulsesink: start the ringbuffer on GAP events without duration
|
||||
* qtdemux: add support for 'generic' samples; allow more streams
|
||||
* qtdemux: support more ProRes variants; fix memory leak for MS/RIFF audio
|
||||
* qtdemux: with raw audio, set a default channel-mask for multichannel audio
|
||||
* rtpbin: set PTS and DTS in jitterbufffer
|
||||
* rtpbin: use running-time for NTP time when use-pipeline-clock is set
|
||||
* rtpsession: inform source when caps change
|
||||
* udpsrc: use negotiated allocator or pool
|
||||
* videobox: use out_info for out properties
|
||||
* videocrop: port to videofilter
|
||||
* videomixer2: Fix race condition where a src setcaps is ignored
|
||||
* vp8enc: fix default target-bitrate value; set DECODE_ONLY flag on invisible frames
|
||||
|
||||
Bugs fixed since 1.0.1:
|
||||
|
||||
* 654216 : vp8enc: tag invisible frames
|
||||
* 682481 : multiudpsink: add force-ipv4 option (problem when streaming RTP to multicast address)
|
||||
* 683782 : Segfault in pulsesink.c:2077 gst_pulsesink_pad_acceptcaps()
|
||||
* 683842 : Fix race condition in videomixer2 on 0.10
|
||||
* 684701 : flacparse: fails to parse flac file with broken header: " Invalid metablock size for STREAMINFO: 8196 "
|
||||
* 685864 : Add multicast-iface property to multiudpsink
|
||||
* 686008 : qtdemux: crashes in push mode with gst_qtdemux_guess_bitrate: assertion failed: (size > = qtdemux- > header_size)
|
||||
* 686046 : avidemux: can't play 8-bit indexed RGB video
|
||||
* 686550 : qtdemux: no streams found for journal.pone.0030940.s002.mov, m1v video fourcc
|
||||
* 686642 : udpsrc: trivial typo causes compilation error
|
||||
|
||||
Changes since 1.0.0:
|
||||
|
||||
|
|
51
RELEASE
51
RELEASE
|
@ -1,8 +1,8 @@
|
|||
|
||||
Release notes for GStreamer Good Plugins 1.0.1
|
||||
Release notes for GStreamer Good Plugins 1.0.2
|
||||
|
||||
|
||||
The GStreamer team is proud to announce a new release
|
||||
The GStreamer team is proud to announce a new bug-fix release
|
||||
in the 1.x stable series of the
|
||||
core of the GStreamer streaming media framework.
|
||||
|
||||
|
@ -58,17 +58,38 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
|||
Features of this release
|
||||
|
||||
* Parallel installability with 0.10.x series
|
||||
* interleave, deinterlave: channel handling fixes for mono audio
|
||||
* videobalance now supports NV12 and NV21 as well
|
||||
* avidemux: fix handling of paletted and other raw RGB data
|
||||
* flacparse: ignore bad headers if we have a valid STREAMINFO header; improve coverart extraction
|
||||
* jpegdepay: store quant tables in zigzag order
|
||||
* matroskamux: do not use unoffical V_MJPEG codec id; fix subtitle request sink pad name and functionality
|
||||
* videofilter: add videomedian element
|
||||
* multiudpsink: add "force-ipv4" option and "multicast-iface" property
|
||||
* pulsesink: fix caps leak and potential crasher in acceptcaps function
|
||||
* pulsesink: start the ringbuffer on GAP events without duration
|
||||
* qtdemux: add support for 'generic' samples; allow more streams
|
||||
* qtdemux: support more ProRes variants; fix memory leak for MS/RIFF audio
|
||||
* qtdemux: with raw audio, set a default channel-mask for multichannel audio
|
||||
* rtpbin: set PTS and DTS in jitterbufffer
|
||||
* rtpbin: use running-time for NTP time when use-pipeline-clock is set
|
||||
* rtpsession: inform source when caps change
|
||||
* udpsrc: use negotiated allocator or pool
|
||||
* videobox: use out_info for out properties
|
||||
* videocrop: port to videofilter
|
||||
* videomixer2: Fix race condition where a src setcaps is ignored
|
||||
* vp8enc: fix default target-bitrate value; set DECODE_ONLY flag on invisible frames
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 683622 : flvdemux: Internal flow error when demuxing speex
|
||||
* 684972 : qtdemux: cannot play mp4 file when MOOV atom is at the end of file
|
||||
* 684977 : Can't seek in AVI file in push mode
|
||||
* 685059 : avidemux: cannot play video in push mode
|
||||
* 685213 : rtph264pay: pushing unmapped data.
|
||||
* 685512 : rtpgstdepay has a memory leak
|
||||
* 654216 : vp8enc: tag invisible frames
|
||||
* 682481 : multiudpsink: add force-ipv4 option (problem when streaming RTP to multicast address)
|
||||
* 683782 : Segfault in pulsesink.c:2077 gst_pulsesink_pad_acceptcaps()
|
||||
* 683842 : Fix race condition in videomixer2 on 0.10
|
||||
* 684701 : flacparse: fails to parse flac file with broken header: " Invalid metablock size for STREAMINFO: 8196 "
|
||||
* 685864 : Add multicast-iface property to multiudpsink
|
||||
* 686008 : qtdemux: crashes in push mode with gst_qtdemux_guess_bitrate: assertion failed: (size > = qtdemux- > header_size)
|
||||
* 686046 : avidemux: can't play 8-bit indexed RGB video
|
||||
* 686550 : qtdemux: no streams found for journal.pone.0030940.s002.mov, m1v video fourcc
|
||||
* 686642 : udpsrc: trivial typo causes compilation error
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -103,20 +124,16 @@ Interested developers of the core library, plugins, and applications should
|
|||
subscribe to the gstreamer-devel list.
|
||||
|
||||
|
||||
Applications
|
||||
|
||||
Contributors to this release
|
||||
|
||||
* Andre Moreira Magalhaes (andrunko)
|
||||
* Arnaud Vrac
|
||||
* Dmitriy Samonenko
|
||||
* Edward Hervey
|
||||
* Mark Nauwelaerts
|
||||
* Michael Smith
|
||||
* Patricia Muscalu
|
||||
* Oleksij Rempel
|
||||
* Rasmus Rohde
|
||||
* Robert Swain
|
||||
* Sebastian Dröge
|
||||
* Sebastian Rasmussen
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
* Youness Alaoui
|
||||
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
|||
dnl initialize autoconf
|
||||
dnl releases only do -Wall, git and prerelease does -Werror too
|
||||
dnl use a three digit version number for releases, and four for git/pre
|
||||
AC_INIT(GStreamer Good Plug-ins, 1.0.1.1,
|
||||
AC_INIT(GStreamer Good Plug-ins, 1.0.2,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-good)
|
||||
|
||||
|
@ -45,7 +45,7 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
|
|||
[GStreamer API Version])
|
||||
|
||||
AG_GST_LIBTOOL_PREPARE
|
||||
AS_LIBTOOL(GST, 1, 0, 1)
|
||||
AS_LIBTOOL(GST, 2, 0, 2)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.0.0
|
||||
|
|
|
@ -2728,6 +2728,26 @@
|
|||
<DEFAULT></DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMultiUDPSink::force-ipv4</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Force IPv4</NICK>
|
||||
<BLURB>Forcing the use of an IPv4 socket.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMultiUDPSink::multicast-iface</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Multicast Interface</NICK>
|
||||
<BLURB>The network interface on which to join the multicast group.</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstCmmlDec::wait-clip-end-time</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
|
@ -20944,7 +20964,7 @@
|
|||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Use pipeline clock</NICK>
|
||||
<BLURB>Use the pipeline clock to set the NTP time in the RTCP SR messages.</BLURB>
|
||||
<BLURB>Use the pipeline running-time to set the NTP time in the RTCP SR messages.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -21134,7 +21154,7 @@
|
|||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Use pipeline clock</NICK>
|
||||
<BLURB>Use the pipeline clock to set the NTP time in the RTCP SR messages.</BLURB>
|
||||
<BLURB>Use the pipeline running-time to set the NTP time in the RTCP SR messages.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -23358,3 +23378,23 @@
|
|||
<DEFAULT>1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstVideoMedian::filtersize</NAME>
|
||||
<TYPE>GstVideoMedianSize</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Filtersize</NICK>
|
||||
<BLURB>The size of the filter.</BLURB>
|
||||
<DEFAULT>Median of 5 neighbour pixels</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstVideoMedian::lum-only</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Lum Only</NICK>
|
||||
<BLURB>Only apply filter on luminance.</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -104,7 +104,6 @@ GObject
|
|||
GstRgAnalysis
|
||||
GstRgLimiter
|
||||
GstTagInject
|
||||
GstVideoCrop
|
||||
GstVideoFilter
|
||||
GstAgingTV
|
||||
GstAlpha
|
||||
|
@ -125,7 +124,9 @@ GObject
|
|||
GstVertigoTV
|
||||
GstVideoBalance
|
||||
GstVideoBox
|
||||
GstVideoCrop
|
||||
GstVideoFlip
|
||||
GstVideoMedian
|
||||
GstWarpTV
|
||||
GstBin
|
||||
GstAspectRatioCrop
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Source for video data via IEEE1394 interface</description>
|
||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||
<basename>libgst1394.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASCII Art video sink</description>
|
||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||
<basename>libgstaasink.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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 - constant or via chroma-keying</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
||||
<basename>libgstalpha.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
||||
<basename>libgstalphacolor.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio effects plugin</description>
|
||||
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
|
||||
<basename>libgstaudiofx.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parsers for various audio formats</description>
|
||||
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
|
||||
<basename>libgstaudioparsers.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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 in- and outputs</description>
|
||||
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
||||
<basename>libgstautodetect.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3,10 +3,10 @@
|
|||
<description>Colored ASCII Art video sink</description>
|
||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||
<basename>libgstcacasink.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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/debugutils/.libs/libgstdebug.so</filename>
|
||||
<basename>libgstdebug.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Deinterlacer</description>
|
||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||
<basename>libgstdeinterlace.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GStreamer audio equalizers</description>
|
||||
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
|
||||
<basename>libgstequalizer.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>FLV muxing and demuxing plugin</description>
|
||||
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
||||
<basename>libgstflv.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>FLC/FLI/FLX video decoder</description>
|
||||
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
||||
<basename>libgstflxdec.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GdkPixbuf-based image decoder, overlay and sink</description>
|
||||
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
||||
<basename>libgstgdkpixbuf.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GOOM 2k1 visualization filter</description>
|
||||
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
||||
<basename>libgstgoom2k1.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Still frame stream generator</description>
|
||||
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
|
||||
<basename>libgstimagefreeze.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio interleaver/deinterleaver</description>
|
||||
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
||||
<basename>libgstinterleave.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ISO base media file format support (mp4, 3gpp, qt, mj2)</description>
|
||||
<filename>../../gst/isomp4/.libs/libgstisomp4.so</filename>
|
||||
<basename>libgstisomp4.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>JACK audio elements</description>
|
||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||
<basename>libgstjack.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Matroska and WebM stream handling</description>
|
||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||
<basename>libgstmatroska.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -56,7 +56,7 @@
|
|||
<details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int){ 2, 4 }, stream-format=(string)raw, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-ac3, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-eac3, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-dts, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-vorbis, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-flac, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-speex, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw, format=(string){ U8, S16BE, S16LE, S24BE, S24LE, S32BE, S32LE, F32LE, F64LE }, layout=(string)interleaved, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]; audio/x-pn-realaudio, raversion=(int){ 1, 2, 8 }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)[ 1, 3 ], block_align=(int)[ 0, 65535 ], bitrate=(int)[ 0, 524288 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-alaw, channels=(int){ 1, 2 }, rate=(int)[ 8000, 192000 ]; audio/x-mulaw, channels=(int){ 1, 2 }, rate=(int)[ 8000, 192000 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>subtitle_%d</name>
|
||||
<name>subtitle_%u</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>subtitle/x-kate; text/x-raw, format=(string)utf8; application/x-ssa; application/x-ass; application/x-usf; subpicture/x-dvd; application/x-subtitle-unknown</details>
|
||||
|
@ -110,7 +110,7 @@
|
|||
<details>audio/x-vorbis, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>subtitle_%d</name>
|
||||
<name>subtitle_%u</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>subtitle/x-kate; text/x-raw, format=(string)utf8; application/x-ssa; application/x-ass; application/x-usf; subpicture/x-dvd; application/x-subtitle-unknown</details>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MuLaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||
<basename>libgstmulaw.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Reads/Writes buffers from/to sequentially named files</description>
|
||||
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
|
||||
<basename>libgstmultifile.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Template for a video filter</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
||||
<basename>libgstnavigationtest.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||
<basename>libgstoss4audio.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>PulseAudio plugin library</description>
|
||||
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
||||
<basename>libgstpulse.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ReplayGain volume normalization</description>
|
||||
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
||||
<basename>libgstreplaygain.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RTP session management plugin library</description>
|
||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||
<basename>libgstrtpmanager.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Shape Wipe transition filter</description>
|
||||
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
||||
<basename>libgstshapewipe.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libsoup HTTP client src/sink</description>
|
||||
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
|
||||
<basename>libgstsouphttpsrc.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Run an FFT on the audio signal, output spectrum data</description>
|
||||
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
|
||||
<basename>libgstspectrum.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements for Video 4 Linux</description>
|
||||
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||
<basename>libgstvideo4linux2.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Crops video into a user-defined region</description>
|
||||
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
||||
<basename>libgstvideocrop.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Video filters plugin</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
|
||||
<basename>libgstvideofilter.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -72,5 +72,26 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>videomedian</name>
|
||||
<longname>Median effect</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Apply a median filter to an image</description>
|
||||
<author>Wim Taymans <wim.taymans@gmail.com></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw, format=(string){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw, format=(string){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,10 +3,10 @@
|
|||
<description>Video mixer</description>
|
||||
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
||||
<basename>libgstvideomixer.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>VP8 plugin</description>
|
||||
<filename>../../ext/vpx/.libs/libgstvpx.so</filename>
|
||||
<basename>libgstvpx.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Wavpack lossless/lossy audio format handling</description>
|
||||
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
|
||||
<basename>libgstwavpack.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||
<basename>libgsty4menc.so</basename>
|
||||
<version>1.0.1.1</version>
|
||||
<version>1.0.2</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -32,12 +32,22 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.0.2</revision>
|
||||
<branch>1.0</branch>
|
||||
<name></name>
|
||||
<created>2012-10-24</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.0.2.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.0.1</revision>
|
||||
<branch>1.0</branch>
|
||||
<name></name>
|
||||
<created>2012-10-17</created>
|
||||
<created>2012-10-07</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.0.1.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
|
|
@ -52,13 +52,13 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins git"
|
||||
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2012-10-07T15:53Z"
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2012-10-24"
|
||||
|
||||
/* struct v4l2_buffer missing */
|
||||
#undef GST_V4L2_MISSING_BUFDECL
|
||||
|
@ -375,7 +375,7 @@
|
|||
#define PACKAGE_NAME "GStreamer Good Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 1.0.1.1"
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 1.0.2"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-good"
|
||||
|
@ -384,7 +384,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.0.1.1"
|
||||
#define PACKAGE_VERSION "1.0.2"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -418,7 +418,7 @@
|
|||
#undef TARGET_CPU
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.0.1.1"
|
||||
#define VERSION "1.0.2"
|
||||
|
||||
/* old wavpack API */
|
||||
#undef WAVPACK_OLD_API
|
||||
|
|
Loading…
Reference in a new issue