mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 22:28:22 +00:00
Removed the loadsave dependency
Original commit message from CVS: Removed the loadsave dependency
This commit is contained in:
parent
0ff096c841
commit
6ec8d606ed
1 changed files with 2 additions and 0 deletions
|
@ -25,7 +25,9 @@ main (int argc, char *argv[])
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef GST_DISABLE_LOADSAVE
|
||||
xmlSaveFile ("gstmediaplay.gst", gst_xml_write (gst_play_get_pipeline (play->play)));
|
||||
#endif
|
||||
|
||||
gdk_threads_enter();
|
||||
gst_main();
|
||||
|
|
Loading…
Reference in a new issue