typo fix
Original commit message from CVS: typo fix
This commit is contained in:
parent
e26636896b
commit
a4c45cee9c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user