Skip to content

Commit

Permalink
[MMALRender] Report video is not on GUI layer
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jan 5, 2015
1 parent 9dbb5b5 commit aeedaa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/VideoRenderers/MMALRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class CMMALRenderer : public CBaseRenderer, public CThread
virtual unsigned int GetMaxBufferSize() { return NUM_BUFFERS; }
virtual unsigned int GetOptimalBufferSize() { return NUM_BUFFERS; }
virtual void SetVideoRect(const CRect& SrcRect, const CRect& DestRect);
virtual bool IsGuiLayer() { return false; }

void vout_input_port_cb(MMAL_PORT_T *port, MMAL_BUFFER_HEADER_T *buffer);
protected:
Expand Down

0 comments on commit aeedaa4

Please sign in to comment.