Release 1.1.1

This commit is contained in:
Sebastian Dröge 2013-06-05 17:58:51 +02:00
parent 5710a2b751
commit 0e0bd0f15d
24 changed files with 491 additions and 80 deletions

419
ChangeLog
View file

@ -1,9 +1,422 @@
=== release 1.0.2 ===
=== release 1.1.1 ===
2012-10-25 Tim-Philipp Müller <tim@centricular.net>
2013-06-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:
releasing 1.0.2
releasing 1.1.1
2013-06-05 15:15:16 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* common:
Automatic update of common submodule
From 098c0d7 to 01a7a46
2013-06-04 16:12:27 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com>
* ext/mpeg2dec/gstmpeg2dec.c:
mpeg2dec: make the aspect ratio calculation more accurate.
Utilize the libmpeg2 api: mpeg2_guess_aspect() to guess the
aspect-ratio if we don't have a valid upstream PAR.
https://bugzilla.gnome.org/show_bug.cgi?id=685103
2013-05-15 10:52:09 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* common:
Automatic update of common submodule
From 5edcd85 to 098c0d7
2013-05-13 13:19:27 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* tests/check/elements/amrnbenc.c:
* tests/check/elements/mpeg2dec.c:
* tests/check/elements/x264enc.c:
* tests/check/elements/xingmux.c:
tests: Fix event handling
2013-05-09 19:40:49 -0400 Olivier Crête <olivier.crete@collabora.com>
* ext/lame/gstlamemp3enc.c:
lamemp3enc: Tell GstAudioEncoder about the number of incoming samples
lame does internal resampling, but the base class only cares about
the number of raw samples, so tell finish frames about that, not
the number of samples in the outgoing frame.:
2013-04-30 10:01:29 +0100 Tim-Philipp Müller <tim@centricular.net>
* ext/x264/gstx264enc.c:
x264enc: output byte-stream if downstream has ANY caps
It's what people expect when they pipe the output to
filesink or into a tcp connection or pipe.
2013-04-22 23:52:48 +0100 Tim-Philipp Müller <tim@centricular.net>
* MAINTAINERS:
* README:
* README.static-linking:
* common:
Automatic update of common submodule
From 3cb3d3c to 5edcd85
2012-10-24 12:15:54 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:
* ext/a52dec/Makefile.am:
* ext/amrnb/Makefile.am:
* ext/amrwbdec/Makefile.am:
* ext/cdio/Makefile.am:
* ext/dvdread/Makefile.am:
* ext/lame/Makefile.am:
* ext/mad/Makefile.am:
* ext/mpeg2dec/Makefile.am:
* ext/sidplay/Makefile.am:
* ext/twolame/Makefile.am:
* ext/x264/Makefile.am:
* gst/asfdemux/Makefile.am:
* gst/dvdlpcmdec/Makefile.am:
* gst/dvdsub/Makefile.am:
* gst/realmedia/Makefile.am:
* gst/xingmux/Makefile.am:
gst: Add better support for static plugins
2013-04-14 17:55:44 +0100 Tim-Philipp Müller <tim@centricular.net>
* autogen.sh:
* common:
Automatic update of common submodule
From aed87ae to 3cb3d3c
2013-04-09 21:00:43 +0200 Stefan Sauer <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From 04c7a1e to aed87ae
2013-03-25 18:05:14 -0700 David Schleef <ds@schleef.org>
* gst/asfdemux/gstasfdemux.c:
* gst/realmedia/rmdemux.c:
Use %03u instead of %u in gst_pad_create_stream_id_printf()
2013-03-06 13:28:37 +0000 Tom Greenwood <tgreenwood@Toms-MacBook-Pro.local>
* ext/x264/gstx264enc.c:
x264enc: Fix for 0/1 framerate - now uses VFR in this case
Previously did a division by zero.
https://bugzilla.gnome.org/show_bug.cgi?id=695728
2013-03-07 00:02:00 +0000 Tim-Philipp Müller <tim@centricular.net>
* common:
Automatic update of common submodule
From 2de221c to 04c7a1e
2013-02-08 00:15:01 +0000 Tim-Philipp Müller <tim@centricular.net>
* ext/x264/gstx264enc.c:
x264enc: simplify template caps
No need to make an array for one single element.
2013-02-08 00:11:03 +0000 Tim-Philipp Müller <tim@centricular.net>
* ext/x264/gstx264enc.c:
x264enc: put all theoretically possible formats in template caps
and decide at runtime which subset of these (8-bit or 10-bit video
formats) is supported. libx264 will be compiled for one of these
two options, and it is possible to switch by pointing the dynamic
linker to a different libx264 build at runtime. If we want our
template caps to be correct, they should contain all then, with
the actually supported ones determined at runtime.
https://bugzilla.gnome.org/show_bug.cgi?id=691935
2013-01-23 10:16:51 +0000 Tim-Philipp Müller <tim@centricular.net>
* ext/x264/gstx264enc.c:
x264enc: detect supported bit depth and pixel formats at runtime
http://bugs.debian.org/667573
https://bugzilla.gnome.org/show_bug.cgi?id=691935
2013-01-30 09:15:18 +0100 Benjamin Gaignard <benjamin.gaignard@st.com>
* autogen.sh:
autogen.sh: allow calling from out-of-tree
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
https://bugzilla.gnome.org/show_bug.cgi?id=692857
2013-01-28 20:43:08 +0100 Stefan Sauer <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From a942293 to 2de221c
2013-01-15 15:18:04 +0100 Martin Pitt <martinpitt@gnome.org>
* tests/check/Makefile.am:
tests: use _1_0 variants for the various registry variables
These override the variants without version suffix. Makes 'make check' work
properly in environments that set the suffixed variant for 1.0, such as
jhbuild.
2013-01-15 15:06:41 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* common:
Automatic update of common submodule
From a72faea to a942293
2012-12-30 23:56:14 +0000 Tim-Philipp Müller <tim@centricular.net>
* configure.ac:
configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
AM_CONFIG_HEADER has been removed in the just-released automake 1.13:
https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
https://bugzilla.gnome.org/show_bug.cgi?id=690881
2012-12-19 17:16:53 +0100 Thijs Vermeir <thijsvermeir@gmail.com>
* ext/mpeg2dec/gstmpeg2dec.c:
mpeg2dec: use appropriate printf format for gsize
2012-12-19 17:15:03 +0100 Thijs Vermeir <thijsvermeir@gmail.com>
* ext/cdio/gstcdio.h:
cdio: Fix redundant redeclaration of 'cdio_version_string'
cdio/version.h is already included by cdio/cdio.h
2012-12-01 13:26:26 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/sidplay/gstsiddec.cc:
siddec: init debug category
2012-11-30 20:09:03 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* configure.ac:
* ext/dvdread/Makefile.am:
dvdread: link to libgmodule-2.0 since the g_module_* API is used
And the gmodule lib has been moved into the Requires.private
section of the pkg-config file in core.
2012-11-27 17:07:31 +0000 Tim-Philipp Müller <tim@centricular.net>
* ext/cdio/gstcdiocddasrc.c:
* ext/cdio/gstcdiocddasrc.h:
cdiocddasrc: detect whether drive produces samples in non-host endianness
If drive produces samples in other endianness than the host,
we need to byte swap them before pushing them out, or we
produce nothing but noise. cdparanoia detects this automatically,
but libcdio does not, so we have to do it ourselves.
This is needed on e.g. the PowerBook G4 with Matshita UJ-816 drive.
https://bugzilla.gnome.org/show_bug.cgi?id=377280
2012-11-19 11:27:21 +0000 Tim-Philipp Müller <tim@centricular.net>
* common:
Automatic update of common submodule
From b497c4f to a72faea
2012-11-16 13:32:00 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* tests/check/elements/xingmux_testdata.h:
xingmux: Fix unit test after change to correctly calculate number of frames
2012-11-15 16:42:09 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ext/x264/gstx264enc.c:
x264enc: Add support for 10-bit color formats
Requires x264 to be built with 10-bit support, which disables
9-bit support. Also only advertise the color formats that were
compiled into x264.
2012-11-15 16:21:49 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ext/x264/gstx264enc.c:
x264enc: Add support for Y444, Y42B and NV12
2012-11-11 20:42:42 +0000 Tim-Philipp Müller <tim@centricular.net>
* ext/cdio/Makefile.am:
* ext/cdio/gstcdio.c:
cdio: use gst_tag_freeform_string_to_utf8() for CD-TEXT strings
They're probably not going to be UTF-8, but ISO-8859-1 or somesuch
if they're not plain ASCII.
2012-11-09 11:33:40 +0100 Gautier Portet <kassoulet@gmail.com>
* gst/xingmux/gstxingmux.c:
xingmux: Properly calculate the number of frames
First, the xing header frame is never added to the count,
we have to increment the count.
Secondly, there is a rounding error when calculating the
frame duration, as spf*GST_SECOND/rate is not an integer
(26122448.9) an it must be 26122449.
2012-11-07 20:45:38 +0000 Tim-Philipp Müller <tim@centricular.net>
* configure.ac:
configure.ac: update courtesy of autoupdate
2012-11-07 20:39:56 +0000 Tim-Philipp Müller <tim@centricular.net>
* common:
* configure.ac:
configure: let AG_GST_PLUGIN_DOCS check for python
And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON,
which as a side-effect should pick up newer python versions as
well.
https://bugzilla.gnome.org/show_bug.cgi?id=563903
2012-11-05 13:16:52 -0800 Michael Smith <msmith@rdio.com>
* gst/dvdlpcmdec/gstdvdlpcmdec.c:
dvdlpcmdec: Fix parsing of headers to set correct width to allow decode.
2012-11-03 20:40:37 +0000 Tim-Philipp Müller <tim@centricular.net>
* docs/random/LICENSE:
* ext/a52dec/gsta52dec.c:
* ext/a52dec/gsta52dec.h:
* ext/amrnb/amrnb.c:
* ext/amrnb/amrnbdec.c:
* ext/amrnb/amrnbdec.h:
* ext/amrnb/amrnbenc.c:
* ext/amrnb/amrnbenc.h:
* ext/amrwbdec/amrwb.c:
* ext/amrwbdec/amrwbdec.c:
* ext/amrwbdec/amrwbdec.h:
* ext/cdio/gstcdio.c:
* ext/cdio/gstcdio.h:
* ext/cdio/gstcdiocddasrc.c:
* ext/cdio/gstcdiocddasrc.h:
* ext/dvdread/dvdreadsrc.c:
* ext/dvdread/dvdreadsrc.h:
* ext/lame/gstlamemp3enc.c:
* ext/lame/gstlamemp3enc.h:
* ext/lame/plugin.c:
* ext/mad/gstmad.c:
* ext/mad/gstmad.h:
* ext/mpeg2dec/gstmpeg2dec.c:
* ext/mpeg2dec/gstmpeg2dec.h:
* ext/sidplay/gstsiddec.cc:
* ext/sidplay/gstsiddec.h:
* ext/twolame/gsttwolamemp2enc.c:
* ext/twolame/gsttwolamemp2enc.h:
* ext/x264/gstx264enc.c:
* ext/x264/gstx264enc.h:
* gst-libs/gst/gettext.h:
* gst-libs/gst/glib-compat-private.h:
* gst-libs/gst/gst-i18n-plugin.h:
* gst/asfdemux/asfheaders.c:
* gst/asfdemux/asfheaders.h:
* gst/asfdemux/asfpacket.c:
* gst/asfdemux/asfpacket.h:
* gst/asfdemux/gstasf.c:
* gst/asfdemux/gstasfdemux.c:
* gst/asfdemux/gstasfdemux.h:
* gst/asfdemux/gstrtpasfdepay.c:
* gst/asfdemux/gstrtpasfdepay.h:
* gst/asfdemux/gstrtspwms.c:
* gst/asfdemux/gstrtspwms.h:
* gst/dvdlpcmdec/gstdvdlpcmdec.c:
* gst/dvdlpcmdec/gstdvdlpcmdec.h:
* gst/dvdsub/gstdvdsubdec.c:
* gst/dvdsub/gstdvdsubdec.h:
* gst/dvdsub/gstdvdsubparse.c:
* gst/dvdsub/gstdvdsubparse.h:
* gst/realmedia/asmrules.c:
* gst/realmedia/asmrules.h:
* gst/realmedia/gstrdtbuffer.c:
* gst/realmedia/gstrdtbuffer.h:
* gst/realmedia/pnmsrc.c:
* gst/realmedia/pnmsrc.h:
* gst/realmedia/rademux.c:
* gst/realmedia/rademux.h:
* gst/realmedia/rdtdepay.c:
* gst/realmedia/rdtdepay.h:
* gst/realmedia/rdtjitterbuffer.c:
* gst/realmedia/rdtjitterbuffer.h:
* gst/realmedia/rdtmanager.c:
* gst/realmedia/rdtmanager.h:
* gst/realmedia/realhash.c:
* gst/realmedia/realhash.h:
* gst/realmedia/realmedia.c:
* gst/realmedia/rmdemux.c:
* gst/realmedia/rmdemux.h:
* gst/realmedia/rmutils.c:
* gst/realmedia/rmutils.h:
* gst/realmedia/rtspreal.c:
* gst/realmedia/rtspreal.h:
* gst/xingmux/gstxingmux.c:
* gst/xingmux/gstxingmux.h:
* gst/xingmux/plugin.c:
* tests/check/elements/amrnbenc.c:
* tests/check/elements/mpeg2dec.c:
* tests/check/elements/x264enc.c:
* tests/check/generic/index.c:
* tests/check/generic/states.c:
* tests/check/pipelines/lame.c:
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-10-30 13:39:52 +0100 Andreas Frisch <fraxinas@opendreambox.org>
* gst/dvdsub/gstdvdsubdec.c:
dvdsubdec: allocate correct amount of memory for bitmap
https://bugzilla.gnome.org/show_bug.cgi?id=687192
2012-10-30 09:20:04 +0000 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/sidplay/gstsiddec.cc:
siddec: reset bytes counter
Reset the total_bytes counter so that we get timestamps correct.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686931
2012-10-25 12:38:47 +0100 Tim-Philipp Müller <tim@centricular.net>
* 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:
* win32/common/config.h:
Back to feature development
=== release 1.0.2 ===
2012-10-25 01:11:10 +0100 Tim-Philipp Müller <tim@centricular.net>
* 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.0.2
2012-10-24 20:10:03 +0800 Scott Fan <fanchp@neusoft.com>

25
NEWS
View file

@ -1,25 +1,2 @@
This is GStreamer Ugly Plugins 1.0.2
This is GStreamer Ugly Plugins 1.1.1
Changes since 1.0.1:
* dvdreadsrc: correctly set next cell when seeking to sector
* dvdreadsrc: update dvd event to enhanced approach as used in mpegpsdemux
* dvdsubparse: send src caps when receiving sink caps
Bugs fixed since 1.0.1:
* 686748 : Makefile.am: Fix build script typo for generating the Android.mk file
Changes since 1.0.0:
* x264enc: encoder latency fixes
* mpeg2dec: ignore transient decoding errors
Bugs fixed since 1.0.0:
* 685107 : Unexpected error return from mpeg2dec
New features in 1.0.0:
* Parallel installability with 0.10.x series
* See release notes for more details

24
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Ugly Plugins 1.0.2
Release notes for GStreamer Ugly Plugins 1.1.1
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
@ -58,14 +58,11 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Features of this release
* Parallel installability with 0.10.x series
* dvdreadsrc: correctly set next cell when seeking to sector
* dvdreadsrc: update dvd event to enhanced approach as used in mpegpsdemux
* dvdsubparse: send src caps when receiving sink caps
Bugs fixed in this release
* 686748 : Makefile.am: Fix build script typo for generating the Android.mk file.
* 691935 : [x264] Should detect bit depth and color formats at runtime
* 377280 : cdiocddasrc: issue if drive endianness != machine endianness
==== Download ====
@ -102,7 +99,18 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Mark Nauwelaerts
* Scott Fan
* Andreas Frisch
* Benjamin Gaignard
* David Schleef
* Gautier Portet
* Martin Pitt
* Michael Smith
* Olivier Crête
* Sebastian Dröge
* Sreerenj Balachandran
* Stefan Sauer
* Thijs Vermeir
* Tim-Philipp Müller
* Tom Greenwood
* Wim Taymans
 

2
common

@ -1 +1 @@
Subproject commit 01a7a46e258177ffe9cdb09c6518db749b2325d4
Subproject commit 098c0d7432be323d631b95b5d35f6f0840bf21bd

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
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
AC_INIT([GStreamer Ugly Plug-ins],[1.1.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AC_INIT([GStreamer Ugly Plug-ins],[1.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AG_GST_INIT
@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AS_LIBTOOL(GST, 2, 0, 2)
AS_LIBTOOL(GST, 101, 0, 101)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.1.0
GSTPB_REQ=1.1.0
GST_REQ=1.1.1
GSTPB_REQ=1.1.1
dnl *** autotools stuff ****

View file

@ -2,7 +2,7 @@ GObject
GInitiallyUnowned
GstObject
GstAllocator
GstDefaultAllocator
GstAllocatorSysmem
GstBus
GstClock
GstControlBinding

View file

@ -3,10 +3,10 @@
<description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>GPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>unknown</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Adaptive Multi-Rate Wide-Band Decoder</description>
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
<basename>libgstamrwbdec.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>unknown</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
<basename>libgstasf.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>LGPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>GPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>LGPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>GPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>LGPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Encode MP3s with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>LGPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>GPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>GPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>LGPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Uses libsidplay to decode .sid files</description>
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
<basename>libgstsid.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>GPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Encode MP2s with TwoLAME</description>
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
<basename>libgsttwolame.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>LGPL</license>
<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>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>GPL</license>
<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>
<elements>
<element>
@ -20,13 +20,13 @@
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>video/x-raw, format=(string){ I420, YV12 }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]</details>
<details>video/x-raw, format=(string){ I420, YV12, Y42B, Y444, NV12, I420_10LE, I422_10LE, Y444_10LE }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ avc, byte-stream }, alignment=(string){ au }, profile=(string){ high-10, high, main, baseline, constrained-baseline, high-10-intra }</details>
<details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ avc, byte-stream }, alignment=(string)au, profile=(string){ high-10, high, main, baseline, constrained-baseline, high-10-intra }</details>
</caps>
</pads>
</element>

View file

@ -3,10 +3,10 @@
<description>Add XING tags to mpeg audio files</description>
<filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
<basename>libgstxingmux.so</basename>
<version>1.1.0.1</version>
<version>1.1.1</version>
<license>LGPL</license>
<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>
<elements>
<element>

View file

@ -33,6 +33,16 @@ might be widely known to present patent problems.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.1.1</revision>
<branch>1.1</branch>
<name></name>
<created>2013-06-05</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.1.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.0.2</revision>

View file

@ -55,13 +55,16 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git"
#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-10-25T11:36Z"
#define GST_PACKAGE_RELEASE_DATETIME "2013-06-05"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
/* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC
@ -248,7 +251,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.1.0.1"
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.1.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@ -257,7 +260,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.1.0.1"
#define PACKAGE_VERSION "1.1.1"
/* directory where plugins are located */
#ifdef _DEBUG
@ -288,7 +291,7 @@
#undef TARGET_CPU
/* Version number of package */
#define VERSION "1.1.0.1"
#define VERSION "1.1.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */