GStreamer multimedia framework
Find a file
Wim Taymans 6bd5ed021c Added example
Original commit message from CVS:
Added example
2002-07-24 21:17:56 +00:00
common@316e406cd2 added configure check for POPT_TABLEEND 2002-07-10 10:42:04 +00:00
components
debian 0.3.4-1 packaging info 2002-04-15 09:32:43 +00:00
docs Documentation updates 2002-07-24 19:46:42 +00:00
examples - Added a little testapp for pad disable using two bins in a pipeline 2002-07-24 21:16:46 +00:00
gst Don't try to pull on disabled pads in the scheduler 2002-07-24 21:09:46 +00:00
include
libs unref event instead of freeing it 2002-07-08 19:22:41 +00:00
plugins/elements - Implemented seekmasks, query types and formats in various plugins 2002-07-24 21:08:43 +00:00
scripts
tests - Added a little testapp for pad disable using two bins in a pipeline 2002-07-24 21:16:46 +00:00
testsuite for better or worse, make distcheck now passes again 2002-07-01 13:02:03 +00:00
tools - Make inspect show the event masks, formats and qupported query types. 2002-07-24 21:13:30 +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 registry handling changes read up on it in docs/random/thomasvs/registry if interested net effect should be transpare... 2002-04-12 09:53:00 +00:00
configure.ac Added example 2002-07-24 21:17:56 +00:00
COPYING
COPYING.LIB
DEVEL more registry fixes 2002-04-12 18:50:48 +00:00
DOCBUILDING
gstreamer-uninstalled.pc.in make the include location more visible 2002-06-17 01:53:36 +00:00
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 merge from BRANCH-RELEASE-0_4_0 2002-07-09 10:27:22 +00:00
idiottest.mak
INSTALL
LICENSE
ltmain.sh Totally rewritten registry handling. 2002-05-08 20:40:48 +00:00
Makefile.am merge from BRANCH-RELEASE-0_4_0 2002-07-09 10:27:22 +00:00
NEWS
README registry handling changes read up on it in docs/random/thomasvs/registry if interested net effect should be transpare... 2002-04-12 09:53:00 +00:00
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-07-24 21:14:32 +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.