save xml file of the launch cmdline

Original commit message from CVS:
save xml file of the launch cmdline
This commit is contained in:
Erik Walthinsen 2001-04-15 22:54:57 +00:00
parent 2f424eb4d4
commit 043f6239b8

View file

@ -25,6 +25,8 @@ main(int argc, char *argv[])
gst_parse_launch (cmdline, GST_BIN (pipeline));
xmlSaveFile("gstreamer-launch.gst",gst_xml_write(pipeline));
fprintf(stderr,"RUNNING pipeline\n");
gst_element_set_state (pipeline, GST_STATE_PLAYING);