Original commit message from CVS:
typo fix
This commit is contained in:
Erik Walthinsen 2001-01-09 06:48:46 +00:00
parent e26636896b
commit a4c45cee9c

View file

@ -27,7 +27,7 @@ int main(int argc,char *argv[]) {
fprintf(stderr,"RUNNING pipeline\n");
gst_element_set_state(pipeline,GST_STATE_PLAYING);
while (1) {
while (1)
gst_bin_iterate (GST_BIN (pipeline));
return 0;