~thomas-voss/qtubuntu-media/reuse-precreated-objects

« back to all changes in this revision

Viewing changes to src/aal/aalmediaplayerservice.h

  • Committer: CI bot
  • Author(s): thomas-voss
  • Date: 2014-10-31 13:13:33 UTC
  • mfrom: (50.1.2 ubuntu-rtm-14.09-proposed)
  • Revision ID: ps-jenkins@lists.canonical.com-20141031131333-4zj44x2rjr6lyj6z
Cut event connections on destruction. Fixes: 1386803

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
    std::shared_ptr<core::ubuntu::media::Service> m_hubService;
113
113
    std::shared_ptr<core::ubuntu::media::Player> m_hubPlayerSession;
 
114
    core::Connection m_playbackStatusChangedConnection;
114
115
 
115
116
    AalMediaPlayerControl *m_mediaPlayerControl;
116
117
    AalVideoRendererControl *m_videoOutput;