mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
typo fix
Original commit message from CVS: typo fix
This commit is contained in:
parent
e26636896b
commit
a4c45cee9c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue