Fixing ticket #2292

This commit is contained in:
fberckel 2008-03-02 07:50:49 +00:00
parent 3ff426cf0d
commit f12b8a7d6f
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ GstreamerPlayer :: getPlaylength(void) throw (std::logic_error)
length.reset(new time_duration(microsec(ns / 1000LL)));
debug() << length << endl;
debug() << "playlength is: " << *length << endl;
return length;
}