projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec2d4a
)
let's not increment in GST_DEBUG code...
author
Andy Wingo
<wingo@pobox.com>
Mon, 4 Mar 2002 05:37:26 +0000
(
05:37
+0000)
committer
Andy Wingo
<wingo@pobox.com>
Mon, 4 Mar 2002 05:37:26 +0000
(
05:37
+0000)
Original commit message from CVS:
let's not increment in GST_DEBUG code...
gst/gstparse.c
patch
|
blob
|
history
diff --git
a/gst/gstparse.c
b/gst/gstparse.c
index 9ef0bd8be3a89c4a856b033c26df9b829941a141..8957d7254ae4cf5f4765c578c2a7b2ecdbb62e32 100644
(file)
--- a/
gst/gstparse.c
+++ b/
gst/gstparse.c
@@
-600,8
+600,8
@@
gst_parse_launch (const gchar * pipeline_description)
g_slist_free (string_list);
/* print them out */
- while (argvn[i]) {
- GST_DEBUG (0, "arg %d is: %s\n", i
, argvn[i++
]);
+ while (argvn[i
++
]) {
+ GST_DEBUG (0, "arg %d is: %s\n", i
-1, argvn[i-1
]);
}
/* do it! */