Skip to content
Snippets Groups Projects
Commit a858a984 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish: Committed by Tim-Philipp Müller
Browse files

Release 1.0.5

parent c06614c6
No related branches found
Tags gst-plugins-base-1.0.5
No related merge requests found
Showing
with 159 additions and 37 deletions
=== release 1.0.5 ===
2013-01-08 Tim-Philipp Müller <tim@centricular.net>
* configure.ac:
releasing 1.0.5
2012-05-02 13:50:45 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* gst-libs/gst/video/gstvideoencoder.c:
videoencoder: Documentation fix
https://bugzilla.gnome.org/show_bug.cgi?id=675761
2012-12-21 16:38:36 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/playback/gstdecodebin2.c:
decodebin2: use NO_RESYNC flag
to avoid the state change function from messing with the state of the elements
that we add.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=690420
2012-12-20 16:42:42 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* gst-libs/gst/audio/gstaudioclock.c:
audioclock: mark as using some other clock
We need to mark our clock as using some other clock source. Alsa source uses the
clock type to decide if it can use alsa driver timestamps or not.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=690465
2012-12-20 16:41:48 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* gst-libs/gst/audio/gstaudiobasesrc.c:
audiobasesrc: init variable
We need to initialize this variable because we can't be sure that the subclass
will set it.
2012-12-22 21:04:11 +0000 Tim-Philipp Müller <tim@centricular.net>
* gst-libs/gst/video/video-info.c:
video: fix A420 size calculation
=== release 1.0.4 ===
 
2012-12-18 Tim-Philipp Müller <tim@centricular.net>
2012-12-18 18:13:59 +0000 Tim-Philipp Müller <tim@centricular.net>
 
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.0.4
* docs/plugins/inspect/plugin-adder.xml:
* docs/plugins/inspect/plugin-alsa.xml:
* docs/plugins/inspect/plugin-app.xml:
* docs/plugins/inspect/plugin-audioconvert.xml:
* docs/plugins/inspect/plugin-audiorate.xml:
* docs/plugins/inspect/plugin-audioresample.xml:
* docs/plugins/inspect/plugin-audiotestsrc.xml:
* docs/plugins/inspect/plugin-cdparanoia.xml:
* docs/plugins/inspect/plugin-encoding.xml:
* docs/plugins/inspect/plugin-gio.xml:
* docs/plugins/inspect/plugin-ivorbisdec.xml:
* docs/plugins/inspect/plugin-libvisual.xml:
* docs/plugins/inspect/plugin-ogg.xml:
* docs/plugins/inspect/plugin-pango.xml:
* docs/plugins/inspect/plugin-playback.xml:
* docs/plugins/inspect/plugin-subparse.xml:
* docs/plugins/inspect/plugin-tcp.xml:
* docs/plugins/inspect/plugin-theora.xml:
* docs/plugins/inspect/plugin-typefindfunctions.xml:
* docs/plugins/inspect/plugin-videoconvert.xml:
* docs/plugins/inspect/plugin-videorate.xml:
* docs/plugins/inspect/plugin-videoscale.xml:
* docs/plugins/inspect/plugin-videotestsrc.xml:
* docs/plugins/inspect/plugin-volume.xml:
* docs/plugins/inspect/plugin-vorbis.xml:
* docs/plugins/inspect/plugin-ximagesink.xml:
* docs/plugins/inspect/plugin-xvimagesink.xml:
* gst-plugins-base.doap:
* win32/common/_stdint.h:
* win32/common/config.h:
Release 1.0.4
2012-12-18 18:13:36 +0000 Tim-Philipp Müller <tim@centricular.net>
* po/LINGUAS:
* 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/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: update translations
 
2012-12-18 15:34:42 +0100 Thijs Vermeir <thijsvermeir@gmail.com>
 
This is GStreamer Base Plugins 1.0.4
This is GStreamer Base Plugins 1.0.5
Changes since 1.0.4:
* alsasrc: don't output buffers without timestamps or with bogus timestamps
* discoverer, decodebin: fix state change re-sync race that might lead to deadlocks
* video: fix crashes with and frame sizes of A420 video format
Bugs fixed since 1.0.4:
* 691244 : unable to play flv file with VP6 alpha video
Changes since 1.0.3:
......
Release notes for GStreamer Base Plugins 1.0.4
Release notes for GStreamer Base Plugins 1.0.5
The GStreamer team is proud to announce a new bug-fix release
The GStreamer team is pleased to announce a new bug-fix release
in the 1.x stable series of the
core of the GStreamer streaming media framework.
......@@ -60,17 +60,14 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Features of this release
* playbin: fix occasional not-negotiated errors when switching visualisations
* ssaparse: ignore invalid UTF-8 in SSA/ASS subtitles init sections in matroska files
* streamsynchronizer: better timestamp and gap handling at EOS, fixing potential OOM in baseaudiosink
* bindings: fix annotation for gst_app_src_push_buffer(), fixing crash
* bindings: add several missing annotations for GstRtspMessage API
* alsasrc: don't output buffers without timestamps or with bogus timestamps
* discoverer, decodebin: fix state change re-sync race that might lead to deadlocks
* video: fix crashes with and frame sizes of A420 video format
Bugs fixed in this release
* 679976 : playbin: switching visualisations results in not-negotiated flow erros
* 689814 : Memory allocated by GstVideoDecoder base class is not freed
* 689873 : gstrtspmessage: Several functions are missing introspection annotations...
* 691244 : unable to play flv file with VP6 alpha video
==== Download ====
......@@ -107,9 +104,7 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Sebastian Dröge
* Sebastian Rasmussen
* Thijs Vermeir
* Nicolas Dufresne
* Tim-Philipp Müller
* Wim Taymans
\ No newline at end of file
......@@ -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/prerelease
AC_INIT(GStreamer Base Plug-ins, 1.0.4,
AC_INIT(GStreamer Base Plug-ins, 1.0.5,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
......@@ -50,10 +50,10 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 4, 0, 4)
AS_LIBTOOL(GST, 5, 0, 5)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.0.0
GST_REQ=1.0.5
dnl *** autotools stuff ****
......
......@@ -3,7 +3,7 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>various encoding-related elements</description>
<filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
<basename>libgstencodebin.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>GIO elements</description>
<filename>../../gst/gio/.libs/libgstgio.so</filename>
<basename>libgstgio.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Vorbis Tremor decoder</description>
<filename>../../ext/vorbis/.libs/libgstivorbisdec.so</filename>
<basename>libgstivorbisdec.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>various playback elements</description>
<filename>../../gst/playback/.libs/libgstplayback.so</filename>
<basename>libgstplayback.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
......@@ -3,7 +3,7 @@
<description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename>
<version>1.0.4</version>
<version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment