mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Replace Wim's fix after Erik dropped it. ;-)
Original commit message from CVS: Replace Wim's fix after Erik dropped it. ;-)
This commit is contained in:
parent
759d83e487
commit
9f53f4c21b
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,9 @@ gint parse_cmdline(int argc,char *argv[],GstBin *parent) {
|
|||
gtk_object_set(GTK_OBJECT(previous),argname,argval,NULL);
|
||||
g_free(argname);
|
||||
|
||||
i++;
|
||||
continue;
|
||||
|
||||
// element or argument, or beginning of bin or thread
|
||||
} else {
|
||||
DEBUG("have element or bin/thread\n");
|
||||
|
|
Loading…
Reference in a new issue