mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 1.5.91
This commit is contained in:
parent
e4b2966c1f
commit
acf6c7f83b
74 changed files with 481 additions and 160 deletions
376
ChangeLog
376
ChangeLog
|
@ -1,9 +1,379 @@
|
|||
=== release 1.5.90 ===
|
||||
=== release 1.5.91 ===
|
||||
|
||||
2015-08-19 Sebastian Dröge <slomo@coaxion.net>
|
||||
2015-09-18 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.5.90
|
||||
releasing 1.5.91
|
||||
|
||||
2015-09-18 11:50:31 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* po/zh_CN.po:
|
||||
po: Update translations
|
||||
|
||||
2015-09-17 10:50:01 +0900 Eunhae Choi <eunhae1.choi@samsung.com>
|
||||
|
||||
* gst/avi/gstavidemux.c:
|
||||
avidemux: Fix taglist leak
|
||||
gst_tag_list_insert() does not take ownership of the inserted taglist.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=755138
|
||||
|
||||
2015-09-16 07:05:36 +1000 Jan Schmidt <jan@centricular.com>
|
||||
|
||||
* gst/audioparsers/gstaacparse.c:
|
||||
aacparse: Skip LOAS AAC until a valid config is seen.
|
||||
It's normal when dropping into the middle of a stream to
|
||||
not always have the config available immediately, so skip LOAS
|
||||
until a valid config is seen without either setting invalid
|
||||
caps or erroring out.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=751386
|
||||
|
||||
2015-09-13 15:41:38 +0200 Mark Nauwelaerts <mnauw@users.sourceforge.net>
|
||||
|
||||
* gst/rtpmanager/gstrtpjitterbuffer.c:
|
||||
rtpjitterbuffer: reset just a bit more upon flush_stop
|
||||
|
||||
2015-09-13 15:40:09 +0200 Mark Nauwelaerts <mnauw@users.sourceforge.net>
|
||||
|
||||
* gst/rtpmanager/gstrtpjitterbuffer.c:
|
||||
rtpjitterbuffer: remove dead struct member
|
||||
|
||||
2015-09-11 17:09:28 +0900 Vineeth TM <vineeth.tm@samsung.com>
|
||||
|
||||
* gst/udp/gstmultiudpsink.c:
|
||||
multiudpsink: fix GError memory leak when hostname resolution fails
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=754869
|
||||
|
||||
2015-09-10 15:26:54 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* gst/matroska/ebml-write.c:
|
||||
matroskamux: drop HEADER flag from output buffers
|
||||
Drop HEADER flag from output buffers if they are not indeed
|
||||
headers.
|
||||
Fixes resending of headers in tcp connection handling
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=754768
|
||||
|
||||
2015-09-10 16:00:50 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* gst/matroska/ebml-write.c:
|
||||
matroskamux: fix matroskamux ! matroskademux
|
||||
Don't carry over DISCONT flags from the input buffers to the
|
||||
output buffer, or the demuxer might reset its state when it
|
||||
receives the first data buffer just after parsing the simple
|
||||
block header, and then expect sane data to follow.
|
||||
Fixes matroskamux ! demux erroring out.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=754768
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=657805
|
||||
|
||||
2015-09-09 12:51:40 -0700 Martin Kelly <martin@surround.io>
|
||||
|
||||
* gst/rtsp/README:
|
||||
rtsp: fix small README typo
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=754807
|
||||
|
||||
2015-09-04 19:45:37 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* gst/audioparsers/gstwavpackparse.c:
|
||||
wavpackparse: set both pts and dts so baseparse doesn't make up wrong dts after seeks
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=752106
|
||||
|
||||
2015-09-04 19:34:41 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* gst/audioparsers/gstflacparse.c:
|
||||
flacparse: set both pts and dts so baseparse doesn't make up wrong dts after a seek
|
||||
flac contains the sample offset in the frame header, so after a seek
|
||||
without index flacparse will know the exact position we landed on and
|
||||
timestamp buffers accordingly. It only set the pts though, which means
|
||||
the baseparse-set dts which was set to the seek position prevails, and
|
||||
since the seek was based on an estimate, there's likely a discrepancy
|
||||
between where we wanted to land and where we did land, so from here on
|
||||
that dts/pts difference will be maintained, with dts possibly multiple
|
||||
seconds ahead of pts, which is just wrong. The easiest way to fix this
|
||||
is to just set both pts and dts based on the sample offset, but perhaps
|
||||
parsed audio should just not have dts set at all.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=752106
|
||||
|
||||
2015-09-06 16:33:02 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* docs/plugins/gst-plugins-good-plugins.args:
|
||||
* docs/plugins/gst-plugins-good-plugins.signals:
|
||||
docs: remove properties and signals that no longer exist
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=726443
|
||||
|
||||
2013-10-11 15:13:00 +0000 George Chriss <gschriss@gmail.com>
|
||||
|
||||
* gst/flv/gstflvmux.c:
|
||||
flvmux: Make the element count in arrays not include end
|
||||
One-line removal of tags_written++
|
||||
This should fix rtmp output to crtmpserver, and hopefully
|
||||
noone is expecting that the element count includes the end
|
||||
element, as different bits of documentation say different
|
||||
things about whether it should or not.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=661624
|
||||
|
||||
2015-07-30 00:59:15 +1000 Jan Schmidt <jan@centricular.com>
|
||||
|
||||
* gst/flv/gstflvmux.c:
|
||||
* gst/flv/gstflvmux.h:
|
||||
flvmux: Store incoming bitrate tags and send in the metadata
|
||||
Apparently the Microsoft Azure RTMP server requires that the
|
||||
videodatarate and audiodatarate metadata be provided, so
|
||||
set those, even if it's to 0. Use the actual input bitrate
|
||||
tags if available.
|
||||
|
||||
2015-09-04 00:06:29 +1000 Jan Schmidt <jan@centricular.com>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c:
|
||||
rtspsrc: Don't parse key data more than needed.
|
||||
When an auxilliary streams are present in the SDP media,
|
||||
there's no need to re-parse the SDP attributes multiple
|
||||
times.
|
||||
|
||||
2015-09-03 20:56:55 +1000 Jan Schmidt <jan@centricular.com>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c:
|
||||
rtspsrc: Fix SRTP + RTX, auth access, a leak, and an invalid memory access.
|
||||
In parse_keymgmt(), don't mutate the input string that's been passed
|
||||
as const, especially since we might need the original value again if
|
||||
the same key info applies to multiple streams (RTX, for example).
|
||||
When a resource is 404, and we have auth info - retry with the auth
|
||||
info the same as if we had receive unauthorised, in case the resource
|
||||
isn't even visible until credentials are supplied.
|
||||
Fix a memory leak handling Mikey data.
|
||||
When generating a random keystring, don't overrun the 30 byte
|
||||
buffer by generating 32 bytes into it.
|
||||
|
||||
2015-09-04 15:18:05 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/udp/gstudpsrc.c:
|
||||
udpsrc: Fix build with GLib < 2.44
|
||||
G_IO_ERROR_CONNECTION_CLOSED was added in 2.44.
|
||||
|
||||
2015-09-04 12:01:52 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/udp/gstudpsrc.c:
|
||||
udpsrc: Ignore G_IO_ERROR_CONNECTION_CLOSED when receiving data
|
||||
This happens on Windows if we use the same socket for sending packets,
|
||||
and the remote sends ICMP port/host unreachable messages.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=754534
|
||||
|
||||
2015-09-02 21:12:41 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/rtp/gstrtptheoradepay.c:
|
||||
* gst/rtp/gstrtpvorbisdepay.c:
|
||||
rtpvorbis/theoradepay: Fix handling of fragmented packets
|
||||
This was broken in b1089fb520 by not considering the full packet length of a
|
||||
fragmented packet but only the length of the first one.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=754417
|
||||
|
||||
2015-09-01 15:39:22 -0400 Olivier Crête <olivier.crete@collabora.com>
|
||||
|
||||
* gst/dtmf/gstdtmfsrc.c:
|
||||
* gst/dtmf/gstrtpdtmfsrc.c:
|
||||
dtmfsrc: Reply to latency query
|
||||
|
||||
2015-08-31 16:42:30 -0400 Olivier Crête <olivier.crete@collabora.com>
|
||||
|
||||
* tests/check/elements/rtpsession.c:
|
||||
tests: Fix rtpsession test failure
|
||||
The time of the first RTCP packet is semi-random, so
|
||||
sometimes it was produced before enough packets from
|
||||
the second SSRC were received. First drop queued RTCP
|
||||
packets, then advance the clock enough to ensure
|
||||
that at least one new RTCP packet is produced.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=750731
|
||||
|
||||
2015-08-31 13:56:04 +0200 Stefan Sauer <ensonic@users.sf.net>
|
||||
|
||||
* tests/check/elements/level.c:
|
||||
level: improve the test for multi-channel mode
|
||||
Change the test to verify the read-index for multiple messages per buffer.
|
||||
See https://bugzilla.gnome.org/show_bug.cgi?id=754144
|
||||
|
||||
2015-08-31 12:46:52 +0200 Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
|
||||
* gst/matroska/matroska-demux.c:
|
||||
matroskademux: Align raw video frames to 32 bytes
|
||||
Outputting unaligned video frames causes videoscale et al to
|
||||
crash when attempting SIMD-accelerated conversion.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=736965
|
||||
|
||||
2015-08-26 23:16:46 +0200 Stefan Sauer <ensonic@users.sf.net>
|
||||
|
||||
* gst/level/gstlevel.c:
|
||||
level: fix level calculations for mutliple channels
|
||||
This was broken with 7b90bf32150897a141a29a12ecab555d8c5b7fab.
|
||||
|
||||
2015-08-27 10:28:55 +0530 Ravi Kiran K N <ravi.kiran@samsung.com>
|
||||
|
||||
* gst/smpte/gstsmpte.c:
|
||||
smpte: Fix memory leak
|
||||
In gst_smpte_collected(), check upfront if input formats are same
|
||||
or not. This avoids allocation of in1 and in2 buffers and
|
||||
subsequent memory leak when input formats do not match.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=754153
|
||||
|
||||
2015-08-21 11:52:19 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* tests/check/elements/souphttpsrc.c:
|
||||
tests: souphttpsrc: don't try to connect to dead radio server
|
||||
|
||||
2015-08-21 16:29:16 +0900 Vineeth TM <vineeth.tm@samsung.com>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c:
|
||||
rtspsrc: Trivial fix to check correct condition
|
||||
When checking for describe method, because of missing parentheses, wrong
|
||||
condition is being checked, which will result in wrong behavior.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=753912
|
||||
|
||||
2015-08-21 13:19:02 +0900 Vineeth TM <vineeth.tm@samsung.com>
|
||||
|
||||
* gst/matroska/matroska-read-common.c:
|
||||
matroska: read: fix tag list memory leak
|
||||
gst_toc_entry_merge_tags makes a new ref of the taglist, so it should
|
||||
be unref'ed as soon as the tags are merged to the tocentry
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=753904
|
||||
|
||||
2015-08-21 12:20:59 +0900 Vineeth TM <vineeth.tm@samsung.com>
|
||||
|
||||
* ext/wavpack/gstwavpackdec.c:
|
||||
wavpackdec: fix taglist memory leak
|
||||
When passing the taglist to gst_audio_decoder_merge_tags, the reference is increased
|
||||
by audiodecoder and the caller should free the taglist being passed.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=753903
|
||||
|
||||
2015-08-20 14:45:33 +0200 Jean-Michel Hautbois <jean-michel.hautbois@veo-labs.com>
|
||||
|
||||
* sys/v4l2/gstv4l2transform.c:
|
||||
v4l2transform: fix pad closing
|
||||
Signed-off-by: Jean-Michel Hautbois <jean-michel.hautbois@veo-labs.com>
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=753875
|
||||
|
||||
=== release 1.5.90 ===
|
||||
|
||||
2015-08-19 13:29:53 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/gst-plugins-good-plugins.args:
|
||||
* docs/plugins/gst-plugins-good-plugins.hierarchy:
|
||||
* docs/plugins/gst-plugins-good-plugins.interfaces:
|
||||
* docs/plugins/gst-plugins-good-plugins.signals:
|
||||
* 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-cairo.xml:
|
||||
* docs/plugins/inspect/plugin-cutter.xml:
|
||||
* docs/plugins/inspect/plugin-debug.xml:
|
||||
* docs/plugins/inspect/plugin-deinterlace.xml:
|
||||
* docs/plugins/inspect/plugin-dtmf.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.5.90
|
||||
|
||||
2015-08-19 12:47:42 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* po/af.po:
|
||||
* po/az.po:
|
||||
* po/bg.po:
|
||||
* po/ca.po:
|
||||
* po/cs.po:
|
||||
* po/da.po:
|
||||
* po/de.po:
|
||||
* po/el.po:
|
||||
* po/en_GB.po:
|
||||
* po/eo.po:
|
||||
* po/es.po:
|
||||
* po/eu.po:
|
||||
* po/fi.po:
|
||||
* po/fr.po:
|
||||
* po/gl.po:
|
||||
* po/hr.po:
|
||||
* po/hu.po:
|
||||
* po/id.po:
|
||||
* po/it.po:
|
||||
* po/ja.po:
|
||||
* po/lt.po:
|
||||
* po/lv.po:
|
||||
* po/mt.po:
|
||||
* po/nb.po:
|
||||
* po/nl.po:
|
||||
* po/or.po:
|
||||
* po/pl.po:
|
||||
* po/pt_BR.po:
|
||||
* po/ro.po:
|
||||
* po/ru.po:
|
||||
* po/sk.po:
|
||||
* po/sl.po:
|
||||
* po/sq.po:
|
||||
* po/sr.po:
|
||||
* po/sv.po:
|
||||
* po/tr.po:
|
||||
* po/uk.po:
|
||||
* po/vi.po:
|
||||
* po/zh_CN.po:
|
||||
* po/zh_HK.po:
|
||||
* po/zh_TW.po:
|
||||
Update .po files
|
||||
|
||||
2015-08-19 11:29:55 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
|||
This is GStreamer Good Plugins 1.5.90
|
||||
This is GStreamer Good Plugins 1.5.91
|
||||
|
||||
|
|
102
RELEASE
102
RELEASE
|
@ -1,8 +1,8 @@
|
|||
|
||||
Release notes for GStreamer Good Plugins 1.5.90
|
||||
Release notes for GStreamer Good Plugins 1.5.91
|
||||
|
||||
|
||||
The GStreamer team is pleased to announce the first release candidate for the
|
||||
The GStreamer team is pleased to announce the second release candidate for the
|
||||
stable 1.6 release series. The 1.6 release series is adding new features on top of
|
||||
the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
|
||||
series of the GStreamer multimedia framework. The final 1.6.0 release is planned
|
||||
|
@ -57,58 +57,22 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 738363 : jitterbuffer: lost-events are broken
|
||||
* 738570 : flvdemux: Fix support for seeking flags
|
||||
* 738681 : qtdemux: does not detect orientation
|
||||
* 739472 : multifilesrc: Lost the ability to start at a different frame by setting index property
|
||||
* 739868 : rtpmanager: rtpjitterbuffer fixes and improvements
|
||||
* 745089 : qtdemux: gets stuck if file only has a moof and no moov
|
||||
* 746445 : rtpaux: Unit test is racy and producing warnings
|
||||
* 747728 : vp8enc: multipass-mode=2 is not working
|
||||
* 747881 : rtpmp4gdepay does not calculate timestamp for RTP packets with multiple Access Units
|
||||
* 747965 : rtppayload: payload type could be inconsistent in some payloader, which have pre-defined pt by RFC standard
|
||||
* 749536 : rtspsrc: handle gap in tcp mode
|
||||
* 750101 : rtspsrc: send the user-agent header
|
||||
* 750106 : splitmuxsink: add a " format-location " signal that allows better control over filenames
|
||||
* 751240 : splitmuxsrc: improve sticky events handling
|
||||
* 751334 : FLAC: memory leak on a specific media file
|
||||
* 751496 : rtspsrc: Add new ntp-time-source property and deprecate use-pipeline-clock property
|
||||
* 751774 : rtp: Copy over metas if possible
|
||||
* 751780 : avidemux: Fix the return type of index_entry_offset_search
|
||||
* 751886 : Add rtph261pay and rtph261depay
|
||||
* 751929 : rtpvp8depay: Ignore reserved bit in payload descriptor
|
||||
* 751982 : rtph261pay: rtph261depay: Add documentation
|
||||
* 751985 : rtph261pay: Fix uninitialized variable compiler error
|
||||
* 752012 : rtph263pdepay: Fix initialization of debug category
|
||||
* 752053 : goom: Initialised variables to remove compiler warnings
|
||||
* 752073 : Revert " imagefreeze: Remove impossible error condition "
|
||||
* 752100 : rtpklvdepay: fix build error
|
||||
* 752112 : rtph263depay: Make sure payload is large enough
|
||||
* 752117 : avidemux: fix event leak
|
||||
* 752416 : audiofx: fix typos in example pipelines
|
||||
* 752421 : matroskademux: SRT subtitles with markup are displayed with a trailing asterisk
|
||||
* 752613 : qtdemux: raw 16 bit PCM audio in 'raw ' fourcc not working
|
||||
* 752618 : v4l2bufferpool: Set timestamp when queue buffer
|
||||
* 752655 : qtdemux: support 'subt' subtype for subtitle tracks
|
||||
* 752663 : rtpvp8depay: Check available bytes before copy
|
||||
* 752825 : v4l2: Patch to remove limit on framerate
|
||||
* 752850 : matroskademux: Does not send user-supplied metadata tags from streamable files
|
||||
* 752866 : souphttpsrc: allow empty http proxy string
|
||||
* 752992 : matroska: fix minor tag string leak
|
||||
* 753008 : dvdemux: Remove unused variable
|
||||
* 753009 : rtspsrc: Strip keys from the fmtp that we use internally in our caps
|
||||
* 753042 : rtpmp4vdepay: rtpbuffer is being unref'ed twice
|
||||
* 753066 : rtpstreamdepay: No Caps set error when activating in pull mode
|
||||
* 753240 : souphttpsrc: Typo (occured) in translatable string
|
||||
* 753325 : rtpklv(de)pay: add " RTP " in the klass string
|
||||
* 753430 : rtph264depay: Not working with caps " byte-stream/nal "
|
||||
* 753450 : audioecho: unused local variable in set_property function
|
||||
* 753490 : audioecho: reallocate buffer on changing max_delay
|
||||
* 753556 : matroska: Remove unused variables
|
||||
* 753670 : directsoundsink: allow specifying audio playback device
|
||||
* 753706 : rtp: some (de)payloaders are missing copying metadata.
|
||||
* 743758 : osxaudiosrc supports only 44100 sample rate on iOS
|
||||
* 679768 : mpegaudioparse, baseparse: fix tag handling
|
||||
* 661624 : flvmux: overstates the number of metadata elements when 'streamable=true'
|
||||
* 736965 : matroskademux: Output raw video in unaligned buffers causing crashing in ORC video conversion code
|
||||
* 744420 : splitmuxsink - Deadlock on while starting 2nd fragment on function gst_element_sync_state_with_parent
|
||||
* 752106 : flacparse: makes up bogus DTS for audio after seeking
|
||||
* 753875 : v4l2transform: fix pad closing
|
||||
* 753903 : wavpackdec: fix taglist memory leak
|
||||
* 753904 : matroska: read: fix tag list memory leak
|
||||
* 753912 : rtspsrc: fix check if DESCRIBE method is supported
|
||||
* 754144 : level: regression for channels > 1
|
||||
* 754153 : smpte: memory leak
|
||||
* 754417 : rtptheoradepay: Reading headers from caps is broken
|
||||
* 754768 : matroskademux: Streaming via tcpserversink fails - reading large block not supported
|
||||
* 754807 : Small typo fix in rtsp readme
|
||||
* 754869 : multiudpsink: fix GError memory leak in hostname lookup failure code path
|
||||
* 755138 : avidemux: fix taglist leak
|
||||
* 751386 : aacparse: cannot set LOAS src caps
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -145,40 +109,18 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alex Ashley
|
||||
* Arun Raghavan
|
||||
* Dimitrios Christidis
|
||||
* Dimitrios Katsaros
|
||||
* Dustin Spicuzza
|
||||
* Edward Hervey
|
||||
* Eunhae Choi
|
||||
* George Kiagiadakis
|
||||
* Gilbok Lee
|
||||
* Glen Diener
|
||||
* Havard Graff
|
||||
* Hyunjun Ko
|
||||
* Ilya Konstantinov
|
||||
* George Chriss
|
||||
* Jan Alexander Steffens (heftig)
|
||||
* Jan Schmidt
|
||||
* Jimmy Ohn
|
||||
* Luis de Bethencourt
|
||||
* Manasa Athreya
|
||||
* Miguel París Díaz
|
||||
* Nicolas Dufresne
|
||||
* Oleksij Rempel
|
||||
* Jean-Michel Hautbois
|
||||
* Mark Nauwelaerts
|
||||
* Martin Kelly
|
||||
* Olivier Crête
|
||||
* Paul Hyunil
|
||||
* Prashant Gotarne
|
||||
* Ramiro Polla
|
||||
* Ravi Kiran K N
|
||||
* Sebastian Dröge
|
||||
* Song Bing
|
||||
* Stefan Sauer
|
||||
* Stian Selnes
|
||||
* Thiago Santos
|
||||
* Tim-Philipp Müller
|
||||
* Tobias Mueller
|
||||
* Vineeth T M
|
||||
* Vineeth TM
|
||||
* Wim Taymans
|
||||
|
|
@ -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.5.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
|
||||
AC_INIT([GStreamer Good Plug-ins],[1.5.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
|
||||
|
||||
AG_GST_INIT
|
||||
|
||||
|
@ -43,11 +43,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
|
|||
[GStreamer API Version])
|
||||
|
||||
AG_GST_LIBTOOL_PREPARE
|
||||
AS_LIBTOOL(GST, 590, 0, 590)
|
||||
AS_LIBTOOL(GST, 591, 0, 591)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.5.90
|
||||
GSTPB_REQ=1.5.90
|
||||
GST_REQ=1.5.91
|
||||
GSTPB_REQ=1.5.91
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -995,7 +995,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>User Agent</NICK>
|
||||
<BLURB>The User-Agent string to send to the server.</BLURB>
|
||||
<DEFAULT>"GStreamer/1.5.90"</DEFAULT>
|
||||
<DEFAULT>"GStreamer/1.5.91"</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<SIGNAL>
|
||||
<NAME>GstMultiUDPSink::add</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Source for video data via IEEE1394 interface</description>
|
||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||
<basename>libgst1394.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ASCII Art video sink</description>
|
||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||
<basename>libgstaasink.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ALaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
||||
<basename>libgstalaw.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<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.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<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.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>APEv1/2 tag reader</description>
|
||||
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
|
||||
<basename>libgstapetag.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio effects plugin</description>
|
||||
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
|
||||
<basename>libgstaudiofx.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Parsers for various audio formats</description>
|
||||
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
|
||||
<basename>libgstaudioparsers.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>parses au streams</description>
|
||||
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
||||
<basename>libgstauparse.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<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.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>AVI stream handling</description>
|
||||
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
||||
<basename>libgstavi.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Colored ASCII Art video sink</description>
|
||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||
<basename>libgstcacasink.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Cairo-based elements</description>
|
||||
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
||||
<basename>libgstcairo.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio Cutter to split audio into non-silent bits</description>
|
||||
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
|
||||
<basename>libgstcutter.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>elements for testing and debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
|
||||
<basename>libgstdebug.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Deinterlacer</description>
|
||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||
<basename>libgstdeinterlace.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DTMF plugins</description>
|
||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||
<basename>libgstdtmf.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<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.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>effect plugins from the effectv project</description>
|
||||
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
||||
<basename>libgsteffectv.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GStreamer audio equalizers</description>
|
||||
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
|
||||
<basename>libgstequalizer.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>The FLAC Lossless compressor Codec</description>
|
||||
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
||||
<basename>libgstflac.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>FLV muxing and demuxing plugin</description>
|
||||
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
||||
<basename>libgstflv.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>FLC/FLI/FLX video decoder</description>
|
||||
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
||||
<basename>libgstflxdec.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GdkPixbuf-based image decoder, overlay and sink</description>
|
||||
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
||||
<basename>libgstgdkpixbuf.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GOOM visualization filter</description>
|
||||
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
||||
<basename>libgstgoom.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GOOM 2k1 visualization filter</description>
|
||||
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
||||
<basename>libgstgoom2k1.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demux ICY tags from a stream</description>
|
||||
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
|
||||
<basename>libgsticydemux.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demux ID3v1 and ID3v2 tags from a file</description>
|
||||
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
|
||||
<basename>libgstid3demux.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Still frame stream generator</description>
|
||||
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
|
||||
<basename>libgstimagefreeze.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio interleaver/deinterleaver</description>
|
||||
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
||||
<basename>libgstinterleave.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<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.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>JACK audio elements</description>
|
||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||
<basename>libgstjack.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>JPeg plugin library</description>
|
||||
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
||||
<basename>libgstjpeg.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio level plugin</description>
|
||||
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
||||
<basename>libgstlevel.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Matroska and WebM stream handling</description>
|
||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||
<basename>libgstmatroska.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MuLaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||
<basename>libgstmulaw.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Reads/Writes buffers from/to sequentially named files</description>
|
||||
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
|
||||
<basename>libgstmultifile.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>multipart stream manipulation</description>
|
||||
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
|
||||
<basename>libgstmultipart.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Template for a video filter</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
||||
<basename>libgstnavigationtest.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||
<basename>libgstoss4audio.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>OSS (Open Sound System) support for GStreamer</description>
|
||||
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
||||
<basename>libgstossaudio.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>PNG plugin library</description>
|
||||
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
||||
<basename>libgstpng.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>PulseAudio plugin library</description>
|
||||
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
||||
<basename>libgstpulse.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ReplayGain volume normalization</description>
|
||||
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
||||
<basename>libgstreplaygain.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Real-time protocol plugins</description>
|
||||
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
||||
<basename>libgstrtp.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>RTP session management plugin library</description>
|
||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||
<basename>libgstrtpmanager.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data via RTSP</description>
|
||||
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
||||
<basename>libgstrtsp.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Shape Wipe transition filter</description>
|
||||
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
||||
<basename>libgstshapewipe.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -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.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>libshout2</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Apply the standard SMPTE transitions on video images</description>
|
||||
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
||||
<basename>libgstsmpte.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>libsoup HTTP client src/sink</description>
|
||||
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
|
||||
<basename>libgstsouphttpsrc.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<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.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Speex plugin library</description>
|
||||
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
||||
<basename>libgstspeex.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Tag writing plug-in based on taglib</description>
|
||||
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
||||
<basename>libgsttaglib.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data via UDP</description>
|
||||
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
||||
<basename>libgstudp.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>elements for Video 4 Linux</description>
|
||||
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||
<basename>libgstvideo4linux2.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>resizes a video by adding borders or cropping</description>
|
||||
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
||||
<basename>libgstvideobox.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Crops video into a user-defined region</description>
|
||||
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
||||
<basename>libgstvideocrop.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Video filters plugin</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
|
||||
<basename>libgstvideofilter.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Video mixer</description>
|
||||
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
||||
<basename>libgstvideomixer.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>VP8 plugin</description>
|
||||
<filename>../../ext/vpx/.libs/libgstvpx.so</filename>
|
||||
<basename>libgstvpx.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Encode raw audio into WAV</description>
|
||||
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
||||
<basename>libgstwavenc.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Wavpack lossless/lossy audio format handling</description>
|
||||
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
|
||||
<basename>libgstwavpack.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Parse a .wav file into raw audio</description>
|
||||
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
||||
<basename>libgstwavparse.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>X11 video input plugin using standard Xlib calls</description>
|
||||
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
|
||||
<basename>libgstximagesrc.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||
<basename>libgsty4menc.so</basename>
|
||||
<version>1.5.90</version>
|
||||
<version>1.5.91</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
|
|
|
@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.5.91</revision>
|
||||
<branch>1.5</branch>
|
||||
<name></name>
|
||||
<created>2015-09-18</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.5.91.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.5.90</revision>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2015-08-19"
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2015-09-18"
|
||||
|
||||
/* Define if static plugins should be built */
|
||||
#undef GST_PLUGIN_BUILD_STATIC
|
||||
|
@ -387,7 +387,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.5.90"
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 1.5.91"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-good"
|
||||
|
@ -396,7 +396,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.5.90"
|
||||
#define PACKAGE_VERSION "1.5.91"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -427,7 +427,7 @@
|
|||
#undef TARGET_CPU
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.5.90"
|
||||
#define VERSION "1.5.91"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
|
Loading…
Reference in a new issue