GStreamer multimedia framework
Find a file
Thomas Vander Stichele 2a4712c20f more updates
Original commit message from CVS:
more updates
2002-03-10 12:51:37 +00:00
common@de68be0c16 no good reason to require glib 1.3.15 so back to 1.3.12 put version checking for glib and libxml in configure.ac subs... 2002-03-05 12:31:13 +00:00
components changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk various other fixes 2002-02-10 17:09:53 +00:00
debian
docs more updates 2002-03-10 12:51:37 +00:00
examples add two apis: gst_element_connect_elements_many (elem1, elem2, ...) 2002-02-21 14:44:27 +00:00
gst fix bug when requesting pads by name 2002-03-06 16:14:34 +00:00
include
libs warning: 'current_diff' might be used uninitialized in this function 2002-03-06 19:58:19 +00:00
plugins/elements document gst_caps_debug change gst_caps_debug to accept a label argument, assists greatly in debugging capsnego bette... 2002-03-03 00:44:41 +00:00
scripts
tests reflect new dparams api 2002-03-04 18:55:17 +00:00
testsuite reflect new dparams api 2002-03-04 18:55:17 +00:00
tools updated popt stuff: 2002-02-24 17:08:07 +00:00
.gitignore
.gitmodules
ABOUT-NLS
acconfig.h
AUTHORS
autogen.sh Good luck with this one ;) converted to using getopt dropped autogen- prefix from autogen options since options for c... 2002-03-02 12:01:32 +00:00
ChangeLog applied some of meeks's patches 2002-03-02 10:33:40 +00:00
configure.ac 1st prerelease 2002-03-05 22:03:00 +00:00
COPYING
COPYING.LIB
DOCBUILDING Added my DOCBUILDING document 2002-03-02 18:59:03 +00:00
gstreamer-uninstalled.pc.in add 'toolsdir' to the pc files add our first plugin test, which involves simply running gst-compprep, which in the co... 2002-02-16 17:53:58 +00:00
gstreamer.pc.in add 'toolsdir' to the pc files add our first plugin test, which involves simply running gst-compprep, which in the co... 2002-02-16 17:53:58 +00:00
gstreamer.spec.in wtay is ignoring me in #gstreamer so I am adding this debug enablement to make sure we get enough debug info for fixi... 2002-03-07 21:18:42 +00:00
idiottest.mak
INSTALL
LICENSE
LICENSE_readme
ltmain.sh
Makefile.am revert part of wingo's patch wingo, I'm not doing this to piss you off ;) but with your change we get the reverse iss... 2002-02-12 22:28:25 +00:00
NEWS
README
RELEASE
REQUIREMENTS
stamp.h.in
TODO

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.