From 11f8f4b345a668d36d60a00bd470b2bee48c2070 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 24 Jan 2002 22:24:45 +0000 Subject: [PATCH] A prototype abstract for GUAD3C Original commit message from CVS: A prototype abstract for GUAD3C --- docs/random/wtay/abstract | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/random/wtay/abstract diff --git a/docs/random/wtay/abstract b/docs/random/wtay/abstract new file mode 100644 index 0000000000..c6634a7d1d --- /dev/null +++ b/docs/random/wtay/abstract @@ -0,0 +1,12 @@ +This talk will present the GStreamer Media framework. We will +explain briefly what a media framework is and what its advantages +are. This introduction will present the basic design of GStreamer +and how the modularity can provide many benefits. + +We will then go into more detail about the different components of +the framework and how specific problems were solved, such as +pipelines, scheduling, state changes, buffers, type negotiation and +events. + +We will conclude the presentation with a little demonstration of +the provided tools and applications.