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:
b07791a
)
this wasn't actually needed
author
Steve Baker
<steve@stevebaker.org>
Wed, 29 May 2002 15:30:10 +0000
(15:30 +0000)
committer
Steve Baker
<steve@stevebaker.org>
Wed, 29 May 2002 15:30:10 +0000
(15:30 +0000)
Original commit message from CVS:
this wasn't actually needed
tools/gst-launch.c
patch
|
blob
|
history
diff --git
a/tools/gst-launch.c
b/tools/gst-launch.c
index 2d419c4551c1eebecd876902282d3fef5ba96b31..426eeae24ba018ba79429a1b4e82582660fc77a1 100644
(file)
--- a/
tools/gst-launch.c
+++ b/
tools/gst-launch.c
@@
-205,7
+205,6
@@
main(int argc, char *argv[])
gst_main ();
} else {
g_print ("waiting for the state change...\n");
- gst_element_set_state(pipeline,GST_STATE_PLAYING);
gst_element_wait_state_change (pipeline);
}