Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy1524
gst-plugins-ugly
Commits
ad93911d
Commit
ad93911d
authored
Jul 11, 2013
by
Sebastian Dröge
🍵
Browse files
Release 1.1.2
parent
9e59c52f
Changes
22
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ad93911d
=== release 1.1.2 ===
2013-07-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:
releasing 1.1.2
2013-06-18 20:06:24 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* ext/dvdread/dvdreadsrc.c:
dvdreadsrc: correctly determine last chapter's duration
This (mostly) reverts 683f5eeae7b830e4e4b790f3817ff6b8ce517b1c.
It worked just fine before ...
2013-06-25 14:20:37 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/realmedia/rdtmanager.c:
rdt: forward sticky events
2013-06-05 18:36:40 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:
Back to development
=== release 1.1.1 ===
2013-06-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2013-06-05
17:58:51 +0200
Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ChangeLog:
* NEWS:
* RELEASE:
* common:
* configure.ac:
releasing 1.1.1
* 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-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.1.1
2013-06-05 16:42:01 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* 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/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
2013-06-05 15:15:16 +0200 Sebastian Dröge <slomo@circular-chaos.org>
...
...
NEWS
View file @
ad93911d
This is GStreamer Ugly Plugins 1.1.
1
This is GStreamer Ugly Plugins 1.1.
2
RELEASE
View file @
ad93911d
Release notes for GStreamer Ugly Plugins 1.1.
1
Release notes for GStreamer Ugly Plugins 1.1.
2
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
...
...
@@ -61,8 +61,7 @@ Features of this release
Bugs fixed in this release
* 691935 : [x264] Should detect bit depth and color formats at runtime
* 377280 : cdiocddasrc: issue if drive endianness != machine endianness
* 702502 : [regression] mpeg2dec: gst_segment_to_stream_time: assertion `segment- > format == format' failed
==== Download ====
...
...
@@ -99,18 +98,7 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Andreas Frisch
* Benjamin Gaignard
* David Schleef
* Gautier Portet
* Martin Pitt
* Michael Smith
* Olivier Crête
* Mark Nauwelaerts
* Sebastian Dröge
* Sreerenj Balachandran
* Stefan Sauer
* Thijs Vermeir
* Tim-Philipp Müller
* Tom Greenwood
* Wim Taymans
\ No newline at end of file
configure.ac
View file @
ad93911d
...
...
@@ -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.
1.1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AC_INIT([GStreamer Ugly Plug-ins],[1.1.
2
],[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, 10
1
, 0, 10
1
)
AS_LIBTOOL(GST, 10
2
, 0, 10
2
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.1.
1.1
GSTPB_REQ=1.1.
1.1
GST_REQ=1.1.
2
GSTPB_REQ=1.1.
2
dnl *** autotools stuff ****
...
...
docs/plugins/inspect/plugin-a52dec.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Decodes ATSC A/52 encoded audio streams
</description>
<filename>
../../ext/a52dec/.libs/libgsta52dec.so
</filename>
<basename>
libgsta52dec.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-amrnb.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Adaptive Multi-Rate Narrow-Band
</description>
<filename>
../../ext/amrnb/.libs/libgstamrnb.so
</filename>
<basename>
libgstamrnb.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
unknown
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-amrwbdec.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Adaptive Multi-Rate Wide-Band Decoder
</description>
<filename>
../../ext/amrwbdec/.libs/libgstamrwbdec.so
</filename>
<basename>
libgstamrwbdec.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
unknown
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-asf.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<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.
1
</version>
<version>
1.1.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-cdio.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Read audio from audio CDs
</description>
<filename>
../../ext/cdio/.libs/libgstcdio.so
</filename>
<basename>
libgstcdio.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-dvdlpcmdec.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Decode DVD LPCM frames into standard PCM
</description>
<filename>
../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so
</filename>
<basename>
libgstdvdlpcmdec.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-dvdread.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Access a DVD with dvdread
</description>
<filename>
../../ext/dvdread/.libs/libgstdvdread.so
</filename>
<basename>
libgstdvdread.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-dvdsub.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
DVD subtitle parser and decoder
</description>
<filename>
../../gst/dvdsub/.libs/libgstdvdsub.so
</filename>
<basename>
libgstdvdsub.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-lame.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Encode MP3s with LAME
</description>
<filename>
../../ext/lame/.libs/libgstlame.so
</filename>
<basename>
libgstlame.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-mad.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
mp3 decoding based on the mad library
</description>
<filename>
../../ext/mad/.libs/libgstmad.so
</filename>
<basename>
libgstmad.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-mpeg2dec.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
LibMpeg2 decoder
</description>
<filename>
../../ext/mpeg2dec/.libs/libgstmpeg2dec.so
</filename>
<basename>
libgstmpeg2dec.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-realmedia.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
RealMedia support plugins
</description>
<filename>
../../gst/realmedia/.libs/libgstrmdemux.so
</filename>
<basename>
libgstrmdemux.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
@@ -71,7 +71,7 @@
<longname>
RTP Decoder
</longname>
<class>
Codec/Parser/Network
</class>
<description>
Accepts raw RTP and RTCP packets and sends them forward
</description>
<author>
Wim Taymans
<
wim
@fluendo
.com
>
</author>
<author>
Wim Taymans
<
wim
.taymans@gmail
.com
>
</author>
<pads>
<caps>
<name>
recv_rtcp_sink_%u
</name>
...
...
docs/plugins/inspect/plugin-siddec.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Uses libsidplay to decode .sid files
</description>
<filename>
../../ext/sidplay/.libs/libgstsid.so
</filename>
<basename>
libgstsid.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-twolame.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Encode MP2s with TwoLAME
</description>
<filename>
../../ext/twolame/.libs/libgsttwolame.so
</filename>
<basename>
libgsttwolame.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-x264.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
libx264-based H264 plugins
</description>
<filename>
../../ext/x264/.libs/libgstx264.so
</filename>
<basename>
libgstx264.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-xingmux.xml
View file @
ad93911d
...
...
@@ -3,7 +3,7 @@
<description>
Add XING tags to mpeg audio files
</description>
<filename>
../../gst/xingmux/.libs/libgstxingmux.so
</filename>
<basename>
libgstxingmux.so
</basename>
<version>
1.1.
1
</version>
<version>
1.1.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment