mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
cosmetic fix
Original commit message from CVS: cosmetic fix
This commit is contained in:
parent
eebceb0d90
commit
4ccd25273f
2 changed files with 4 additions and 2 deletions
|
@ -22,12 +22,13 @@ main (int argc, gchar *argv[])
|
|||
{
|
||||
int i;
|
||||
|
||||
g_timeout_add (10, quit_main, NULL);
|
||||
g_timeout_add (1, quit_main, NULL);
|
||||
for (i = 0; i < 1000; ++i)
|
||||
{
|
||||
mainloop = TRUE;
|
||||
g_print ("+");
|
||||
gst_main ();
|
||||
}
|
||||
g_print ("\n");
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -22,12 +22,13 @@ main (int argc, gchar *argv[])
|
|||
{
|
||||
int i;
|
||||
|
||||
g_timeout_add (10, quit_main, NULL);
|
||||
g_timeout_add (1, quit_main, NULL);
|
||||
for (i = 0; i < 1000; ++i)
|
||||
{
|
||||
mainloop = TRUE;
|
||||
g_print ("+");
|
||||
gst_main ();
|
||||
}
|
||||
g_print ("\n");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue