The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl
use strict;
use warnings;
use Test::More tests => 2;

# $Id$

use GStreamer -init;

my $clock = GStreamer::SystemClock -> obtain();
isa_ok($clock, "GStreamer::SystemClock");
isa_ok($clock, "GStreamer::Clock");