going into the main loop effectively never stops this app

Original commit message from CVS:
going into the main loop effectively never stops this app
This commit is contained in:
Wim Taymans 2002-06-04 21:07:03 +00:00
parent 56023e379d
commit b6f6293cc3
2 changed files with 0 additions and 5 deletions

View file

@ -38,9 +38,6 @@ int main(int argc,char *argv[])
gst_element_set_state(GST_ELEMENT(thread), GST_STATE_NULL); gst_element_set_state(GST_ELEMENT(thread), GST_STATE_NULL);
sleep(1); sleep(1);
} }
gst_main();
exit(0); exit(0);
} }

View file

@ -45,8 +45,6 @@ int main(int argc,char *argv[])
sleep(1); sleep(1);
} }
gst_main();
exit(0); exit(0);
} }