validate: tools: Do not dot the pipeline every 50ms, it is a bit exessive

This commit is contained in:
Thibault Saunier 2014-01-13 09:32:14 +01:00
parent d485180074
commit 677e111f0b
2 changed files with 0 additions and 6 deletions

View file

@ -441,9 +441,6 @@ print_position (void)
" speed: %f />\r", GST_TIME_ARGS (position), GST_TIME_ARGS (duration),
rate);
GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS (GST_BIN (pipeline),
GST_DEBUG_GRAPH_SHOW_ALL, "position");
return TRUE;
}

View file

@ -76,9 +76,6 @@ print_position (void)
" speed: %f />\r", GST_TIME_ARGS (position), GST_TIME_ARGS (duration),
rate);
GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS (GST_BIN (pipeline),
GST_DEBUG_GRAPH_SHOW_ALL, "position");
return TRUE;
}