~phablet-team/media-hub/trunk

« back to all changes in this revision

Viewing changes to src/core/media/gstreamer/engine.h

  • Committer: CI bot
  • Author(s): Ricardo Mendoza
  • Date: 2014-11-05 20:41:03 UTC
  • mfrom: (86.2.2 trunk)
  • Revision ID: ps-jenkins@lists.canonical.com-20141105204103-4nf86obpejume2cz
Use new hybris interface to correctly register for client deaths. Fixes: 1380848
Approved by: Jim Hodapp

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    const core::Signal<core::ubuntu::media::Player::PlaybackStatus>& playback_status_changed_signal() const;
65
65
    const core::Signal<uint32_t, uint32_t>& video_dimension_changed_signal() const;
66
66
 
 
67
    void reset();
 
68
 
67
69
private:
68
70
    struct Private;
69
71
    std::unique_ptr<Private> d;