Original commit message from CVS:
make formats test go faster and add .cvsignore
while (pipeline) {
gst_bin_iterate (GST_BIN (pipeline));
- if ((counter / 400) > last) {
- last = counter / 400;
+ if ((counter / 200) > last) {
+ last = counter / 200;
gst_object_unref (GST_OBJECT (pipeline));
create_pipeline ();
}
while (pipeline) {
gst_bin_iterate (GST_BIN (pipeline));
- if ((counter / 400) > last) {
- last = counter / 400;
+ if ((counter / 200) > last) {
+ last = counter / 200;
gst_object_unref (GST_OBJECT (pipeline));
create_pipeline ();
}