[perl-GStreamer-Interfaces] Version 0.06



commit 7d7adbcd9e33a10dc5054232ac3d378d9af11add
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Mar 20 14:07:49 2010 +0100

    Version 0.06

 NEWS                        |    8 ++++++++
 lib/GStreamer/Interfaces.pm |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 693ca8f..78de53a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in GStreamer::Interfaces 0.06
+=================================================
+
+* Add GStreamer::XOverlay->handle_events.  It is only available for
+  gstinterfaces >= 0.10.12, so also add GStreamer::Interfaces->CHECK_VERSION to
+  make version checks possible.
+* Fix test failures.
+
 Overview of changes in GStreamer::Interfaces 0.05
 =================================================
 
diff --git a/lib/GStreamer/Interfaces.pm b/lib/GStreamer/Interfaces.pm
index f3ce935..88ff75f 100644
--- a/lib/GStreamer/Interfaces.pm
+++ b/lib/GStreamer/Interfaces.pm
@@ -9,7 +9,7 @@ require DynaLoader;
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]