X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=remote%2Fqml%2Fpages%2FPlaybackPage.qml;h=daa48dfd31482d0276e0e6434d7a3119e7cbb163;hb=da720f9da0a4d8f1c73a74e1d40726885f3d7f3e;hp=bf1d976c0b382eccc18a14dbc844ea9dac388633;hpb=afa557f5c0b0debaaaf6c4c777ccc2ba10965c50;p=xinema.git diff --git a/remote/qml/pages/PlaybackPage.qml b/remote/qml/pages/PlaybackPage.qml index bf1d976..daa48df 100644 --- a/remote/qml/pages/PlaybackPage.qml +++ b/remote/qml/pages/PlaybackPage.qml @@ -30,6 +30,27 @@ Page wrapMode: Text.WordWrap } + Column + { + width: parent.width + spacing: Theme.paddingSmall + + StreamInfo + { + text: streamControl.videoSize.width+"×"+streamControl.videoSize.height+" @ "+streamControl.framerate.toFixed(2)+"fps" + } + + StreamInfo + { + text: streamControl.videoCodec + } + + StreamInfo + { + text: streamControl.audioCodec + } + } + Slider { id: slider @@ -81,6 +102,14 @@ Page streamControl.playbackState = StreamControl.Paused; } } + } + + Column + { + width: parent.width + spacing: Theme.paddingLarge + anchors.bottom: page.bottom + anchors.bottomMargin: 2*Theme.paddingLarge ChannelSelect {