diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-12-18 17:25:34 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-12-18 17:25:34 +0000 |
commit | b0dedc83a62d59029b50229e4b7a7f9fa21b53b3 (patch) | |
tree | 070729b3cbb7c8d0bb3d92b1689f467b31c57fa1 | |
parent | 09f0e234360c118bf8c95dd6926b48dca0786b76 (diff) |
Release 1.0.41.0.4
-rw-r--r-- | ChangeLog | 142 | ||||
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | RELEASE | 27 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-coreelements.xml | 4 | ||||
-rw-r--r-- | gstreamer.doap | 10 | ||||
-rw-r--r-- | win32/common/config.h | 10 | ||||
-rw-r--r-- | win32/common/gstenumtypes.c | 20 | ||||
-rw-r--r-- | win32/common/gstversion.h | 4 |
9 files changed, 207 insertions, 29 deletions
@@ -1,9 +1,147 @@ +=== release 1.0.4 === + +2012-12-18 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + releasing 1.0.4 + +2012-12-14 11:09:30 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/gstsample.c: + * gst/gststructure.c: + add debug category + Adding a debug category is nicer than logging to the default category + +2012-12-14 15:22:27 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * docs/design/part-element-sink.txt: + * docs/design/part-events.txt: + * libs/gst/base/gstbaseparse.c: + * libs/gst/base/gstbasesink.c: + * libs/gst/base/gstbasesrc.c: + * plugins/elements/gstidentity.c: + * plugins/elements/gstoutputselector.c: + NEWSEGMENT -> SEGMENT + +2012-12-14 11:08:57 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/gstelement.c: + element: improve debug + +2012-12-13 14:48:35 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * libs/gst/base/gstbasesrc.c: + basesrc: call _stop when start failed + When we failed to complete the start, call stop again. This makes sure that all + successfull calls to _start are paired with a _stop. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=687845 + +2012-12-11 16:46:01 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * libs/gst/base/gstbaseparse.c: + baseparse: improve debug + Add pts and dts in debug log + +2012-11-26 00:51:38 +0000 Tim-Philipp Müller <tim@centricular.net> + + * docs/gst/gstreamer-sections.txt: + docs: clean up sections file for pad probe defines that moved into enum + +2012-12-10 11:55:42 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/gstplugin.c: + plugin: protect against NULL filename in debug + See https://bugzilla.gnome.org/show_bug.cgi?id=689948 + +2012-12-06 09:48:08 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/gstbufferpool.h: + bufferpool: clarify docs + +2012-12-05 14:56:48 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/gstcaps.c: + caps: fix docs + +2012-12-05 14:24:14 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * libs/gst/base/gstadapter.c: + adapter: fix 0.10 docs to make more sense in 1.0 + +2012-12-05 14:03:27 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * libs/gst/base/gstadapter.c: + adapter: fix docs for 1.0 + Add parent to chain function signature and use it. + +2012-11-30 10:41:51 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/gstmessage.c: + message: add reset-time type string + +2012-11-28 18:08:52 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk> + + * docs/random/porting-to-1.0.txt: + docs: add link to python porting doc and app dev manual to porting-to-1.0.txt + +2012-11-26 18:16:52 -0500 Luis de Bethencourt <luis@debethencourt.com> + + * scripts/gst-uninstalled: + gst-uninstalled: add gst-editing-services to PKG_CONFIG_PATH + +2012-11-25 23:26:47 +0000 Tim-Philipp Müller <tim@centricular.net> + + * docs/manual/appendix-integration.xml: + * docs/manual/basics-init.xml: + * gst/gst.c: + docs: remove all mention of g_thread_init() + It's been deprecated since GLib 2.32 and isn't needed any + longer. + +2012-11-23 21:09:45 +0100 Alessandro Decina <alessandro.d@gmail.com> + + * gst/gstevent.c: + event: fix annotation for gst_event_parse_stream_start + +2012-11-23 13:36:09 +0000 Tim-Philipp Müller <tim@centricular.net> + + * gst/gstpad.h: + pad: document more pad probe values + +2012-11-23 12:47:25 +0000 Tim-Philipp Müller <tim@centricular.net> + + * gst/gstpad.h: + pad: don't use parenthesis for ORed pad probe flag enums + glib-mkenum doesn't like them for some reason. + https://bugzilla.gnome.org/show_bug.cgi?id=688804 + +2012-11-23 10:58:25 +0100 Olivier Crête <olivier.crete@collabora.com> + + * gst/gstpad.h: + pad: Put all of the probe types in the enum so they work with bindings + https://bugzilla.gnome.org/show_bug.cgi?id=688804 + +2012-11-21 12:52:51 +0000 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * win32/common/config.h: + * win32/common/gstversion.h: + Back to development (bug-fixing) + === release 1.0.3 === -2012-11-21 Tim-Philipp Müller <tim@centricular.net> +2012-11-21 09:31:07 +0000 Tim-Philipp Müller <tim@centricular.net> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.3 + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 1.0.3 2012-11-20 16:19:52 +0100 Wim Taymans <wim.taymans@collabora.co.uk> @@ -1,4 +1,17 @@ -This is GStreamer 1.0.3 +This is GStreamer 1.0.4 + +Changes since 1.0.3: + + * basesrc: fix potential leaks when re-activating in a different mode + * bindings: make all pad probe types work with bindings + * bindings: fix gst_event_parse_stream_start() annotation, fixing crash + * documentation improvements + +Bugs fixed since 1.0.3: + + * 687845 : filesrc: leaks file descriptor if activation in pull mode fails + * 688804 : Getting error trying to add a pad_probe + * 688934 : Gst.Event.parse_stream_start seems to not function correctly Changes since 1.0.2: @@ -1,5 +1,5 @@ -Release notes for GStreamer 1.0.3 +Release notes for GStreamer 1.0.4 The GStreamer team is proud to announce a new bug-fix release @@ -42,18 +42,16 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Features of this release - * bufferpool: fix deadlock - * baseparse: forward stream-start event in push mode, fixing issues with streamsynchronizer - * basesink: reset START_TIME when needed, fixing position reporting after seeking beyond end + * basesrc: fix potential leaks when re-activating in a different mode + * bindings: make all pad probe types work with bindings + * bindings: fix gst_event_parse_stream_start() annotation, fixing crash + * documentation improvements Bugs fixed in this release - * 666053 : baseparse: prevent excessively high memory usage with large streams - * 687896 : bufferpool: deadlock in GstBufferPool - * 688477 : inputselector: fix clock leak in wait_running_time - * 688511 : Windows compilers without pthreads still have testrtpool.c being built in tests - * 688655 : baseparse: stream-start events not sent in push mode - * 685870 : Regression with position when seeking beyond the media duration + * 687845 : filesrc: leaks file descriptor if activation in pull mode fails + * 688804 : Getting error trying to add a pad_probe + * 688934 : Gst.Event.parse_stream_start seems to not function correctly ==== Download ==== @@ -90,10 +88,9 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Arnaud Vrac - * Jan Schmidt - * Matthew Waters + * Alessandro Decina + * Luis de Bethencourt + * Olivier Crête * Tim-Philipp Müller - * Vincent Penquerc'h * Wim Taymans - +
\ No newline at end of file diff --git a/configure.ac b/configure.ac index a4683d0c2..5cb02439c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too dnl -AC_INIT(GStreamer, 1.0.3.1, +AC_INIT(GStreamer, 1.0.4, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT @@ -58,7 +58,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 3, 0, 3) +AS_LIBTOOL(GST, 4, 0, 4) dnl *** autotools stuff **** diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index d3e11a3dc..d6c2618aa 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -3,10 +3,10 @@ <description> GStreamer core elements</description> <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename> <basename>libgstcoreelements.so</basename> - <version>1.0.3.1</version> + <version>1.0.4</version> <license>LGPL</license> <source>gstreamer</source> - <package>GStreamer git</package> + <package>GStreamer source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/gstreamer.doap b/gstreamer.doap index c6996dd8b..9ecfc08d5 100644 --- a/gstreamer.doap +++ b/gstreamer.doap @@ -40,6 +40,16 @@ hierarchy, and a set of media-agnostic core elements. <release> <Version> + <revision>1.0.4</revision> + <branch>1.0</branch> + <name></name> + <created>2012-12-18</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.0.4.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.0.3</revision> <branch>1.0</branch> <name></name> diff --git a/win32/common/config.h b/win32/common/config.h index 49b3bf146..4ebce7e8e 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -56,13 +56,13 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer git" +#define GST_PACKAGE_NAME "GStreamer source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2012-11-21T12:41Z" +#define GST_PACKAGE_RELEASE_DATETIME "2012-12-18" /* location of the installed gst-plugin-scanner */ #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner" @@ -340,7 +340,7 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 1.0.3.1" +#define PACKAGE_STRING "GStreamer 1.0.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" @@ -349,7 +349,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.3.1" +#define PACKAGE_VERSION "1.0.4" /* directory where plugins are located */ #ifdef _DEBUG @@ -387,7 +387,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "1.0.3.1" +#define VERSION "1.0.4" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/win32/common/gstenumtypes.c b/win32/common/gstenumtypes.c index 9e04f5883..ba097810e 100644 --- a/win32/common/gstenumtypes.c +++ b/win32/common/gstenumtypes.c @@ -1164,6 +1164,26 @@ gst_pad_probe_type_get_type (void) "GST_PAD_PROBE_TYPE_QUERY_UPSTREAM", "query-upstream"}, {C_FLAGS (GST_PAD_PROBE_TYPE_PUSH), "GST_PAD_PROBE_TYPE_PUSH", "push"}, {C_FLAGS (GST_PAD_PROBE_TYPE_PULL), "GST_PAD_PROBE_TYPE_PULL", "pull"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_BLOCKING), "GST_PAD_PROBE_TYPE_BLOCKING", + "blocking"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_DATA_DOWNSTREAM), + "GST_PAD_PROBE_TYPE_DATA_DOWNSTREAM", "data-downstream"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_DATA_UPSTREAM), + "GST_PAD_PROBE_TYPE_DATA_UPSTREAM", "data-upstream"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_DATA_BOTH), "GST_PAD_PROBE_TYPE_DATA_BOTH", + "data-both"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM), + "GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM", "block-downstream"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_BLOCK_UPSTREAM), + "GST_PAD_PROBE_TYPE_BLOCK_UPSTREAM", "block-upstream"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_EVENT_BOTH), "GST_PAD_PROBE_TYPE_EVENT_BOTH", + "event-both"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_QUERY_BOTH), "GST_PAD_PROBE_TYPE_QUERY_BOTH", + "query-both"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_ALL_BOTH), "GST_PAD_PROBE_TYPE_ALL_BOTH", + "all-both"}, + {C_FLAGS (GST_PAD_PROBE_TYPE_SCHEDULING), "GST_PAD_PROBE_TYPE_SCHEDULING", + "scheduling"}, {0, NULL, NULL} }; diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h index 9b045d0ca..3613f8bc1 100644 --- a/win32/common/gstversion.h +++ b/win32/common/gstversion.h @@ -57,14 +57,14 @@ G_BEGIN_DECLS * * The micro version of GStreamer at compile time: */ -#define GST_VERSION_MICRO (3) +#define GST_VERSION_MICRO (4) /** * GST_VERSION_NANO: * * The nano version of GStreamer at compile time: * Actual releases have 0, GIT versions have 1, prerelease versions have 2-... */ -#define GST_VERSION_NANO (1) +#define GST_VERSION_NANO (0) /** * GST_CHECK_VERSION: |