summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-23 18:04:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-23 18:04:49 +0000
commitca814c15a67ce508fc75d7d503381bce63c51aac (patch)
treed23c67a3449eb21dee9709a871c23ce139ee7dd2
parent9c09daed5366a2ceedc266bde5d9b49ccd719799 (diff)
releasing 0.10.1RELEASE-0_10_1
Original commit message from CVS: releasing 0.10.1
-rw-r--r--ChangeLog15
-rw-r--r--NEWS24
-rw-r--r--RELEASE32
-rw-r--r--configure.ac2
-rw-r--r--docs/plugins/inspect/plugin-coreelements.xml2
-rw-r--r--docs/plugins/inspect/plugin-coreindexers.xml2
-rw-r--r--libs/gst/base/gstbasesrc.c10
-rw-r--r--win32/common/config.h8
8 files changed, 72 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index df4a497e71..264eced4ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.1 ===
+
+2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.10.1, "Nollaig chridheil"
+
2005-12-22 Tim-Philipp Müller <tim at centricular dot net>
* docs/faq/cvs.xml:
@@ -146,11 +153,11 @@
* gst/gstpluginfeature.c: (gst_plugin_feature_finalize),
(gst_plugin_feature_load):
- more meaningful debug output
+ more meaningful debug output
* configure.ac:
* tests/Makefile.am:
* tests/old/examples/Makefile.am:
- make make distcheck happy again
+ make make distcheck happy again
2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
@@ -203,8 +210,8 @@
* libs/gst/net/gstnettimeprovider.c
(gst_net_time_provider_class_init, gst_net_time_provider_init)
(gst_net_time_provider_set_property)
- (gst_net_time_provider_get_property): Export "active" as a GObject
- property.
+ (gst_net_time_provider_get_property):
+ API addition: Export "active" as a GObject property.
(gst_net_time_provider_thread): Only respond to time queries if
the time provider is active.
diff --git a/NEWS b/NEWS
index 5feab77dcc..8a425a5f13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
-This is GStreamer 0.10.0, "Maroilles".
+This is GStreamer 0.10.1, "Nollaig chridheil"
+
+Changes since 0.10.0:
+
+ * element factory leak fixes
+ * tests cleanup
+ * BaseSrc seeking in other format than BYTES
+ * collectpad fixes
+
+Bugs fixed since 0.10.0:
+
+ * 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
+ * 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
+ * 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 added since 0.10.0:
+
+ * GST_TYPE_STATIC_CAPS
+ * GST_TYPE_STATIC_PAD_TEMPLATE
+ * GstNetTimeProvider::active
+ * gst_base_src_set_format
Changes from the 0.8 series to 0.10 series:
diff --git a/RELEASE b/RELEASE
index f4a7da0b4e..faa5f4ca09 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer 0.10.0 "Maroilles"
+GStreamer: Release notes for GStreamer 0.10.1 "Nollaig chridheil"
@@ -38,13 +38,28 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
- * new Chinese/Traditional translation
+ * element factory leak fixes
+ * tests cleanup
+ * BaseSrc seeking in other format than BYTES
+ * collectpad fixes
Bugs fixed in this release
- * 322874 : [PAD] pad_alloc_buffer should not call set_caps
- * 323222 : GStreamer 0.9.7 still checks in dirs containing 0.9
- * 323250 : [collectpads] debug category should be called 'collectpad...
+ * 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
+ * 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
+ * 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
@@ -83,10 +98,13 @@ Flumotion has been ported to 0.10 as well.
Contributors to this release
- *
* Andy Wingo
- * Funda Wang
+ * David Schleef
+ * Edward Hervey
+ * Jan Schmidt
+ * Julien MOUTTE
* Michael Smith
+ * Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
* Wim Taymans
diff --git a/configure.ac b/configure.ac
index 68588429d1..70c4114e93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gstreamer, GST_VERSION, 0, 10, 0, 2,
+AS_VERSION(gstreamer, GST_VERSION, 0, 10, 1, 0,
GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml
index f5fe88c0ff..fa43df6beb 100644
--- a/docs/plugins/inspect/plugin-coreelements.xml
+++ b/docs/plugins/inspect/plugin-coreelements.xml
@@ -3,7 +3,7 @@
<description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>
diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml
index 887df5bae8..225aee071c 100644
--- a/docs/plugins/inspect/plugin-coreindexers.xml
+++ b/docs/plugins/inspect/plugin-coreindexers.xml
@@ -3,7 +3,7 @@
<description>GStreamer core indexers</description>
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
<basename>libgstcoreindexers.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>
diff --git a/libs/gst/base/gstbasesrc.c b/libs/gst/base/gstbasesrc.c
index 020e727a64..658565772e 100644
--- a/libs/gst/base/gstbasesrc.c
+++ b/libs/gst/base/gstbasesrc.c
@@ -35,7 +35,7 @@
*
* The source can be configured to operate in a any #GstFormat with the
* gst_base_src_set_format(). This format determines the format of the
- * internal #GstSegment and the #GST_EVENT_NEW_SEGMENT. The default format for
+ * internal #GstSegment and the #GST_EVENT_NEW_SEGMENT. The default format for
* #GstBaseSrc is GST_FORMAT_BYTES.
*
* #GstBaseSrc always supports the push mode scheduling. If the following
@@ -45,16 +45,16 @@
* <listitem><para>#GstBaseSrc::is_seekable returns TRUE.</para></listitem>
* </itemizedlist>
*
- * If all the conditions are met for operating in pull mode, #GstBaseSrc is
+ * If all the conditions are met for operating in pull mode, #GstBaseSrc is
* automatically seekable in push mode as well. The following conditions must be
- * met to make the element seekable in push mode when the format is not
+ * met to make the element seekable in push mode when the format is not
* GST_FORMAT_BYTES:
* <itemizedlist>
* <listitem><para>
* #GstBaseSrc::is_seekable returns TRUE.
* </para></listitem>
* <listitem><para>
- * #GstBaseSrc::query can convert all supported seek formats to the
+ * #GstBaseSrc::query can convert all supported seek formats to the
* internal format as set with gst_base_src_set_format().
* </para></listitem>
* <listitem><para>
@@ -372,6 +372,8 @@ gst_base_src_is_live (GstBaseSrc * src)
*
* If a format of GST_FORMAT_BYTES is set, the element will be able to
* operate in pull mode if the #GstBaseSrc::is_seekable returns TRUE.
+ *
+ * @Since: 0.10.1
*/
void
gst_base_src_set_format (GstBaseSrc * src, GstFormat format)
diff --git a/win32/common/config.h b/win32/common/config.h
index 0f15fcb0fa..c120fec17b 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -21,7 +21,7 @@
#undef GST_GCOV_ENABLED
/* Default errorlevel to use */
-#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
+#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
/* GStreamer license */
#define GST_LICENSE "LGPL"
@@ -30,10 +30,10 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
+#define GST_PACKAGE_NAME "GStreamer source release"
/* Define the version */
-#define GST_VERSION "0.10.0.2"
+#define GST_VERSION "0.10.1"
/* Define if the host CPU is an Alpha */
#undef HAVE_CPU_ALPHA
@@ -210,7 +210,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.10.0.2"
+#define VERSION "0.10.1"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */