mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +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);
|
gtk_object_set(GTK_OBJECT(previous),argname,argval,NULL);
|
||||||
g_free(argname);
|
g_free(argname);
|
||||||
|
|
||||||
|
i++;
|
||||||
|
continue;
|
||||||
|
|
||||||
// element or argument, or beginning of bin or thread
|
// element or argument, or beginning of bin or thread
|
||||||
} else {
|
} else {
|
||||||
DEBUG("have element or bin/thread\n");
|
DEBUG("have element or bin/thread\n");
|
||||||
|
|
Loading…
Reference in a new issue