~ci-train-bot/media-hub/media-hub-ubuntu-yakkety-1823

« back to all changes in this revision

Viewing changes to src/core/media/video/hybris_gl_sink.h

  • Committer: Jim Hodapp
  • Date: 2016-08-15 19:27:29 UTC
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: jim.hodapp@canonical.com-20160815192729-0nxsgwdg80tm588x
Expose the backend selection to the stub side

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
{
35
35
class HybrisGlSink : public video::Sink
36
36
{
37
 
public:    
 
37
public:
38
38
    // Returns a factory functor that allows for creating actual sink instances.
39
39
    static std::function<video::Sink::Ptr(std::uint32_t)> factory_for_key(const media::Player::PlayerKey&);
40
40