mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
56023e379d
commit
b6f6293cc3
2 changed files with 0 additions and 5 deletions
|
@ -38,9 +38,6 @@ int main(int argc,char *argv[])
|
|||
gst_element_set_state(GST_ELEMENT(thread), GST_STATE_NULL);
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
gst_main();
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
|
@ -45,8 +45,6 @@ int main(int argc,char *argv[])
|
|||
sleep(1);
|
||||
}
|
||||
|
||||
gst_main();
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue