added code to save the pipeline to xml

Original commit message from CVS:
added code to save the pipeline to xml
This commit is contained in:
Erik Walthinsen 2001-05-01 21:35:46 +00:00
parent 861ebf934c
commit 899edf17dd

View file

@ -24,6 +24,8 @@ main (int argc, char *argv[])
gst_media_play_start_uri (play, argv[1]);
}
xmlSaveFile("gstmediaplay.gst", gst_xml_write(gst_play_get_pipeline(play->play)));
gdk_threads_enter ();
gst_main ();
gdk_threads_leave ();