Fixing ticket #2292
This commit is contained in:
parent
3ff426cf0d
commit
f12b8a7d6f
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ GstreamerPlayer :: getPlaylength(void) throw (std::logic_error)
|
||||||
|
|
||||||
length.reset(new time_duration(microsec(ns / 1000LL)));
|
length.reset(new time_duration(microsec(ns / 1000LL)));
|
||||||
|
|
||||||
debug() << length << endl;
|
debug() << "playlength is: " << *length << endl;
|
||||||
return length;
|
return length;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue