From fe6deca584d680a16dfdf9b4709ffad0c3cab673 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 8 Oct 2007 17:59:35 +0000 Subject: [PATCH] docs/manual/advanced-autoplugging.xml: Prefix section with broken code with a warning (see #342432). Original commit message from CVS: * docs/manual/advanced-autoplugging.xml: Prefix section with broken code with a warning (see #342432). --- ChangeLog | 5 +++++ docs/manual/advanced-autoplugging.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 93823c0..c9e3067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-10-08 Tim-Philipp Müller + * docs/manual/advanced-autoplugging.xml: + Prefix section with broken code with a warning (see #342432). + +2007-10-08 Tim-Philipp Müller + * docs/manual/appendix-integration.xml: * docs/manual/basics-init.xml: Call g_thread_init() before g_option_context_new() to diff --git a/docs/manual/advanced-autoplugging.xml b/docs/manual/advanced-autoplugging.xml index 2012bb2..118671c 100644 --- a/docs/manual/advanced-autoplugging.xml +++ b/docs/manual/advanced-autoplugging.xml @@ -232,6 +232,11 @@ main (gint argc, Plugging together dynamic pipelines + + The code in this section is broken, outdated and overly complicated. + Also, you should use decodebin, playbin or uridecodebin to get + decoders plugged automatically. + In this chapter we will see how you can create a dynamic pipeline. A dynamic pipeline is a pipeline that is updated or created while data -- 2.7.4