GStreamer multimedia framework
Find a file
Andy Wingo 52ec4f4e5b add core elements to the registry pool plugin list fix python check
Original commit message from CVS:
* add core elements to the registry pool plugin list
* fix python check
2002-08-31 18:17:02 +00:00
common@655da47ef8 add core elements to the registry pool plugin list fix python check 2002-08-31 18:17:02 +00:00
components
debian debian 0.4.0-1 packaging changes 2002-08-09 09:20:58 +00:00
docs add core elements to the registry pool plugin list fix python check 2002-08-31 18:17:02 +00:00
examples Added an example state change function 2002-07-25 20:38:04 +00:00
gst add core elements to the registry pool plugin list fix python check 2002-08-31 18:17:02 +00:00
include
libs fixes http://bugzilla.gnome.org/show_bug.cgi?id=91179 make mine beer an ice-tea 2002-08-26 15:31:21 +00:00
plugins/elements Implemented segment seeking in fakesrc 2002-08-02 11:45:20 +00:00
scripts
tests adding a property test 2002-08-28 14:08:22 +00:00
testsuite adding a property test 2002-08-28 14:08:22 +00:00
tools spill over paths from a registry that couldn't load to the next one to ensure that a usable registry gets built in th... 2002-08-11 21:51:56 +00:00
.gitignore
.gitmodules
ABOUT-NLS
AUTHORS
autogen.sh for better or worse, make distcheck now passes again 2002-07-01 13:02:03 +00:00
ChangeLog
configure.ac add core elements to the registry pool plugin list fix python check 2002-08-31 18:17:02 +00:00
COPYING
COPYING.LIB
DEVEL
DOCBUILDING
gstreamer-uninstalled.pc.in
gstreamer.pc.in as promised, the header changes and some of wingo's virtual fixes as well by accident 2002-06-22 23:17:44 +00:00
gstreamer.spec.in no cothreads doc so removing it from the spec 2002-08-23 14:15:32 +00:00
idiottest.mak
INSTALL initial checkin 2000-01-30 09:03:00 +00:00
LICENSE
ltmain.sh
Makefile.am merge from BRANCH-RELEASE-0_4_0 2002-07-09 10:27:22 +00:00
NEWS
README
RELEASE merge from BRANCH-RELEASE-0_4_0 2002-07-09 10:27:22 +00:00
REQUIREMENTS merge from BRANCH-RELEASE-0_4_0 2002-07-09 10:27:22 +00:00
stamp.h.in
TODO Updated TODO list 2002-08-02 11:44:20 +00:00

This is GStreamer, a framework for streaming media.  The
fundamental design comes from the video pipeline at Oregon Graduate
Institute, as well as some ideas from DirectMedia.  It's based on plug-ins
that will provide the various codec and other functionality.  The
interface hopefully is generic enough for various companies (ahem, Apple)
to release binary codecs for Linux, until such time as they get a clue and
release the source.


Developer note:  When building from CVS sources, you will need to run
autogen.sh to generate the build system files.

GStreamer is cutting-edge stuff.  To be a CVS developer, you need 
cutting-edge tools.

ATM, most of us have at least these versions :

* autoconf	2.52	(NOT 2.52d)
* automake	1.5
* libtool	1.4
* pkg-config    0.8.0

autogen.sh will check for these versions and complain if you don't have 
them.	

Check autogen.sh options by running autogen.sh --help

autogen.sh can pass on arguments to configure - you just need to separate them
from autogen.sh with -- between the two.
prefix has been added to autogen.sh but will be passed on to configure because
some build scripts like that.