Skip to content
Snippets Groups Projects
Commit bf67677f authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

Release 1.7.1

parent f9eb5b78
No related branches found
Tags gst-python-1.7.1
No related merge requests found
=== release 1.7.1 ===
2015-12-24 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.7.1
2015-12-14 13:03:24 +0100 Sebastian Dröge <sebastian@centricular.com>
* plugin/gstpythonplugin.c:
python: Check return value of g_module_symbol()
CID 1320702
2015-12-14 13:01:25 +0100 Sebastian Dröge <sebastian@centricular.com>
* plugin/gstpythonplugin.c:
python: Don't call Py_DECREF() on NULL
CID 1320703
2015-11-16 10:12:37 +0200 Sebastian Dröge <sebastian@centricular.com>
* plugin/gstpythonplugin.c:
pythonplugin: Clean up error handling a bit
Don't g_error() but only g_critical() when things go wrong and return FALSE.
g_error() would kill the application immediately.
Also check if we can actually get gi.repository.Gst before using it.
2015-11-08 11:56:28 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* gi/overrides/Gst.py:
* gi/overrides/gstmodule.c:
overrides: also provide wrapper for trace level debug logging
2015-11-08 11:56:20 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* gi/overrides/Gst.py:
overrides: fix a few typos in exception messages
2015-10-27 22:19:19 +0100 Thibault Saunier <tsaunier@gnome.org>
* examples/plugins/python/sinkelement.py:
examples: Port the sink example to GstBaseSink
Also we now need to explicitly call Gst.init() from python bindings.
2015-10-25 21:33:46 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* gi/overrides/Gst.py:
overrides: chain up to base __init__ in Pad override
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=757108
2015-09-25 12:03:45 +0200 Thibault Saunier <tsaunier@gnome.org>
* configure.ac:
Back to development
=== release 1.6.0 ===
2015-09-25 Thibault Saunier <tsaunier@gnome.org>
2015-09-25 12:01:24 +0200 Thibault Saunier <tsaunier@gnome.org>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.6.0
* gst-python.doap:
Release 1.6.0
2015-06-24 17:44:44 +0200 Thibault Saunier <tsaunier@gnome.org>
......
This is GStreamer overrides for PyGobject 1.6.0 release
This is GStreamer 1.7.1
Release notes for GStreamer Python bindings 1.6.0
The GStreamer team is pleased to announce the first release of
the stable 1.4 release series.
Release notes for GStreamer Python bindings 1.7.1
There were no bugs fixed in this release
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
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
will lead to the stable 1.8 release series in the next weeks. Any newly added
API can still change until that point.
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
during the unstable 1.7 release series.
==== Download ====
......@@ -38,10 +48,10 @@ from there (see link above).
Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list.
Applications
Contributors to this release
* Mark Nauwelaerts
* Sebastian Dröge
* Thibault Saunier
\ No newline at end of file
......@@ -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.7.0.1,
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
......@@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl required versions of other packages
dnl Note that they are runtime requirements
AC_SUBST(GST_REQ, 1.6.0)
AC_SUBST(GST_REQ, 1.7.1)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC
......
......@@ -30,6 +30,33 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
</GitRepository>
</repository>
<release>
<Version>
<revision>1.7.1</revision>
<branch>master</branch>
<created>2015-12-24</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.7.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.6.2</revision>
<branch>1.6</branch>
<created>2015-12-14</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.6.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.6.1</revision>
<branch>1.6</branch>
<created>2015-10-30</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.6.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.6.0</revision>
......
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