mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +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)));
|
xmlSaveFile ("gstmediaplay.gst", gst_xml_write (gst_play_get_pipeline (play->play)));
|
||||||
|
#endif
|
||||||
|
|
||||||
gdk_threads_enter();
|
gdk_threads_enter();
|
||||||
gst_main();
|
gst_main();
|
||||||
|
|
Loading…
Reference in a new issue