perl-GStreamer r114 - in trunk: . lib
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-GStreamer r114 - in trunk: . lib
- Date: Sun, 22 Feb 2009 12:16:58 +0000 (UTC)
Author: tsch
Date: Sun Feb 22 12:16:58 2009
New Revision: 114
URL: http://svn.gnome.org/viewvc/perl-GStreamer?rev=114&view=rev
Log:
Release 0.15.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/lib/GStreamer.pm
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Feb 22 12:16:58 2009
@@ -1,3 +1,14 @@
+Overview of changes in GStreamer 0.15
+=====================================
+
+* Wrap gst_pad_is_blocking, gst_pad_peer_query, gst_pad_iterate_internal_links,
+ and gst_pad_iterate_internal_links_default.
+* Don't assume ownership of GstIndexEntry objects returned by the various
+ GstIndex methods.
+* Throw an exception if unknown GstFormat values are encountered.
+* Convert NULL GstIterator objects to undef.
+* Fix a few test failures.
+
Overview of changes in GStreamer 0.14
=====================================
Modified: trunk/lib/GStreamer.pm
==============================================================================
--- trunk/lib/GStreamer.pm (original)
+++ trunk/lib/GStreamer.pm Sun Feb 22 12:16:58 2009
@@ -28,7 +28,7 @@
# --------------------------------------------------------------------------- #
-our $VERSION = '0.14';
+our $VERSION = '0.15';
sub import {
my ($self) = @_;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]