~ubuntu-branches/ubuntu/saucy/phonon-backend-gstreamer/saucy-proposed

« back to all changes in this revision

Viewing changes to gstreamer/glrenderer.cpp

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-02-04 14:30:52 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130204143052-yfhzb2p4vm4xal2r
Tags: 4:4.7.0really4.6.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
        const float tx_array[] = { 0, 0, 1, 0, 1, 1, 0, 1};
293
293
        const QRectF r = drawFrameRect();
294
294
 
295
 
        const float v_array[] = { r.left(), r.top(), r.right(), r.top(), r.right(), r.bottom(), r.left(), r.bottom() };
 
295
        const qreal v_array[] = { r.left(), r.top(), r.right(), r.top(), r.right(), r.bottom(), r.left(), r.bottom() };
296
296
 
297
297
        glActiveTexture(GL_TEXTURE0);
298
298
        glBindTexture(GL_TEXTURE_2D, m_texture[0]);