9b899a7c284ffed98187936df0681833476ffc76
[platform/upstream/gstreamer.git] / README
1 This is GStreamer 0.3.2, code-named "Do-B-day" 
2
3 This is GStreamer, a framework for streaming media.  The
4 fundamental design comes from the video pipeline at Oregon Graduate
5 Institute, as well as some ideas from DirectMedia.  It's based on plug-ins
6 that will provide the various codec and other functionality.  The
7 interface hopefully is generic enough for various companies (ahem, Apple)
8 to release binary codecs for Linux, until such time as they get a clue and
9 release the source.
10
11
12 Developer note:  When building from CVS sources, you will need to run
13 autogen.sh to generate the build system files.
14
15 GStreamer is cutting-edge stuff.  To be a CVS developer, you need 
16 cutting-edge tools.
17
18 ATM, most of us have at least these versions :
19
20 * autoconf      2.52    (NOT 2.52d)
21 * automake      1.5
22 * libtool       1.4
23 * pkg-config    0.8.0
24
25 autogen.sh will check for these versions and complain if you don't have 
26 them.