r53871 - in /branches/upstream/libgstreamer-interfaces-perl/current: ./ examples/ t/ xs/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 7 16:11:43 UTC 2010


Author: gregoa
Date: Sun Mar  7 16:11:36 2010
New Revision: 53871

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53871
Log:
[svn-upgrade] Integrating new upstream version, libgstreamer-interfaces-perl (0.05)

Added:
    branches/upstream/libgstreamer-interfaces-perl/current/ChangeLog.pre-git
    branches/upstream/libgstreamer-interfaces-perl/current/MAINTAINERS
    branches/upstream/libgstreamer-interfaces-perl/current/examples/
    branches/upstream/libgstreamer-interfaces-perl/current/examples/gst-video-player.pl
Removed:
    branches/upstream/libgstreamer-interfaces-perl/current/ChangeLog
Modified:
    branches/upstream/libgstreamer-interfaces-perl/current/Interfaces.pm
    branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST
    branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST.SKIP
    branches/upstream/libgstreamer-interfaces-perl/current/META.yml
    branches/upstream/libgstreamer-interfaces-perl/current/Makefile.PL
    branches/upstream/libgstreamer-interfaces-perl/current/NEWS
    branches/upstream/libgstreamer-interfaces-perl/current/gstinterfacesperl.h
    branches/upstream/libgstreamer-interfaces-perl/current/t/GstPropertyProbe.t
    branches/upstream/libgstreamer-interfaces-perl/current/t/GstXOverlay.t
    branches/upstream/libgstreamer-interfaces-perl/current/xs/GstInterfaces.xs
    branches/upstream/libgstreamer-interfaces-perl/current/xs/GstPropertyProbe.xs
    branches/upstream/libgstreamer-interfaces-perl/current/xs/GstXOverlay.xs

Added: branches/upstream/libgstreamer-interfaces-perl/current/ChangeLog.pre-git
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/ChangeLog.pre-git?rev=53871&op=file
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/ChangeLog.pre-git (added)
+++ branches/upstream/libgstreamer-interfaces-perl/current/ChangeLog.pre-git Sun Mar  7 16:11:36 2010
@@ -1,0 +1,76 @@
+=== ChangeLog discontinued ===
+
+	With the move to git, we stop maintaining a separate ChangeLog and
+	rely on proper commit messages instead.
+
+2008-03-16  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Interfaces.pm
+	* Makefile.PL
+	* NEWS
+	* README: Version 0.04.
+
+2008-01-19  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* t/GstXOverlay.t: Fix test failure.
+
+2007-11-04  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Makefile.PL: Require Glib 1.170 for the configure_requires
+	stuff.
+
+2007-10-19  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Makefile.PL: Use a more compatible way to indicate which perl
+	version we require.  Use Glib::MakeHelper's new configure_requires
+	stuff to announce our Makefile.PL-time dependencies.
+
+	* Interfaces.pm: Fix mistakes in the synopsis.  (Found by James
+	Bromberger)
+
+2006-10-03	kaffeetisch
+
+	* Interfaces.pm: Fix POD errors.
+
+2006-07-07	kaffeetisch
+
+	* Interfaces.pm, NEWS, copyright.pod: Version 0.03.
+
+2006-07-07	kaffeetisch
+
+	* Interfaces.pm: Fix a doc glitch.
+
+	* t/GstPropertyProbe.t: Fix a potential failure.
+
+2006-01-29	kaffeetisch
+
+	* Makefile.PL: Require GStreamer 0.06.
+
+	* Interfaces.pm: Document GStreamer::XOverlay.
+
+	* Interfaces.pm, MANIFEST, NEWS: Version 0.02.
+
+2006-01-24	kaffeetisch
+
+	* Makefile.PL: Require Glib 1.103 and gstreamer-plugins-base-0.10
+	>= 0.10.0.
+
+	* gstinterfacesperl.h, maps, t/GstXOverlay, xs/GstXOverlay.xs: Add
+	bindings for GstXOverlay.
+
+	* t/GstPropertyProbe.t: Use alsamixer instead of osssink.  Remove
+	now unneeded SKIP block.
+
+	* xs/GstPropertyProbe.xs: Remove manual gperl_set_isa call; Glib
+	1.103 handles that for us.
+
+2005-10-06	kaffeetisch
+
+	* NEWS, README: Version 0.01.
+
+2005-09-28	kaffeetisch
+
+	* .cvsignore, ChangeLog, Interfaces.pm, LICENSE, MANIFEST,
+	MANIFEST.SKIP, Makefile.PL, NEWS, README, copyright.pod,
+	gstinterfacesperl.h, maps, t/GstPropertyProbe.t, xs/.cvsignore,
+	xs/GstInterfaces.xs, xs/GstPropertyProbe.xs: Initial import.

Modified: branches/upstream/libgstreamer-interfaces-perl/current/Interfaces.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/Interfaces.pm?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/Interfaces.pm (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/Interfaces.pm Sun Mar  7 16:11:36 2010
@@ -1,6 +1,4 @@
 package GStreamer::Interfaces;
-
-# $Id: Interfaces.pm,v 1.7 2008/03/16 12:43:42 kaffeetisch Exp $
 
 use strict;
 use warnings;
@@ -11,7 +9,7 @@
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Added: branches/upstream/libgstreamer-interfaces-perl/current/MAINTAINERS
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/MAINTAINERS?rev=53871&op=file
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/MAINTAINERS (added)
+++ branches/upstream/libgstreamer-interfaces-perl/current/MAINTAINERS Sun Mar  7 16:11:36 2010
@@ -1,0 +1,3 @@
+Torsten Schönfeld
+E-mail: tsch at src.gnome.org
+Userid: tsch

Modified: branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST Sun Mar  7 16:11:36 2010
@@ -1,8 +1,10 @@
-ChangeLog
+ChangeLog.pre-git
 copyright.pod
+examples/gst-video-player.pl
 gstinterfacesperl.h
 Interfaces.pm
 LICENSE
+MAINTAINERS
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP

Modified: branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST.SKIP?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST.SKIP (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/MANIFEST.SKIP Sun Mar  7 16:11:36 2010
@@ -1,6 +1,10 @@
-CVS
-.cvsignore$
+blib
 build
+\.git
+\.gitignore$
+Interfaces.bs
 Makefile$
 \.bak$
 \.releaserc$
+xs/.*\.c$
+xs/.*\.o$

Modified: branches/upstream/libgstreamer-interfaces-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/META.yml?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/META.yml (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/META.yml Sun Mar  7 16:11:36 2010
@@ -1,21 +1,28 @@
 --- #YAML:1.0
-name:                GStreamer-Interfaces
-version:             0.04
-abstract:            Perl interface to the GStreamer Interfaces library
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
-    ExtUtils::Depends:             0.205
-    ExtUtils::PkgConfig:           1.07
-    Glib:                          1.180
-    GStreamer:                     0.06
+name:               GStreamer-Interfaces
+version:            0.05
+abstract:           Perl interface to the GStreamer Interfaces library
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::Depends:    0.205
+    ExtUtils::MakeMaker:  0
+    ExtUtils::PkgConfig:  1.07
+    Glib:                 1.180
+    GStreamer:            0.06
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    ExtUtils::Depends:    0.205
+    ExtUtils::PkgConfig:  1.07
+    Glib:                 1.180
+    GStreamer:            0.06
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
-configure_requires:
-   GStreamer: 0.06
-   ExtUtils::Depends: 0.205
-   Glib: 1.180
-   ExtUtils::PkgConfig: 1.07
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libgstreamer-interfaces-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/Makefile.PL?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/Makefile.PL (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/Makefile.PL Sun Mar  7 16:11:36 2010
@@ -9,7 +9,7 @@
 use Cwd qw(cwd);
 use File::Spec;
 
-# $Id: Makefile.PL,v 1.6 2008/03/16 12:43:43 kaffeetisch Exp $
+# $Id$
 
 our %build_reqs = (
   'perl-ExtUtils-Depends'       => '0.205',
@@ -41,7 +41,16 @@
   exit 1; # not reached
 }
 
-my %pkgcfg = ExtUtils::PkgConfig->find("gstreamer-plugins-base-0.10 >= $build_reqs{'gstreamer-plugins-base-0.10'}");
+# If the package can't be found, warn and exit with status 0 to indicate to
+# CPAN testers that their system is not supported.
+my %pkgcfg;
+unless (eval { %pkgcfg = ExtUtils::PkgConfig->find (
+                 "gstreamer-plugins-base-0.10 >= $build_reqs{'gstreamer-plugins-base-0.10'}");
+	       1; })
+{
+	warn $@;
+	exit 0;
+}
 
 mkdir 'build', 0777;
 
@@ -53,7 +62,8 @@
 $gst->set_libs($pkgcfg{libs} . ' -lgstinterfaces-0.10');
 $gst->add_xs(<xs/*.xs>);
 $gst->add_pm('Interfaces.pm' => '$(INST_LIBDIR)/Interfaces.pm');
-$gst->add_typemaps(map {File::Spec->catfile(cwd(), $_)} ('build/gstinterfacesperl.typemap'));
+$gst->add_typemaps(map {File::Spec->catfile(cwd(), $_)}
+                       ('build/gstinterfacesperl.typemap'));
 
 $gst->install(qw(gstinterfacesperl.h));
 $gst->save_config('build/IFiles.pm');
@@ -68,9 +78,11 @@
   PREREQ_PM     => \%pre_reqs,
   XSPROTOARG    => '-noprototypes',
 
+  META_MERGE    => {
+    configure_requires => \%pre_reqs,
+  },
+
   $gst->get_makefile_vars,
-
-  EXTRA_META    => $configure_requires,
 );
 
 sub MY::postamble {

Modified: branches/upstream/libgstreamer-interfaces-perl/current/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/NEWS?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/NEWS (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/NEWS Sun Mar  7 16:11:36 2010
@@ -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
 =================================================
 

Added: branches/upstream/libgstreamer-interfaces-perl/current/examples/gst-video-player.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/examples/gst-video-player.pl?rev=53871&op=file
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/examples/gst-video-player.pl (added)
+++ branches/upstream/libgstreamer-interfaces-perl/current/examples/gst-video-player.pl Sun Mar  7 16:11:36 2010
@@ -1,0 +1,138 @@
+#!/usr/bin/perl
+
+=head1 NAME
+
+gst-video-player.pl - Video player made in Perl
+
+=head1 SYNOPSIS
+
+gst-video-player.pl video
+
+Where I<video> is the path to a video file or an URI to a video.
+
+Play a video that's available locally:
+
+	perl gst-video-player.pl film.ogv
+
+Stream a video from a website:
+
+	perl gst-video-player.pl http://anon.nasa-global.edgesuite.net/qt.nasa-global/ksc/ksc_071509_sts127_launch_480i.mov
+
+=head1 DESCRIPTION
+
+This program shows how to create a video player using Gtk2 and GStreamer. This
+player can handle all video formats supported by GStreamer.
+
+The original Vala code from http://live.gnome.org/Vala/GStreamerSample was ported to Perl and adjusted to play arbitrary video files.
+
+=cut
+
+use strict;
+use warnings;
+
+use Glib qw(TRUE FALSE filename_to_uri);
+use GStreamer '-init';
+use GStreamer::Interfaces;
+use Gtk2 '-init';
+use File::Spec;
+use Cwd;
+
+exit main();
+
+
+sub main {
+	die "Usage: file\n" unless @ARGV;
+	my ($uri) = @ARGV;
+	
+	if ($uri =~ m,^[^:]+://,) {
+		# Nothing to do as the input is already an URI
+	}
+	elsif (! File::Spec->file_name_is_absolute($uri)) {
+		my $file = File::Spec->catfile(getcwd(), $uri);
+		$uri = filename_to_uri($file, undef);
+	}
+	else {
+		$uri = filename_to_uri($uri, undef);
+	}
+	
+	# Create the main pipeline and GUI elements
+	my ($pipeline, $player, $sink) = create_pipeline();
+	my ($window, $canvas, $buttons) = create_widgets();
+
+	$player->set(uri => $uri);
+
+	# Buttons used to control the playback
+	add_button($buttons, 'gtk-media-play', sub {
+		$sink->set_xwindow_id($canvas->window->get_xid);
+		$pipeline->set_state('playing');
+	});
+
+	add_button($buttons, 'gtk-media-stop', sub {
+		$pipeline->set_state('ready');
+	});
+
+
+	# Run the program
+	Gtk2->main();
+
+	# Cleanup
+	$pipeline->set_state('null');
+	return 0;
+}
+
+
+sub create_pipeline {
+	my $pipeline = GStreamer::Pipeline->new('pipeline');
+
+	# The pipeline elements
+	my ($player, $sink) = GStreamer::ElementFactory->make(
+		playbin     => 'player',
+		xvimagesink => 'sink',
+	);
+
+	$pipeline->add($player);
+	$player->link($sink);
+
+	$player->set('video-sink', $sink);
+	$sink->set('force-aspect-ratio', TRUE);
+
+	return ($pipeline, $player, $sink);
+}
+
+
+sub create_widgets {
+	# Create the widgets
+	my $window = Gtk2::Window->new();
+	$window->set_title("Gst video test");
+
+	# This is where the video will be displayed
+	my $canvas = Gtk2::DrawingArea->new();
+	$canvas->set_size_request(300, 150);
+
+	my $vbox = Gtk2::VBox->new(FALSE, 0);
+	$vbox->pack_start($canvas, TRUE, TRUE, 0);
+
+	# Prepare a box that will hold the playback controls
+	my $buttons = Gtk2::HButtonBox->new();
+	$vbox->pack_start($buttons, FALSE, TRUE, 0);
+
+	$window->add($vbox);
+
+	$window->signal_connect(delete_event => sub {
+		Gtk2->main_quit();
+		return Glib::SOURCE_CONTINUE;
+	});
+
+	$window->show_all();
+
+	return ($window, $canvas, $buttons);
+}
+
+
+sub add_button {
+	my ($box, $stock, $callback) = @_;
+	my $button = Gtk2::Button->new_from_stock($stock);
+	$button->signal_connect(clicked => $callback);
+	$box->add($button);
+	$button->show_all();
+}

Modified: branches/upstream/libgstreamer-interfaces-perl/current/gstinterfacesperl.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/gstinterfacesperl.h?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/gstinterfacesperl.h (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/gstinterfacesperl.h Sun Mar  7 16:11:36 2010
@@ -15,7 +15,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Id: gstinterfacesperl.h,v 1.2 2006/01/24 19:53:42 kaffeetisch Exp $
+ * $Id$
  */
 
 #ifndef _GSTINTERFACES2PERL_H_

Modified: branches/upstream/libgstreamer-interfaces-perl/current/t/GstPropertyProbe.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/t/GstPropertyProbe.t?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/t/GstPropertyProbe.t (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/t/GstPropertyProbe.t Sun Mar  7 16:11:36 2010
@@ -1,9 +1,7 @@
 #!/usr/bin/perl
 use strict;
 use warnings;
-use Test::More tests => 9;
-
-# $Id: GstPropertyProbe.t,v 1.3 2006/07/07 22:02:22 kaffeetisch Exp $
+use Test::More tests => 5;
 
 use Glib qw(TRUE FALSE);
 use GStreamer -init;
@@ -16,19 +14,31 @@
 isa_ok($element, "GStreamer::PropertyProbe");
 
 my @pspecs = $element -> get_probe_properties();
-isa_ok($pspecs[0], "Glib::ParamSpec");
+SKIP: {
+  skip 'got no probe properties', 8
+    unless @pspecs;
+  isa_ok($pspecs[0], "Glib::ParamSpec");
+}
 
-my $pspec = $element -> get_probe_property("device");
-isa_ok($pspec, "Glib::ParamSpec");
+my $pspec = $element -> get_probe_property($property);
+SKIP: {
+  skip 'did not get desired property', 3
+    unless defined $pspec;
 
-is($element -> needs_probe($pspec), TRUE);
-$element -> probe_property($pspec);
+  isa_ok($pspec, "Glib::ParamSpec");
 
-ok($element -> get_probe_values($pspec));
-ok($element -> probe_and_get_probe_values($pspec));
+  ok(defined $element -> needs_probe($pspec));
+  $element -> probe_property($pspec);
 
-ok(defined $element -> needs_probe_name($property));
-$element -> probe_property_name($property);
+  my @values;
+  # these might return an empty list, apparently
+  @values = $element -> get_probe_values($pspec);
+  @values = $element -> probe_and_get_probe_values($pspec);
 
-ok($element -> get_probe_values_name($property));
-ok($element -> probe_and_get_probe_values_name($property));
+  ok(defined $element -> needs_probe_name($property));
+  $element -> probe_property_name($property);
+
+  # these might return an empty list too, apparently
+  @values = $element -> get_probe_values_name($property);
+  @values = $element -> probe_and_get_probe_values_name($property);
+}

Modified: branches/upstream/libgstreamer-interfaces-perl/current/t/GstXOverlay.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/t/GstXOverlay.t?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/t/GstXOverlay.t (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/t/GstXOverlay.t Sun Mar  7 16:11:36 2010
@@ -3,7 +3,7 @@
 use warnings;
 use Test::More tests => 1;
 
-# $Id: GstXOverlay.t,v 1.2 2008/01/19 16:33:36 kaffeetisch Exp $
+# $Id$
 
 use Glib qw(TRUE FALSE);
 use GStreamer -init;

Modified: branches/upstream/libgstreamer-interfaces-perl/current/xs/GstInterfaces.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/xs/GstInterfaces.xs?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/xs/GstInterfaces.xs (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/xs/GstInterfaces.xs Sun Mar  7 16:11:36 2010
@@ -15,7 +15,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Id: GstInterfaces.xs,v 1.1 2005/09/28 16:10:48 kaffeetisch Exp $
+ * $Id$
  */
 
 #include "gstinterfacesperl.h"

Modified: branches/upstream/libgstreamer-interfaces-perl/current/xs/GstPropertyProbe.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/xs/GstPropertyProbe.xs?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/xs/GstPropertyProbe.xs (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/xs/GstPropertyProbe.xs Sun Mar  7 16:11:36 2010
@@ -15,7 +15,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Id: GstPropertyProbe.xs,v 1.2 2006/01/24 19:53:42 kaffeetisch Exp $
+ * $Id$
  */
 
 #include "gstinterfacesperl.h"

Modified: branches/upstream/libgstreamer-interfaces-perl/current/xs/GstXOverlay.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgstreamer-interfaces-perl/current/xs/GstXOverlay.xs?rev=53871&op=diff
==============================================================================
--- branches/upstream/libgstreamer-interfaces-perl/current/xs/GstXOverlay.xs (original)
+++ branches/upstream/libgstreamer-interfaces-perl/current/xs/GstXOverlay.xs Sun Mar  7 16:11:36 2010
@@ -15,7 +15,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Id: GstXOverlay.xs,v 1.1 2006/01/24 19:53:42 kaffeetisch Exp $
+ * $Id$
  */
 
 #include "gstinterfacesperl.h"




More information about the Pkg-perl-cvs-commits mailing list