X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2FMediaPlayer.qml;fp=app%2FMediaPlayer.qml;h=177fe3634a271d6d4195f22ac28e612449aeb77b;hb=d53efa6bca224f2c6bec8e7b14b1dff7f12a2d03;hp=94281f5c97de87bf0401b6592fc7d8d39e38ac88;hpb=f932d6da561278df631d0f77ae496a46efe4750f;p=apps%2Fmediaplayer.git diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml index 94281f5..177fe36 100644 --- a/app/MediaPlayer.qml +++ b/app/MediaPlayer.qml @@ -46,6 +46,11 @@ ApplicationWindow { } } + Component.onCompleted : { + // Let the mediaplayer backend know we're ready for metadata events + mediaplayer.start() + } + Connections { target: mediaplayer