Fix automatic track change ... again

This commit is contained in:
David Sansome 2010-04-07 00:20:30 +00:00
parent 74ec2fe921
commit b3d62edbef
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ void GstEngine::EventCallback(GstPad*, GstEvent* event, gpointer) {
{
case GST_EVENT_EOS:
qDebug() << "EOS reached";
QMetaObject::invokeMethod(instance(), "endOfStreamReached",
QMetaObject::invokeMethod(instance(), "EndOfStreamReached",
Qt::QueuedConnection);
break;