Release 1.7.2

This commit is contained in:
Sebastian Dröge 2016-02-19 11:58:13 +02:00
parent 8c56196f79
commit 8bdb68edbc
23 changed files with 480 additions and 65 deletions

414
ChangeLog
View file

@ -1,9 +1,319 @@
=== release 1.7.1 === === release 1.7.2 ===
2015-12-24 Sebastian Dröge <slomo@coaxion.net> 2016-02-19 Sebastian Dröge <slomo@coaxion.net>
* configure.ac: * configure.ac:
releasing 1.7.1 releasing 1.7.2
2016-02-19 10:32:06 +0200 Sebastian Dröge <sebastian@centricular.com>
* po/fr.po:
* po/pt_BR.po:
po: Update translations
2016-02-18 00:25:56 +0200 Sebastian Dröge <sebastian@centricular.com>
* ext/sidplay/gstsiddec.cc:
sidplay: Fix compiler warning about C++11 compatibility
gstsiddec.cc:78:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
#define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
^
gstsiddec.cc:78:38: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
#define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
^
2016-02-16 14:46:11 +0000 Tim-Philipp Müller <tim@centricular.com>
* docs/plugins/gst-plugins-ugly-plugins.hierarchy:
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-amrnb.xml:
* docs/plugins/inspect/plugin-amrwbdec.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-cdio.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-mad.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-mpg123.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-siddec.xml:
* docs/plugins/inspect/plugin-twolame.xml:
* docs/plugins/inspect/plugin-x264.xml:
* docs/plugins/inspect/plugin-xingmux.xml:
* docs/plugins/xml/plugin-mpg123.xml:
docs: update inspection to git and fix mpg123 inspect location
2016-02-16 12:23:33 +0000 Tim-Philipp Müller <tim@centricular.com>
* tests/files/Makefile.am:
* tests/files/stream.mp2:
tests: fix distcheck
2016-02-16 10:38:18 +0000 Tim-Philipp Müller <tim@centricular.com>
* configure.ac:
* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
* docs/plugins/gst-plugins-ugly-plugins-sections.txt:
* docs/plugins/xml/plugin-mpg123.xml:
* ext/Makefile.am:
* gst-plugins-ugly.spec.in:
* tests/check/Makefile.am:
mpg123: move from -bad to -ugly
Hook up to build system, add to docs
2016-02-16 10:55:01 +0000 Tim-Philipp Müller <tim@centricular.com>
* configure.ac:
* tests/Makefile.am:
* tests/check/Makefile.am:
* tests/check/elements/.gitignore:
* tests/files/Makefile.am:
* tests/files/cbr_stream.mp3:
* tests/files/vbr_stream.mp3:
tests: add test data for mpg123 plugin
2016-02-16 10:41:07 +0000 Tim-Philipp Müller <tim@centricular.com>
Merge branch 'plugin-move-mpg123'
Move mpg123 plugin from -bad to -ugly.
https://bugzilla.gnome.org/show_bug.cgi?id=719849
2015-12-14 11:09:46 +0900 Vineeth TM <vineeth.tm@samsung.com>
* ext/mpg123/gstmpg123audiodec.c:
plugins-bad: Fix example pipelines
rename gst-launch --> gst-launch-1.0
replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**)
fix caps in examples
https://bugzilla.gnome.org/show_bug.cgi?id=759432
2015-08-17 11:50:28 +0100 Tim-Philipp Müller <tim@centricular.com>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: still reset pending audio info on hard flush
Follow-up to previous commit.
https://bugzilla.gnome.org/show_bug.cgi?id=752431
2015-07-15 10:44:02 -0600 Jason Litzinger <jlitzinger@control4.com>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: fix handling of sample rate change during playback
If the sample rate of the media changes, the resulting flush will
clear the has_next_audioinfo flag, and the caps won't be sent
downstream.
https://bugzilla.gnome.org/show_bug.cgi?id=752431
2015-08-15 12:58:40 -0300 Thiago Santos <thiagoss@osg.samsung.com>
* ext/mpg123/gstmpg123audiodec.c:
audiodecoders: use default pad accept-caps handling
Avoids useless check of downstream caps when handling an
accept-caps query
Elements: dtsdec, faad, gsmdec, mpg123audiodec, opusdec,
sbcdec, adpcmdec, sirendec
2015-04-26 18:04:16 +0100 Tim-Philipp Müller <tim@centricular.com>
* ext/mpg123/Makefile.am:
Remove obsolete Android build cruft
This is not needed any longer.
2015-01-11 01:08:08 +0000 Tim-Philipp Müller <tim@centricular.com>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: fix compiler warning and simplify checks in set_caps
https://bugzilla.gnome.org/show_bug.cgi?id=740195
2015-01-03 13:06:45 +0100 Carlos Rafael Giani <dv@pseudoterminal.org>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: rework set_format code so mpg123audiodec works with decodebin/playbin
The old code was using gst_caps_normalize() and was generally overly
complex. Simplify by picking sample rate and number of channels from
upstream and the sample format from the allowed caps. If the format caps
is a list of strins, just pick the first one. And if the srcpad isn't
linked yet, use the default format (S16).
https://bugzilla.gnome.org/show_bug.cgi?id=740195
2014-09-10 17:24:39 +0100 Tim-Philipp Müller <tim@centricular.com>
* ext/mpg123/gstmpg123audiodec.c:
Fix up one-element lists in template caps
2014-03-05 00:51:04 +0000 Tim-Philipp Müller <tim@centricular.com>
* tests/check/elements/mpg123audiodec.c:
tests: fix mpg123audiodec test for big-endian architectures
2014-02-04 17:22:27 +0100 Carlos Rafael Giani <dv@pseudoterminal.org>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: improved error report and checks
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
2013-12-05 12:04:39 +0100 Sebastian Dröge <sebastian@centricular.com>
* ext/mpg123/gstmpg123audiodec.c:
mpg123audiodec: Require caps to be set before any data processing
2013-07-26 17:25:42 +0200 Edward Hervey <edward@collabora.com>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: Remove dead assignment
harder ? :)
2013-05-15 11:25:07 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* tests/check/elements/mpg123audiodec.c:
mpg123audiodec: Fix event handling in unit test
2012-10-24 12:16:39 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ext/mpg123/Makefile.am:
gst: Add better support for static plugins
2013-04-15 00:22:39 -0700 David Schleef <ds@schleef.org>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: Add conditional on API version for new enum
2016-02-05 19:11:38 -0300 Thiago Santos <thiagoss@osg.samsung.com>
* tests/check/Makefile.am:
tests: extend the AM_TESTS_ENVIRONMENT from check.mak
To get the CK_DEFAULT_TIMEOUT defined for all tests
https://bugzilla.gnome.org/show_bug.cgi?id=761472
2016-02-05 18:07:02 -0300 Thiago Santos <thiagoss@osg.samsung.com>
* autogen.sh:
* common:
Automatic update of common submodule
From 86e4663 to b64f03f
2016-01-25 20:00:26 +0000 Tim-Philipp Müller <tim@centricular.com>
* configure.ac:
* ext/amrnb/amrnbdec.h:
* ext/amrnb/amrnbenc.h:
* ext/amrwbdec/amrwbdec.h:
amrnb, amrwb: unconditionally depend on opencore-amr*b >= 0.1.3
We don't really need to cater for older versions any more.
2016-01-21 17:34:38 +0100 Edward Hervey <edward@centricular.com>
* ext/mpeg2dec/gstmpeg2dec.c:
mpeg2dec: Demote rank to SECONDARY
https://bugzilla.gnome.org/show_bug.cgi?id=574461
2016-01-08 21:40:53 -0300 Thiago Santos <thiagoss@osg.samsung.com>
* gst/dvdsub/gstdvdsubdec.c:
dvdsubdec: use query caps instead of accept-caps
accept-caps does only a shallow check and a full downstream
caps query is needed to check if ARGB is possible
2015-10-30 11:06:11 +0530 Ravi Kiran K N <ravi.kiran@samsung.com>
* gst/asfdemux/asfpacket.c:
* gst/asfdemux/gstasfdemux.c:
* gst/asfdemux/gstasfdemux.h:
asfdemux: Support reverse playback
Support reverse playback for ASF format.
Parse packets and queue the payloads, then push
the payload buffer to decoder in reverse order.
Video buffers are pushed from KeyFrame to next
Keyframe.
https://bugzilla.gnome.org/show_bug.cgi?id=757341
2015-12-24 15:28:46 +0100 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
2015-12-24 14:48:50 +0100 Sebastian Dröge <sebastian@centricular.com>
* tests/check/elements/amrnbenc.c:
amrnbenc: Fix various compiler warnings in the test
2015-12-24 14:48:38 +0100 Sebastian Dröge <sebastian@centricular.com>
* tests/check/elements/x264enc.c:
x264enc: Fix various compiler warnings in the test
=== release 1.7.1 ===
2015-12-24 14:41:21 +0100 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-amrnb.xml:
* docs/plugins/inspect/plugin-amrwbdec.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-cdio.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-mad.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-siddec.xml:
* docs/plugins/inspect/plugin-twolame.xml:
* docs/plugins/inspect/plugin-x264.xml:
* docs/plugins/inspect/plugin-xingmux.xml:
* gst-plugins-ugly.doap:
* win32/common/config.h:
Release 1.7.1
2015-12-24 14:10:29 +0100 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/ms.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:
Update .po files
2015-12-24 12:23:27 +0100 Sebastian Dröge <sebastian@centricular.com> 2015-12-24 12:23:27 +0100 Sebastian Dröge <sebastian@centricular.com>
@ -3034,6 +3344,12 @@
* gst/dvdlpcmdec/gstdvdlpcmdec.c: * gst/dvdlpcmdec/gstdvdlpcmdec.c:
dvdlpcmdec: Fix parsing of headers to set correct width to allow decode. dvdlpcmdec: Fix parsing of headers to set correct width to allow decode.
2012-11-03 20:38:00 +0000 Tim-Philipp Müller <tim@centricular.net>
* tests/check/elements/mpg123audiodec.c:
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-11-03 20:40:37 +0000 Tim-Philipp Müller <tim@centricular.net> 2012-11-03 20:40:37 +0000 Tim-Philipp Müller <tim@centricular.net>
* docs/random/LICENSE: * docs/random/LICENSE:
@ -3127,6 +3443,12 @@
dvdsubdec: allocate correct amount of memory for bitmap dvdsubdec: allocate correct amount of memory for bitmap
https://bugzilla.gnome.org/show_bug.cgi?id=687192 https://bugzilla.gnome.org/show_bug.cgi?id=687192
2012-10-30 09:27:24 +0100 Carlos Rafael Giani <dv@pseudoterminal.org>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: removed unnecessary finalize function
https://bugzilla.gnome.org/show_bug.cgi?id=687176
2012-10-30 09:20:04 +0000 Wim Taymans <wim.taymans@collabora.co.uk> 2012-10-30 09:20:04 +0000 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/sidplay/gstsiddec.cc: * ext/sidplay/gstsiddec.cc:
@ -3134,6 +3456,11 @@
Reset the total_bytes counter so that we get timestamps correct. Reset the total_bytes counter so that we get timestamps correct.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686931 Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686931
2012-10-30 10:20:09 +1100 Jan Schmidt <thaytan@noraisin.net>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: Fix leaks from not chaining up in the finalize function
2012-10-25 12:38:47 +0100 Tim-Philipp Müller <tim@centricular.net> 2012-10-25 12:38:47 +0100 Tim-Philipp Müller <tim@centricular.net>
* configure.ac: * configure.ac:
@ -3184,6 +3511,38 @@
* win32/common/config.h: * win32/common/config.h:
Release 1.0.2 Release 1.0.2
2012-10-24 13:41:00 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* tests/check/elements/mpg123audiodec.c:
tests: fix up mpg123 test a little
- dist input files
- fix sample leak
- simplify check for elements
- only run mpg123 test if mpg123 is available and selected
- fix build in uninstalled setup
https://bugzilla.gnome.org/show_bug.cgi?id=686595
2012-10-24 12:30:10 +0200 Carlos Rafael Giani <dv@pseudoterminal.org>
* tests/check/elements/mpg123audiodec.c:
tets: add unit test for mpg123audiodec
https://bugzilla.gnome.org/show_bug.cgi?id=686595
2012-10-24 00:36:42 +0200 Carlos Rafael Giani <dv@pseudoterminal.org>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: added gtkdoc section
https://bugzilla.gnome.org/show_bug.cgi?id=686595
2012-10-24 00:22:05 +0200 Carlos Rafael Giani <dv@pseudoterminal.org>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: fixed bug with last frame, disabled internal resampler & chatter
* The last MP3 frame wasn't being pushed when base class was draining
* Made sure mpg123 cannot ever use its (crude) internal resampler
* Disabled mpg123 stderr output
https://bugzilla.gnome.org/show_bug.cgi?id=686595
2012-10-24 20:10:03 +0800 Scott Fan <fanchp@neusoft.com> 2012-10-24 20:10:03 +0800 Scott Fan <fanchp@neusoft.com>
* gst/asfdemux/Makefile.am: * gst/asfdemux/Makefile.am:
@ -3194,6 +3553,13 @@
and realmedia plugin. and realmedia plugin.
https://bugzilla.gnome.org/show_bug.cgi?id=686748 https://bugzilla.gnome.org/show_bug.cgi?id=686748
2012-10-24 00:21:45 +0200 Carlos Rafael Giani <dv@pseudoterminal.org>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: cleaned up comments, formatting, and logging lines
also replaced mpg123decoder->handle != NULL checks with asserts
https://bugzilla.gnome.org/show_bug.cgi?id=686595
2012-10-18 22:19:04 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> 2012-10-18 22:19:04 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* ext/dvdread/dvdreadsrc.c: * ext/dvdread/dvdreadsrc.c:
@ -3575,6 +3941,11 @@
* ext/x264/gstx264enc.c: * ext/x264/gstx264enc.c:
x264enc: Use new video encoder base class API for handling tags x264enc: Use new video encoder base class API for handling tags
2012-08-09 11:48:39 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: Give MARGINAL rank to the mpg123 decoder element
2012-08-08 16:27:45 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> 2012-08-08 16:27:45 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/dvdsub/gstdvdsubdec.c: * gst/dvdsub/gstdvdsubdec.c:
@ -3601,6 +3972,11 @@
* gst/realmedia/rmdemux.c: * gst/realmedia/rmdemux.c:
gst: silence some compiler warnings with -DG_DISABLE_ASSERT gst: silence some compiler warnings with -DG_DISABLE_ASSERT
2012-08-08 12:58:50 +0100 Tim-Philipp Müller <tim@centricular.net>
* ext/mpg123/Makefile.am:
mpg123: dist header file
2012-08-06 15:31:50 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com> 2012-08-06 15:31:50 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com>
* gst/asfdemux/asfpacket.c: * gst/asfdemux/asfpacket.c:
@ -3639,6 +4015,32 @@
* gst/realmedia/rmutils.c: * gst/realmedia/rmutils.c:
gst_tag_list_free -> gst_tag_list_unref gst_tag_list_free -> gst_tag_list_unref
2012-08-03 13:43:31 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: map input buffer in READ mode, not WRITE mode
Makes things actually work.
2012-08-03 11:50:10 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* ext/mpg123/gstmpg123audiodec.c:
mpg123: query supported output formats at run-time
Fixes stuff. We use a string here since we can't be bothered
with GValue.
2012-08-03 11:48:02 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* ext/mpg123/Makefile.am:
mpg123: hook up to build system
2012-08-03 11:13:48 +0100 Carlos Rafael Giani <dv@pseudoterminal.org>
* ext/mpg123/gstmpg123audiodec.c:
* ext/mpg123/gstmpg123audiodec.h:
mpg123: add new libmpg123-based mp3 decoder plugin
Needs a bit of cleaning up.
https://bugzilla.gnome.org/show_bug.cgi?id=681003
2012-07-28 00:28:27 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> 2012-07-28 00:28:27 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ext/sidplay/gstsiddec.cc: * ext/sidplay/gstsiddec.cc:
@ -20715,3 +21117,9 @@
header; instead do this internally. Also support the old way, using header; instead do this internally. Also support the old way, using
a different mime-type. CVS: a different mime-type. CVS:
2001-12-17 18:37:01 +0000 Thomas Vander Stichele <thomas@apestaart.org>
building up speed
Original commit message from CVS:
building up speed

2
NEWS
View file

@ -1 +1 @@
This is GStreamer 1.7.1 This is GStreamer 1.7.2

25
RELEASE
View file

@ -1,8 +1,7 @@
Release notes for GStreamer Ugly Plugins 1.7.1 Release notes for GStreamer Ugly Plugins 1.7.2
The GStreamer team is pleased to announce the second release of the unstable
The GStreamer team is pleased to announce the first release of the unstable
1.7 release series. The 1.7 release series is adding new features on top of 1.7 release series. The 1.7 release series is adding new features on top of
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.7 release series series of the GStreamer multimedia framework. The unstable 1.7 release series
@ -14,7 +13,6 @@ Binaries for Android, iOS, Mac OS X and Windows will be provided separately
during the unstable 1.7 release series. during the unstable 1.7 release series.
"When you have to shoot, shoot. Don't talk." "When you have to shoot, shoot. Don't talk."
@ -60,20 +58,20 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release Bugs fixed in this release
* 753920 : dvdlpcmdec: factor out common code to set output format into new function * 574461 : mpeg2dec: Lower rank and make avdec_mpeg2video PRIMARY
* 755469 : asfdemux: Non-flushing seeks don't work, broken segment seek handling and other seeking related issues * 757341 : asfdemux: Support reverse playback
==== Download ==== ==== Download ====
You can find source releases of gst-plugins-ugly in the download You can find source releases of gst-plugins-ugly in the download
directory: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/ directory: https://gstreamer.freedesktop.org/src/gst-plugins-ugly/
The git repository and details how to clone it can be found at The git repository and details how to clone it can be found at
http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/ http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/
==== Homepage ==== ==== Homepage ====
The project's website is http://gstreamer.freedesktop.org/ The project's website is https://gstreamer.freedesktop.org/
==== Support and Bugs ==== ==== Support and Bugs ====
@ -98,10 +96,13 @@ subscribe to the gstreamer-devel list.
Contributors to this release Contributors to this release
* Arjen Veenhuizen * Carlos Rafael Giani
* HoonHee Lee * David Schleef
* Nicolas Dufresne * Edward Hervey
* Reynaldo H. Verdejo Pinochet * Jason Litzinger
* Ravi Kiran K N
* Sebastian Dröge * Sebastian Dröge
* Thiago Santos
* Tim-Philipp Müller * Tim-Philipp Müller
* Vineeth TM
   

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT([GStreamer Ugly Plug-ins],[1.7.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly]) AC_INIT([GStreamer Ugly Plug-ins],[1.7.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AG_GST_INIT AG_GST_INIT
@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version]) [GStreamer API Version])
AS_LIBTOOL(GST, 701, 0, 701) AS_LIBTOOL(GST, 702, 0, 702)
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=1.7.1.1 GST_REQ=1.7.2
GSTPB_REQ=1.7.1.1 GSTPB_REQ=1.7.2
dnl *** autotools stuff **** dnl *** autotools stuff ****

View file

@ -3,10 +3,10 @@
<description>Decodes ATSC A/52 encoded audio streams</description> <description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename> <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename> <basename>libgsta52dec.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Adaptive Multi-Rate Narrow-Band</description> <description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename> <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename> <basename>libgstamrnb.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>unknown</license> <license>unknown</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Adaptive Multi-Rate Wide-Band Decoder</description> <description>Adaptive Multi-Rate Wide-Band Decoder</description>
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename> <filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
<basename>libgstamrwbdec.so</basename> <basename>libgstamrwbdec.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>unknown</license> <license>unknown</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Demuxes and muxes audio and video in Microsofts ASF format</description> <description>Demuxes and muxes audio and video in Microsofts ASF format</description>
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename> <filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
<basename>libgstasf.so</basename> <basename>libgstasf.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Read audio from audio CDs</description> <description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename> <filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename> <basename>libgstcdio.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Decode DVD LPCM frames into standard PCM</description> <description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename> <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename> <basename>libgstdvdlpcmdec.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Access a DVD with dvdread</description> <description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename> <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename> <basename>libgstdvdread.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>DVD subtitle parser and decoder</description> <description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename> <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename> <basename>libgstdvdsub.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Encode MP3s with LAME</description> <description>Encode MP3s with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename> <filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename> <basename>libgstlame.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>mp3 decoding based on the mad library</description> <description>mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename> <filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename> <basename>libgstmad.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>LibMpeg2 decoder</description> <description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename> <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename> <basename>libgstmpeg2dec.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>mp3 decoding based on the mpg123 library</description> <description>mp3 decoding based on the mpg123 library</description>
<filename>../../ext/mpg123/.libs/libgstmpg123.so</filename> <filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
<basename>libgstmpg123.so</basename> <basename>libgstmpg123.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>RealMedia support plugins</description> <description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename> <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename> <basename>libgstrmdemux.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Uses libsidplay to decode .sid files</description> <description>Uses libsidplay to decode .sid files</description>
<filename>../../ext/sidplay/.libs/libgstsid.so</filename> <filename>../../ext/sidplay/.libs/libgstsid.so</filename>
<basename>libgstsid.so</basename> <basename>libgstsid.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Encode MP2s with TwoLAME</description> <description>Encode MP2s with TwoLAME</description>
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename> <filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
<basename>libgsttwolame.so</basename> <basename>libgsttwolame.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>libx264-based H264 plugins</description> <description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename> <filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename> <basename>libgstx264.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Add XING tags to mpeg audio files</description> <description>Add XING tags to mpeg audio files</description>
<filename>../../gst/xingmux/.libs/libgstxingmux.so</filename> <filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
<basename>libgstxingmux.so</basename> <basename>libgstxingmux.so</basename>
<version>1.7.1.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins git</package> <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -33,6 +33,16 @@ might be widely known to present patent problems.
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>1.7.2</revision>
<branch>master</branch>
<name></name>
<created>2016-02-19</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.7.2.tar.xz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>1.7.1</revision> <revision>1.7.1</revision>

View file

@ -67,7 +67,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */ /* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2015-12-24" #define GST_PACKAGE_RELEASE_DATETIME "2016-02-19"
/* Define if static plugins should be built */ /* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC #undef GST_PLUGIN_BUILD_STATIC
@ -189,11 +189,8 @@
/* Define to enable mpeg2dec (used by mpeg2dec). */ /* Define to enable mpeg2dec (used by mpeg2dec). */
#undef HAVE_MPEG2DEC #undef HAVE_MPEG2DEC
/* Defined for newer opencore-amrnb */ /* Define to enable mpg123 audio decoder (used by mpg123). */
#undef HAVE_OPENCORE_AMRNB_0_1_3_OR_LATER #undef HAVE_MPG123
/* Defined for newer opencore-amrwb */
#undef HAVE_OPENCORE_AMRWB_0_1_3_OR_LATER
/* Use Orc */ /* Use Orc */
#undef HAVE_ORC #undef HAVE_ORC
@ -246,8 +243,7 @@
/* gettext locale dir */ /* gettext locale dir */
#define LOCALEDIR PREFIX "\\share\\locale" #define LOCALEDIR PREFIX "\\share\\locale"
/* Define to the sub-directory in which libtool stores uninstalled libraries. /* Define to the sub-directory where libtool stores uninstalled libraries. */
*/
#undef LT_OBJDIR #undef LT_OBJDIR
/* Name of package */ /* Name of package */
@ -260,7 +256,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins" #define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.7.1" #define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.7.2"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly" #define PACKAGE_TARNAME "gst-plugins-ugly"
@ -269,7 +265,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.7.1" #define PACKAGE_VERSION "1.7.2"
/* directory where plugins are located */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
@ -300,7 +296,7 @@
#undef TARGET_CPU #undef TARGET_CPU
/* Version number of package */ /* Version number of package */
#define VERSION "1.7.1" #define VERSION "1.7.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */