emotion gst1 module - remove printf

this debugging printf seems to have been left around - remove it so we
don't get unexpected noise in gst playback
This commit is contained in:
Carsten Haitzler 2015-04-20 12:14:10 +09:00
parent 6458ca32bc
commit 425de99145
1 changed files with 0 additions and 3 deletions

View File

@ -348,9 +348,6 @@ _update_emotion_fps(EmotionVideoSinkPrivate *priv)
}
else if ((tim - priv->rlapse) >= 0.5)
{
printf("FRAME: %i, FPS: %3.1f\n",
priv->frames,
(priv->frames - priv->flapse) / (tim - priv->rlapse));
priv->rlapse = tim;
priv->flapse = priv->frames;
}