summaryrefslogtreecommitdiff
path: root/docs/manual/highlevel-xml.xml
blob: e33061663614d56bcdfc5ab40712e43e44042e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<chapter id="chapter-xml">
  <title>XML in <application>GStreamer</application> (deprecated)</title>
  <para> 
    <application>GStreamer</application> used to provide functions to
    save pipeline definitions into XML format and later restore them
    again from XML.
  </para>

  <para>
    This never really worked properly for all but the most simple use cases
    though, and is also pretty much impossible to make work correctly in a
    useful way due to the dynamic nature of almost all non-trivial GStreamer
    pipelines. Consequently, this API has been deprecated and will be
    removed at some point. Don't use it.
  </para>

</chapter>