caps: avoid using in-place oprations
[platform/upstream/gstreamer.git] / docs / manual / highlevel-xml.xml
1 <chapter id="chapter-xml">
2   <title>XML in <application>GStreamer</application> (deprecated)</title>
3   <para> 
4     <application>GStreamer</application> used to provide functions to
5     save pipeline definitions into XML format and later restore them
6     again from XML.
7   </para>
8
9   <para>
10     This never really worked properly for all but the most simple use cases
11     though, and is also pretty much impossible to make work correctly in a
12     useful way due to the dynamic nature of almost all non-trivial GStreamer
13     pipelines. Consequently, this API has been deprecated and will be
14     removed at some point. Don't use it.
15   </para>
16
17 </chapter>