Skip to content

Commit

Permalink
Removing debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 13, 2015
1 parent 4327418 commit c244513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/gstaudiovisual.c
Expand Up @@ -369,11 +369,11 @@ gst_audio_visual_message (GstAudioVisual * visual, GstMessage * message)
GST_TIME_ARGS (endtime), channels);
*/
} else if (list_rms) {
INFO ("endtime: %" GST_TIME_FORMAT ", (%s) ",
GST_TIME_ARGS (endtime), G_VALUE_TYPE_NAME (list_rms));
//INFO ("endtime: %" GST_TIME_FORMAT ", (%s) ",
// GST_TIME_ARGS (endtime), G_VALUE_TYPE_NAME (list_rms));
} else {
INFO ("endtime: %" GST_TIME_FORMAT ", ->NULL<- ",
GST_TIME_ARGS (endtime));
//INFO ("endtime: %" GST_TIME_FORMAT ", ->NULL<- ",
// GST_TIME_ARGS (endtime));
}
}
}
Expand Down

0 comments on commit c244513

Please sign in to comment.