[Lunar-commits] <moonbase> gstreamer-10: version bumped to 0.10.29.
Florin Braescu
florin at lunar-linux.org
Wed Apr 28 08:15:55 CEST 2010
commit 8e434e604b586ee9966e307f689de4dcb7b23cd6
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Apr 28 09:15:55 2010 +0300
gstreamer-10: version bumped to 0.10.29.
Changes:
* improve plugin loading robustness: do not ever unload a plugin after
calling into it: should fix mystery crashers during registry loading
when a plugin init function returns FALSE (e.g. when some supporting
library fails to initialise or a wrapper plugin found no features to
wrap and wrongly returned FALSE)
* configurable memory alignment for GstBuffers
* add QoS message to inform apps of lost data, dropped frames etc.
* basesink, basetransform: add support for new QoS message
* basetransform: accept non-fixed caps suggestions
* basesrc: fix gst_base_src_new_seamless_segment()
* GstController fixes and optimisations
* set thread name for pad tasks on Linux
* pipeline, bin: fix refcount issue when removing elements during a state change
* queue2: implement seeking in download mode
* queue2: implement flushing in download buffering
* queue2: improve buffer level measurement in download mode
* fdsrc: allow specifying the size in bytes on the uri
* build fixes: better checks for uint128_t, inline assembly on OSX, compilation
if HAVE_REGISTER_PRINTF_SPECIFIER is undefined, gobject-introspection
* two symbols were removed that had been exported but never been used or been
declared in any header file: gst_element_default_error and gst_element_request_compatible_pad
* bugfixes.
---
audio/gstreamer-10/DETAILS | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/audio/gstreamer-10/DETAILS b/audio/gstreamer-10/DETAILS
index 27db642..02aa22d 100644
--- a/audio/gstreamer-10/DETAILS
+++ b/audio/gstreamer-10/DETAILS
@@ -1,14 +1,14 @@
MODULE=gstreamer-10
RMODULE=gstreamer
- VERSION=0.10.28
+ VERSION=0.10.29
SOURCE=$RMODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$RMODULE-$VERSION
SOURCE_URL=http://gstreamer.freedesktop.org/src/$RMODULE
- SOURCE_VFY=sha1:a1123d60c35c9be1f6f6357176056361f42e896b
+ SOURCE_VFY=sha1:8d218f4b04445a7dc388d6466c10efb8f23d2468
WEB_SITE=http://gstreamer.freedesktop.org
ENTERED=20060311
- UPDATED=20100309
- SHORT="A multimedia (video and audio) framework (the 0.10.x version)"
+ UPDATED=20100428
+ SHORT="A multimedia (video and audio) framework"
cat << EOF
GStreamer allows the construction of graphs of media-handling
More information about the Lunar-commits
mailing list