mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
Release 1.4.0
This commit is contained in:
parent
6e7af72aa3
commit
0ff3c63dd9
5 changed files with 44 additions and 23 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,9 +1,30 @@
|
|||
=== release 1.3.90 ===
|
||||
=== release 1.4.0 ===
|
||||
|
||||
2014-09-24 Thibault Saunier <tsaunier@gnome.org>
|
||||
2014-10-20 Thibault Saunier <tsaunier@gnome.org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.3.90
|
||||
releasing 1.4.0
|
||||
|
||||
2014-10-19 13:34:59 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* plugin/gstpythonplugin.c:
|
||||
pythonplugin: Fix compiler warning about unused format string argument
|
||||
CC libgstpythonplugin_la-gstpythonplugin.lo
|
||||
gstpythonplugin.c:192:65: warning: data argument not used by format string
|
||||
[-Wformat-extra-args]
|
||||
GST_DEBUG ("GST_PLUGIN_SYSTEM_PATH set to %s", plugin_path, plugin_path);
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
|
||||
|
||||
=== release 1.3.90 ===
|
||||
|
||||
2014-09-24 11:13:45 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* gst-python.doap:
|
||||
Release 1.3.90
|
||||
|
||||
2014-06-10 16:04:15 +0200 Rico Tzschichholz <ricotz@ubuntu.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
|||
This is GStreamer overrides for PyGobject 1.3.90 release
|
||||
This is GStreamer overrides for PyGobject 1.4.0 release
|
||||
|
|
27
RELEASE
27
RELEASE
|
@ -1,26 +1,21 @@
|
|||
|
||||
Release notes for GStreamer Python bindings 1.3.90
|
||||
Release notes for GStreamer Python bindings 1.4.0
|
||||
|
||||
|
||||
The GStreamer team is pleased to announce the first release candidate of
|
||||
the stable 1.4 release series. The 1.4 release series is adding new features
|
||||
on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x
|
||||
release series of the Gstreamer overrides for PyGobject.
|
||||
The GStreamer team is proud to announce a new feature release
|
||||
in the 1.0.x stable series of the GStreamer Python Bindings.
|
||||
|
||||
|
||||
This release candidate will hopefully shortly be followed by the stable 1.4.0
|
||||
release if no bigger regressions or bigger issues are detected, and enough
|
||||
testing of the release candidate happened.
|
||||
|
||||
This new version introduces the possibility to write GStreamer
|
||||
elements in python and get them registered in the GstRegistry.
|
||||
This means those elements will then be usable by any application
|
||||
that uses GStreamer, whatever language their are built with.
|
||||
|
||||
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 723767 : Port Python-element loader plugin to 1.0
|
||||
* 729123 : sdp: GstSdp.SDPMessage.parse_buffer needs a guint8* + annotation corrections
|
||||
* 730596 : gst-python overrides broke due to a recent change in pygobject
|
||||
* 731008 : gst-python: Implement TIME_ARGS helper
|
||||
There were no bugs fixed in this release
|
||||
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -59,9 +54,5 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Christoph Reiter
|
||||
* Lubosz Sarnecki
|
||||
* Rico Tzschichholz
|
||||
* Sebastian Dröge
|
||||
* Thibault Saunier
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.68])
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.3.90,
|
||||
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.4.0,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-python)
|
||||
|
||||
|
|
|
@ -30,6 +30,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.4.0</revision>
|
||||
<branch>1.4.0</branch>
|
||||
<created>2014-10-20</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.4.0.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.3.90</revision>
|
||||
|
|
Loading…
Reference in a new issue