summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2000-08-18 20:35:48 +0000
committerWim Taymans <wim.taymans@gmail.com>2000-08-18 20:35:48 +0000
commit6661696de02876ee7898de639a8cb10b4fd71227 (patch)
treed31f3754b1968f2fd236e9c3d2e1718d12a89a70 /tools
parentaca33a2b4a9519ee49ffc6e8c8ea10cc18664ef0 (diff)
Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example.
Original commit message from CVS: Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example.
Diffstat (limited to 'tools')
-rw-r--r--tools/launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/launch.c b/tools/launch.c
index 7be7f2cf89..cbec8e30dd 100644
--- a/tools/launch.c
+++ b/tools/launch.c
@@ -105,7 +105,7 @@ int main(int argc,char *argv[]) {
xmlSaveFile("launch.xml",gst_xml_write(pipeline));
- gst_element_set_state(pipeline,GST_STATE_RUNNING);
+ gst_element_set_state(pipeline,GST_STATE_READY);
gst_element_set_state(pipeline,GST_STATE_PLAYING);
if (t)