[perl-GStreamer-Interfaces] Version 0.05
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-GStreamer-Interfaces] Version 0.05
- Date: Sat, 6 Mar 2010 19:55:00 +0000 (UTC)
commit d3608935813d73fc4b5f93ae061e0c4418a99baa
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Sat Mar 6 20:54:21 2010 +0100
Version 0.05
Interfaces.pm | 4 +---
NEWS | 6 ++++++
2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/Interfaces.pm b/Interfaces.pm
index 414eebb..696242c 100644
--- a/Interfaces.pm
+++ b/Interfaces.pm
@@ -1,7 +1,5 @@
package GStreamer::Interfaces;
-# $Id$
-
use strict;
use warnings;
@@ -11,7 +9,7 @@ require DynaLoader;
our @ISA = qw(DynaLoader);
-our $VERSION = '0.04';
+our $VERSION = '0.05';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
diff --git a/NEWS b/NEWS
index 810ac2e..693ca8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in GStreamer::Interfaces 0.05
+=================================================
+
+* Add an example showing how to implement a simplistic video player.
+* Fix a test suite issue.
+
Overview of changes in GStreamer::Interfaces 0.04
=================================================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]