mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
releasing 0.10.2
Original commit message from CVS: releasing 0.10.2
This commit is contained in:
parent
6876d64a29
commit
780bfa7c21
7 changed files with 36 additions and 34 deletions
13
ChangeLog
13
ChangeLog
|
@ -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, "If man is five"
|
||||||
|
|
||||||
2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
|
2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* gst/gstbuffer.c:
|
* gst/gstbuffer.c:
|
||||||
|
@ -131,11 +138,11 @@
|
||||||
2006-01-11 Stefan Kost <ensonic@users.sf.net>
|
2006-01-11 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* docs/random/ensonic/media-device-daemon.txt:
|
* docs/random/ensonic/media-device-daemon.txt:
|
||||||
more ideas (dbus)
|
more ideas (dbus)
|
||||||
* gst/gstbuffer.c:
|
* gst/gstbuffer.c:
|
||||||
fix doc example, add clarification
|
fix doc example, add clarification
|
||||||
* tools/gst-launch.1.in:
|
* tools/gst-launch.1.in:
|
||||||
add initial info about GST_PLUGIN_PATH, needs more work
|
add initial info about GST_PLUGIN_PATH, needs more work
|
||||||
|
|
||||||
2006-01-11 Tim-Philipp Müller <tim at centricular dot net>
|
2006-01-11 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
|
12
NEWS
12
NEWS
|
@ -1,4 +1,14 @@
|
||||||
This is GStreamer 0.10.1, "Nollaig chridheil"
|
This is GStreamer 0.10.2, "If man is 5"
|
||||||
|
|
||||||
|
Changes since 0.10.1:
|
||||||
|
|
||||||
|
* documentation updates
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.1:
|
||||||
|
|
||||||
|
* 325429 : GST_BOILERPLATE_FULL can't be used when compiling with -W...
|
||||||
|
* 316086 : MinGW compilation: fileindexer depends on mmap
|
||||||
|
|
||||||
Changes since 0.10.0:
|
Changes since 0.10.0:
|
||||||
|
|
||||||
|
|
31
RELEASE
31
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
GStreamer: Release notes for GStreamer 0.10.1 "Nollaig chridheil"
|
GStreamer: Release notes for GStreamer 0.10.2 "If man is five"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -38,28 +38,13 @@ 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
|
||||||
* element factory leak fixes
|
* documentation updates
|
||||||
* tests cleanup
|
* bug fixes
|
||||||
* BaseSrc seeking in other format than BYTES
|
|
||||||
* collectpad fixes
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
|
* 325429 : GST_BOILERPLATE_FULL can't be used when compiling with -W...
|
||||||
* 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
|
* 316086 : MinGW compilation: fileindexer depends on mmap
|
||||||
* 323870 : [tools] gst-feedback needs updating for 0.9/0.10
|
|
||||||
* 323882 : gst-launch manpage needs updates
|
|
||||||
* 323905 : use return val of g_list_append
|
|
||||||
|
|
||||||
API changed in this release
|
|
||||||
|
|
||||||
|
|
||||||
- API additions:
|
|
||||||
|
|
||||||
* GST_TYPE_STATIC_CAPS
|
|
||||||
* GST_TYPE_STATIC_PAD_TEMPLATE
|
|
||||||
* GstNetTimeProvider::active
|
|
||||||
* gst_base_src_set_format
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -98,12 +83,12 @@ Flumotion has been ported to 0.10 as well.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Andy Wingo
|
* Brian Cameron
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
|
* James Livingston
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Julien MOUTTE
|
* Sebastien Moutte
|
||||||
* Michael Smith
|
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Thomas Vander Stichele
|
* Thomas Vander Stichele
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
|
|
|
@ -6,7 +6,7 @@ AC_INIT
|
||||||
|
|
||||||
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 !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AS_VERSION(gstreamer, GST_VERSION, 0, 10, 1, 2,
|
AS_VERSION(gstreamer, GST_VERSION, 0, 10, 2, 0,
|
||||||
GST_CVS="no", GST_CVS="yes")
|
GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
dnl can autoconf find the source ?
|
dnl can autoconf find the source ?
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>standard GStreamer elements</description>
|
<description>standard GStreamer elements</description>
|
||||||
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
|
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
|
||||||
<basename>libgstcoreelements.so</basename>
|
<basename>libgstcoreelements.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gstreamer</source>
|
<source>gstreamer</source>
|
||||||
<package>GStreamer source release</package>
|
<package>GStreamer source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GStreamer core indexers</description>
|
<description>GStreamer core indexers</description>
|
||||||
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
|
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
|
||||||
<basename>libgstcoreindexers.so</basename>
|
<basename>libgstcoreindexers.so</basename>
|
||||||
<version>0.10.1</version>
|
<version>0.10.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gstreamer</source>
|
<source>gstreamer</source>
|
||||||
<package>GStreamer source release</package>
|
<package>GStreamer source release</package>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#undef GST_GCOV_ENABLED
|
#undef GST_GCOV_ENABLED
|
||||||
|
|
||||||
/* Default errorlevel to use */
|
/* Default errorlevel to use */
|
||||||
#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
|
#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
|
||||||
|
|
||||||
/* GStreamer license */
|
/* GStreamer license */
|
||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
@ -30,10 +30,10 @@
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* package name in plugins */
|
||||||
#define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
|
#define GST_PACKAGE_NAME "GStreamer source release"
|
||||||
|
|
||||||
/* Define the version */
|
/* Define the version */
|
||||||
#define GST_VERSION "0.10.1.2"
|
#define GST_VERSION "0.10.2"
|
||||||
|
|
||||||
/* Define the MAJOR.MINOR version */
|
/* Define the MAJOR.MINOR version */
|
||||||
#define GST_MAJORMINOR "0.10"
|
#define GST_MAJORMINOR "0.10"
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
#undef USE_POISONING
|
#undef USE_POISONING
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.10.1.2"
|
#define VERSION "0.10.2"
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|
Loading…
Reference in a new issue