Skip to content
Snippets Groups Projects
Commit 6efc09b2 authored by Thomas Vander Stichele's avatar Thomas Vander Stichele
Browse files

releasing gst-python 0.8.3

Original commit message from CVS:
releasing gst-python 0.8.3
parent b3614650
No related merge requests found
=== release 0.8.3 ===
2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
releasing 0.8.3, "Nadolig LLawen"
2005-12-22 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/extend/Makefile.am:
......
This is GStreamer Python 0.8.2, "Another one bites the dust".
This is GStreamer Python 0.8.3, "Nadolig LLawen"
Changes since 0.8.2:
* add GStreamer logging support from python
* added a gst.extend package
* added modules to do jukebox mixed and levelled playback
* memleak fixes
Bugs fixed since 0.8.2:
* 147641 : [docs] pydoc segfaults when viewing gst package doc
* 171287 : gst-python leaks
* 313415 : current cvs of gst-python ( branch BRANCH-GSTREAMER-0_8 ...
Changes since 0.8.1:
......
GStreamer: Release notes for GStreamer Python 0.8.2 "Another one bites the dust"
GStreamer: Release notes for GStreamer Python 0.8.3 "Nadolig LLawen"
This is the 0.8.2 release of the GStreamer Python bindings.
It should be used with the 0.8.x series of GStreamer and GStreamer Plugins.
This is the 0.8.3 release of the GStreamer Python bindings.
It should be used with the 0.8.x series of GStreamer and GStreamer Plug-ins.
This is the third stable 0.8.0 gst-python release, it's now considered
This is the fourth stable 0.8.0 gst-python release, it's now considered
stable and ready to be used in production. It's already being used by
serveral applications.
Features of this release
* Fixes for gcc 4
* Dict-like access to Structure and Caps
* Access to Buffer and Event fields
* Access to Element flags
* Access to Probes
* Overriding of Object, Element and Bin virtual methods posssible
* Many memleak fixes
* add GStreamer logging support from python
* added a gst.extend package
* added modules to do jukebox mixed and levelled playback
* memleak fixes
Bugs fixed in this release
* 147641 : [docs] pydoc segfaults when viewing gst package doc
* 171287 : gst-python leaks
* 313415 : current cvs of gst-python ( branch BRANCH-GSTREAMER-0_8 ...
Download
......@@ -47,13 +50,17 @@ will create more lists as necessary.
Contributors to this release
* Andy Wingo
* Benjamin Otte
* Edward Hervey
* Jan Schmidt
* Johan Dahlin
* Martin Soto
* Michael Scherer
* Richard Hult
* Zaheer Abbas Merali
* Benjamin Otte
* Thomas Vander Stichele
* Andy Wingo
* Zaheer Abbas Merali
Maintainers
* Johan Dahlin
* Edward Hervey
\ No newline at end of file
common @ e0b12138
Subproject commit d1911d4b3d6267f9cd9dfb68fcef2afe4d098092
Subproject commit e0b121388ece524c0b7035a72bddd191d122d8bf
......@@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 2, 1, GST_CVS="no", GST_CVS="yes")
AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 3, 0, GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
......
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