~ci-train-bot/qtubuntu-media/qtubuntu-media-ubuntu-yakkety-landing-056

« back to all changes in this revision

Viewing changes to tests/unit/player.cpp

  • Committer: Bileto Bot
  • Author(s): Jim Hodapp
  • Date: 2016-08-15 21:07:04 UTC
  • mfrom: (112.1.1 qtubuntu-media-desktop)
  • Revision ID: ci-train-bot@canonical.com-20160815210704-fvneshpdkf1bj5ov
Make media-hub work on the desktop. Everything except for video playback works with this commit.

Approved by: Lorn Potter

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
    return ret;
169
169
}
170
170
 
 
171
const core::Property<AVBackend::Backend>& TestPlayer::backend() const
 
172
{
 
173
    static core::Property<AVBackend::Backend> ret(AVBackend::Backend::none);
 
174
    return ret;
 
175
}
 
176
 
171
177
const core::Property<Player::LoopStatus>& TestPlayer::loop_status() const
172
178
{
173
179
    static core::Property<Player::LoopStatus> ret(Player::LoopStatus::none);