aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/arctica-testclient-ClientGST (renamed from bin/AudioTestClient)4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/AudioTestClient b/bin/arctica-testclient-ClientGST
index a05a675..e549375 100755
--- a/bin/AudioTestClient
+++ b/bin/arctica-testclient-ClientGST
@@ -62,7 +62,7 @@ use strict;
use Data::Dumper;
use Arctica::Core::eventInit qw(genARandom BugOUT);
use Arctica::Core::JABus::Socket;
-use Arctica::Services::Audio::Client::ClientGST;
+use Arctica::Services::Audio::Streamer::ClientGST;
my $ACO = Arctica::Core::eventInit->new({
@@ -70,7 +70,7 @@ my $ACO = Arctica::Core::eventInit->new({
app_class =>'amoduletester',
app_version=>'0.0.1.1'});
-my $ClientGST = Arctica::Services::Audio::Client::ClientGST->new($ACO);
+my $ClientGST = Arctica::Services::Audio::Streamer::ClientGST->new($ACO);
################################################################################
# Just some stuff to fetch Socket ID from either ARGV or STDIN