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

« back to all changes in this revision

Viewing changes to gstreamer/volumefadereffect.cpp

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2012-07-16 04:13:29 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120716041329-28lodvbcleyg9shp
Tags: 4:4.7.0really4.6.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
*/
17
17
 
18
18
#include "volumefadereffect.h"
 
19
#include "debug.h"
19
20
 
20
21
#include <gst/gstbin.h>
21
22
#include <gst/gstghostpad.h>
131
132
void VolumeFaderEffect::setVolume(float v)
132
133
{
133
134
    g_object_set(G_OBJECT(m_effectElement), "volume", (gdouble)v, NULL);
134
 
    qDebug() << "Fading to" << v;
 
135
    debug() << "Fading to" << v;
135
136
}
136
137
 
137
138
}} //namespace Phonon::Gstreamer