aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DecoderControl.cxx')
-rw-r--r--src/DecoderControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderControl.cxx b/src/DecoderControl.cxx
index 191a6e363..91ed17ffd 100644
--- a/src/DecoderControl.cxx
+++ b/src/DecoderControl.cxx
@@ -119,7 +119,7 @@ decoder_control::Seek(double where)
seek_where = where;
seek_error = false;
- SynchronousCommandLocked(DecoderCommand::SEEK);
+ LockSynchronousCommand(DecoderCommand::SEEK);
return !seek_error;
}