mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
releasing 0.10.2
Original commit message from CVS: releasing 0.10.2
This commit is contained in:
parent
c4d718a991
commit
75e8d867cf
4 changed files with 24 additions and 19 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.10.2 ===
|
||||||
|
|
||||||
|
2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.2, "And if the devil is six"
|
||||||
|
|
||||||
2006-01-13 Edward Hervey <edward@fluendo.com>
|
2006-01-13 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gstlibs.override:
|
* gst/gstlibs.override:
|
||||||
|
|
13
NEWS
13
NEWS
|
@ -1,4 +1,15 @@
|
||||||
This is GStreamer Python Bindings 0.10.1, "Krisimas Yakanaka"
|
This is GStreamer Python Bindings 0.10.2, "And if the devil is six"
|
||||||
|
|
||||||
|
Changes since 0.10.1:
|
||||||
|
|
||||||
|
* Parallel installability with 0.8.x series
|
||||||
|
* Threadsafe design and API
|
||||||
|
* allow fractions in structures
|
||||||
|
* added vmethods for base classes
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.1:
|
||||||
|
|
||||||
|
* 325459 : Fractions cannot be used as values for gst.Structure fileds
|
||||||
|
|
||||||
Changes since 0.10.0:
|
Changes since 0.10.0:
|
||||||
|
|
||||||
|
|
21
RELEASE
21
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
GStreamer: Release notes for GStreamer Python bindings 0.10.1 "Krisimas Yakanaka"
|
GStreamer: Release notes for GStreamer Python bindings 0.10.2 "And if the devil is six"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,23 +18,12 @@ Features of this release
|
||||||
|
|
||||||
* Parallel installability with 0.8.x series
|
* Parallel installability with 0.8.x series
|
||||||
* Threadsafe design and API
|
* Threadsafe design and API
|
||||||
* added discoverer
|
* allow fractions in structures
|
||||||
* updated for core API additions
|
* added vmethods for base classes
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
|
* 325459 : Fractions cannot be used as values for gst.Structure fileds
|
||||||
API changed in this release
|
|
||||||
|
|
||||||
|
|
||||||
- API additions:
|
|
||||||
|
|
||||||
* gst.extend.discoverer
|
|
||||||
* wrapped gst_version()
|
|
||||||
* wrapped gst_type_find_factory_get_list()
|
|
||||||
* wrapped gst_mixer_options_get_values()
|
|
||||||
* wrapped gst_dp_*()
|
|
||||||
* wrapped gst_element_factory_get_static_pad_templates()
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -64,8 +53,6 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Andy Wingo
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Martin Soto
|
* Martin Soto
|
||||||
* Thomas Vander Stichele
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 1, 2,
|
AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 2, 0,
|
||||||
GST_CVS="no", GST_CVS="yes")
|
GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||||||
|
|
Loading…
Reference in a new issue