mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Release 1.11.91
This commit is contained in:
parent
da19ec61c0
commit
4ae022e6c4
73 changed files with 534 additions and 107 deletions
431
ChangeLog
431
ChangeLog
|
@ -1,9 +1,434 @@
|
|||
=== release 1.11.90 ===
|
||||
=== release 1.11.91 ===
|
||||
|
||||
2017-04-07 Sebastian Dröge <slomo@coaxion.net>
|
||||
2017-04-27 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.11.90
|
||||
releasing 1.11.91
|
||||
|
||||
2017-04-27 15:28:02 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* po/LINGUAS:
|
||||
* po/el.po:
|
||||
* po/fur.po:
|
||||
po: Update translations
|
||||
|
||||
2017-04-27 12:56:27 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: Don't crash in debug output if stream==NULL
|
||||
That case is correctly handled below but not in the debug output.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=781270
|
||||
|
||||
2017-04-25 17:11:27 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: Don't perform seeks with inconsistent seek values
|
||||
If gst_segment_do_seek() fails, we shouldn't try seeking on that
|
||||
resulting segment but just error out. Crashes further down the line
|
||||
otherwise.
|
||||
|
||||
2017-04-24 20:27:49 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* common:
|
||||
Automatic update of common submodule
|
||||
From 60aeef6 to 48a5d85
|
||||
|
||||
2017-04-24 17:31:04 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
* tests/check/elements/rtp-payloading.c:
|
||||
tests: rtp-payloading: add test for rtph264depay avc/byte-stream output
|
||||
Make sure avc output doesn't contain SPS/PPS inline, but
|
||||
byte-stream output does.
|
||||
|
||||
2017-04-24 17:29:37 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* gst/rtp/gstrtph264depay.c:
|
||||
rtph264depay: don't insert SPS/PPS inline for AVC output
|
||||
SPS/PPS are in the caps in this case and shouldn't be in
|
||||
the stream data.
|
||||
|
||||
2017-04-21 19:09:14 +0100 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c:
|
||||
rtspsrc: Chain up to the parent class' provide_clock() implementation
|
||||
If no clock was provided directly by rtspsrc. This behaviour was removed
|
||||
by f8013487c91a6ffc552a4b25aa1a70f0bd5377f8 and results in rtspsrc not
|
||||
providing the system clock via the rtpjitterbuffer.
|
||||
As a result, if another element like an audio sink, provides a clock,
|
||||
the pipeline would select that (when going to PAUSED/PLAYING again later).
|
||||
Audio clocks usually don't progress in PAUSED, and thus our live source
|
||||
won't be able to use the clock to produce data, making the sink never
|
||||
preroll and everything is stuck.
|
||||
|
||||
2017-04-20 11:22:15 +0200 Jürgen Sachs <juergen.sachs@metz-ce.de>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: reset sample_description_id to default
|
||||
Fixes stream where sample_description_id is specified in the tfhd
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=778337
|
||||
|
||||
2017-04-20 13:16:24 +0100 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/multifile/gstsplitmuxsink.c:
|
||||
splitmuxsink: Don't use an explicit name for requesting audio pads
|
||||
... unless the muxer uses the same audio pad template name as
|
||||
splitmuxsink. We can't request a pad called "audio_0" on a muxer that
|
||||
wants pads to be "sink_%d".
|
||||
|
||||
2017-02-23 09:31:36 +0900 ChangBok Chae <changbok.chea@gmail.com>
|
||||
|
||||
* gst/flv/gstflvdemux.c:
|
||||
flvdemux: remove duplicated segment initialization
|
||||
It's also done in gst_flv_demux_cleanup().
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=779106
|
||||
|
||||
2017-04-20 20:17:35 +1000 Xavier Claessens <xavier.claessens@collabora.com>
|
||||
|
||||
* gst/multifile/gstsplitmuxsink.c:
|
||||
splitmuxsink: Correctly catch FLUSH events in probes
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=767498
|
||||
|
||||
2017-04-19 12:28:12 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* gst/rtpmanager/gstrtpsession.c:
|
||||
* gst/rtpmanager/rtpsession.c:
|
||||
* gst/rtpmanager/rtpsession.h:
|
||||
Revert "rtpbin: pipeline gets an EOS when any rtpsources byes"
|
||||
This reverts commit eeea2a7fe88a17b15318d5b6ae6e190b2f777030.
|
||||
It breaks EOS in some sender pipelines, see
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=773218#c20
|
||||
|
||||
2017-04-14 17:01:49 +0200 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: Reset adapter in more discontinuity cases
|
||||
In push mode we process as much as possible in the adapter. When we receive
|
||||
a DISCONT buffer which we can't match to an actual sample (based on the existing
|
||||
sample table) and there is still data remaining in the incoming adapter,there is
|
||||
one of two cases happening:
|
||||
1) We are doing reverse playback, in which case we should flush out all pending
|
||||
data
|
||||
2) We have leftover data from the previous incoming buffer... which we can't do
|
||||
anything about.
|
||||
For the second case, make sure we flush out the remaining data so that we can start
|
||||
parsing again from scratch.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=781319
|
||||
|
||||
2017-04-14 10:56:41 +0200 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c:
|
||||
rtspsrc: Use GST_ELEMENT_ERROR_WITH_DETAILS
|
||||
Allows the application to know the exact status code that was returned
|
||||
by the server in a programmatic fashion.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=781304
|
||||
|
||||
2017-04-16 18:47:56 +0900 Seungha Yang <sh.yang@lge.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: Fix leak on QtDemuxStreamStsdEntry
|
||||
Fix unit test failure
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=781362
|
||||
|
||||
2017-04-14 13:38:53 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/isomp4/atoms.c:
|
||||
* gst/isomp4/atoms.h:
|
||||
* gst/isomp4/gstqtmux.c:
|
||||
qtmux: Fix timescale of timecode tracks
|
||||
They should have ideally the same timescale of the video track, which we
|
||||
can't guarantee here as in theory timecode configuration and video
|
||||
framerate could be different. However we should set a correct timescale
|
||||
based on the framerate given in the timecode configuration, and not just
|
||||
use the framerate numerator.
|
||||
|
||||
2017-04-13 13:25:06 +0200 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: Properly reset demuxer when all streams are EOS
|
||||
Make sure offset and neededbytes are properly resetted when all
|
||||
streams are EOS in push-mode.
|
||||
Avoids cases when some data might still be pushed by upstream (because
|
||||
it didn't yet see the resulting GST_FLOW_EOS yet) and qtdemux gets
|
||||
completely lost.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=781266
|
||||
|
||||
2017-04-13 08:00:30 +0200 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* ext/soup/gstsouphttpsrc.c:
|
||||
souphttpsrc: Make more usage of error macro
|
||||
And make sure we actually use the provided soup_msg argument in the macro
|
||||
|
||||
2017-04-12 18:46:53 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
|
||||
|
||||
* ext/meson.build:
|
||||
meson: Print message when disabling taglib on MSVC
|
||||
|
||||
2017-04-12 13:26:59 +0200 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/isomp4/gstqtmux.c:
|
||||
qtmux: Don't forget to update pad->last_buf
|
||||
buf is the current pad->last_buf value. If ever it gets copied/unreffed,
|
||||
we need to make sure to write back the new pointer to the last_buf
|
||||
variable.
|
||||
Fixes using wrong pointer values in the case of decrasing DTS value
|
||||
|
||||
2017-04-12 11:33:05 +0200 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* tests/check/elements/.gitignore:
|
||||
tests: Add vp9enc to gitignore
|
||||
|
||||
2017-04-11 13:41:48 +0200 Jürgen Sachs <juergen.sachs@metz-ce.de>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: fix: sample description index override in tfhd not evaluated
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=778337
|
||||
|
||||
2017-04-12 11:03:24 +0200 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: Add out-of-bound check
|
||||
Make sure we don't read invalid memory
|
||||
|
||||
2016-04-27 12:17:37 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: move parsing of tkhd out of stsd entry loop
|
||||
It needs only to be read once.
|
||||
|
||||
2016-04-07 12:23:35 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: check for a different stsd entry before pushing a sample
|
||||
Before pushing a sample, check if there was a change in the current
|
||||
stsd entry. This patch also assumes that the first stsd entry is
|
||||
used as default for the first sample. It might cause an uneeded
|
||||
caps renegotiation when this isn't the case.
|
||||
|
||||
2016-04-06 12:55:18 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: parse all stsd entries
|
||||
stsd can have multiple format entries, parse them all.
|
||||
This is required to play DVB DASH profile that uses multiple entries
|
||||
to identify the different available bitrates/options on dash streams
|
||||
The stream format-specific data is not stored into QtDemuxStreamStsdEntry
|
||||
|
||||
2016-04-05 14:34:00 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: rework stsd sample entries access
|
||||
Instead of using the stsd as a base pointer, use the actual stsd
|
||||
entry as the stsd can have multiple entries. This is rarely used
|
||||
for file playback but is a possible profile with in DVB DASH specs.
|
||||
This still doesn't support stsd with multiple entries but makes it
|
||||
easier to do so.
|
||||
|
||||
2016-04-05 18:00:10 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* gst/isomp4/qtdemux.c:
|
||||
qtdemux: get stsd child by index instead of type
|
||||
There might be multiple children with the same type
|
||||
|
||||
2017-04-07 16:33:18 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com>
|
||||
|
||||
* tests/check/elements/rtprtx.c:
|
||||
tests/check/rtprtx: add checks for rtprtxqueue's max-size-{time,packets} properties
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=780867
|
||||
|
||||
2017-04-04 17:33:31 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com>
|
||||
|
||||
* gst/rtpmanager/gstrtprtxqueue.c:
|
||||
* gst/rtpmanager/gstrtprtxqueue.h:
|
||||
rtprtxqueue: implement handling of the max-size-time property
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=780867
|
||||
|
||||
2017-04-10 23:49:06 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* autogen.sh:
|
||||
* common:
|
||||
Automatic update of common submodule
|
||||
From 39ac2f5 to 60aeef6
|
||||
|
||||
2017-04-10 08:56:00 +0000 Todor Tomov <todor.tomov@linaro.org>
|
||||
|
||||
* sys/v4l2/gstv4l2bufferpool.c:
|
||||
v4l2object: Copy timestamp when importing buffers
|
||||
This is needed for V4L2_OUTPUT interface, and is harmless of
|
||||
V4L2_CAPTURE interfaces. This will fix timestamp in cases like:
|
||||
v4l2src io-mode=dmabuf ! v4l2videoNenc output-io-mode=dmabuf-import ! ...
|
||||
Same apply for userptr.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=781119
|
||||
|
||||
2017-04-10 15:55:30 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/isomp4/gstqtmux.c:
|
||||
qtmux: Fix last_dts tracking for raw audio and similar formats
|
||||
Accumulate the durations directly and don't scale yet another time by
|
||||
the number of samples.
|
||||
|
||||
2017-04-07 10:48:50 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
|
||||
|
||||
* tests/check/elements/splitmux.c:
|
||||
tests: fix leak in splitmux test
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=781025
|
||||
|
||||
2017-04-07 15:29:43 +0800 Lyon Wang <lyon.wang@nxp.com>
|
||||
|
||||
* gst/audiofx/gstscaletempo.c:
|
||||
scaletempo: Scale GAP event timestamp and duration like for buffers
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=781008
|
||||
|
||||
2017-02-17 10:01:08 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* sys/v4l2/gstv4l2videodec.c:
|
||||
* sys/v4l2/gstv4l2videodec.h:
|
||||
v4l2dec: Fix race when going from PAUSED to READY
|
||||
Running `gst-validate-launcher -t validate.file.playback.change_state_intensive.vorbis_vp8_1_webm`
|
||||
on odroid XU4 (s5p-mfc v4l2 driver) often leads to:
|
||||
ERROR:../subprojects/gst-plugins-good/sys/v4l2/gstv4l2videodec.c:215:gst_v4l2_video_dec_stop: assertion failed: (g_atomic_int_get (&self->processing) == FALSE)
|
||||
This happens when the following race happens:
|
||||
- T0: Main thread
|
||||
- T1: Upstream streaming thread
|
||||
- T2. v4l2dec processing thread)
|
||||
[The decoder is in PAUSED state]
|
||||
T0. The validate scenario runs `Executing (36/40) set-state: state=null repeat=40`
|
||||
T1- The decoder handles a frame
|
||||
T2- A decoded frame is push downstream
|
||||
T2- Downstream returns FLUSHING as it is already flushing changing state
|
||||
T2- The decoder stops its processing thread and sets `->processing = FALSE`
|
||||
T1- The decoder handles another frame
|
||||
T1- `->process` is FALSE so the decoder restarts its streaming thread
|
||||
T0- In v4l2dec-> stop the processing thread is stopped
|
||||
NOTE: At this point the processing thread loop never started.
|
||||
T0- assertion failed: (g_atomic_int_get (&self->processing) == FALSE)
|
||||
Here I am removing the whole ->processing logic to base it all on the
|
||||
GstTask state to avoid duplicating the knowledge.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=778830
|
||||
|
||||
=== release 1.11.90 ===
|
||||
|
||||
2017-04-07 16:31:56 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/gst-plugins-good-plugins.args:
|
||||
* 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-shout2.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:
|
||||
* meson.build:
|
||||
Release 1.11.90
|
||||
|
||||
2017-04-07 15:18:11 +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
|
||||
|
||||
2017-04-07 15:06:30 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
|||
This is GStreamer 1.11.90.
|
||||
This is GStreamer 1.11.91.
|
||||
|
|
52
RELEASE
52
RELEASE
|
@ -1,7 +1,7 @@
|
|||
|
||||
Release notes for GStreamer Good Plugins 1.11.90
|
||||
Release notes for GStreamer Good Plugins 1.11.91
|
||||
|
||||
The GStreamer team is pleased to announce the first release candidate of the
|
||||
The GStreamer team is pleased to announce the second release candidate of the
|
||||
stable 1.12 release series. The 1.12 release series is adding new features on
|
||||
top of the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and
|
||||
ABI-stable 1.x release series of the GStreamer multimedia framework.
|
||||
|
@ -58,20 +58,19 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 773218 : rtpbin: pipeline gets an EOS when any rtpsources byes
|
||||
* 722560 : rtprtxreceive: cleanup orphan retransmission requests
|
||||
* 761086 : splitmuxsrc: use the max ts of all streams as the offset to align the next stream with
|
||||
* 771478 : qtmux moov-recovery-file option fails by gst-launch-1.0
|
||||
* 777738 : flacparse: fix FLAC streaming for non-0 start sample
|
||||
* 779230 : Update plugins description
|
||||
* 779389 : sbcparse parses allocation mode incorrectly
|
||||
* 779422 : qtmux: Update modification times when sending the moov
|
||||
* 780022 : qtdemux: add support for S16L PCM audio
|
||||
* 780024 : qtmux: add support for CineForm
|
||||
* 780105 : rtpsource: " no clock-rate, cannot interpolate rtp " forever
|
||||
* 780331 : interleave segfaults with more than 64 channels
|
||||
* 780347 : rtpmux output PTS are not in line with the DTS and the segment
|
||||
* 780966 : aacparse: streamline and improve AudioSpecificConfig parsing
|
||||
* 767498 : splitmuxsink: Not handling FLUSH events correctly
|
||||
* 778337 : qtdemux: sample_description_index not evaluated when parsing the stsd-box
|
||||
* 778830 : v4l2dec: Fix race when going from PAUSED to READY
|
||||
* 779106 : flvdemux: remove duplicated segment initialization
|
||||
* 780904 : rtprtxqueue: implement handling of the max-size-time property
|
||||
* 781008 : scaletempo: Fix GAP events handle issue when set rate
|
||||
* 781025 : tests: fix leak in splitmux test
|
||||
* 781119 : v4l2: No timestamp set when importing dma buffer on V4L2_OUTPUT interface
|
||||
* 781266 : qtdemux: Properly reset demuxer when all streams are EOS
|
||||
* 781270 : qtdemux, dash: segmentation fault on representation change
|
||||
* 781304 : rtspsrc: Use GST_ELEMENT_ERROR_WITH_DETAILS
|
||||
* 781319 : qtdemux: Reset adapter in more discontinuity cases
|
||||
* 781362 : qtdemux: Fix leak on QtDemuxStreamStsdEntry
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -108,25 +107,18 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Andrew
|
||||
* Carlos Rafael Giani
|
||||
* Douglas Bagnall
|
||||
* Edgard Lima
|
||||
* ChangBok Chae
|
||||
* Edward Hervey
|
||||
* Emeric Grange
|
||||
* Enrique Ocaña González
|
||||
* George Kiagiadakis
|
||||
* Jan Schmidt
|
||||
* Michael Dutka
|
||||
* Michael Smith
|
||||
* Miguel París Díaz
|
||||
* Nicolas Dufresne
|
||||
* Olivier Crête
|
||||
* Philipp Zabel
|
||||
* Jürgen Sachs
|
||||
* Lyon Wang
|
||||
* Nirbheek Chauhan
|
||||
* Sebastian Dröge
|
||||
* Seungha Yang
|
||||
* Thiago Santos
|
||||
* Thibault Saunier
|
||||
* Tim-Philipp Müller
|
||||
* Todor Tomov
|
||||
* Vincent Penquerc'h
|
||||
* Wim Taymans
|
||||
* Xavier Claessens
|
||||
|
|
@ -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.11.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
|
||||
AC_INIT([GStreamer Good Plug-ins],[1.11.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, 1190, 0, 1190)
|
||||
AS_LIBTOOL(GST, 1191, 0, 1191)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.11.90
|
||||
GSTPB_REQ=1.11.90
|
||||
GST_REQ=1.11.91
|
||||
GSTPB_REQ=1.11.91
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -1015,7 +1015,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>User Agent</NICK>
|
||||
<BLURB>The User-Agent string to send to the server.</BLURB>
|
||||
<DEFAULT>"GStreamer/1.11.90"</DEFAULT>
|
||||
<DEFAULT>"GStreamer/1.11.91"</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -3455,7 +3455,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>User-Agent</NICK>
|
||||
<BLURB>Value of the User-Agent HTTP request header field.</BLURB>
|
||||
<DEFAULT>"GStreamer souphttpsrc 1.11.90 "</DEFAULT>
|
||||
<DEFAULT>"GStreamer souphttpsrc 1.11.91 "</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
|
|
@ -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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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/libgstoss4.so</filename>
|
||||
<basename>libgstoss4.so</basename>
|
||||
<version>1.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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/libgstpulseaudio.so</filename>
|
||||
<basename>libgstpulseaudio.so</basename>
|
||||
<version>1.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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/libgstsoup.so</filename>
|
||||
<basename>libgstsoup.so</basename>
|
||||
<version>1.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.90</version>
|
||||
<version>1.11.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.11.91</revision>
|
||||
<branch>master</branch>
|
||||
<name></name>
|
||||
<created>2017-04-27</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.11.91.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.11.90</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-plugins-good', 'c', 'cpp',
|
||||
version : '1.11.90',
|
||||
version : '1.11.91',
|
||||
meson_version : '>= 0.36.0',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
Loading…
Reference in a new issue