GStreamer multimedia framework
Find a file
Thomas Vander Stichele 7a17f8aae8 fix a compile warning
Original commit message from CVS:
fix a compile warning
2003-05-06 21:47:28 +00:00
common@ed429334bb fix a compile warning 2003-05-06 21:47:28 +00:00
examples add bps, rename oggplay->vorbisplay 2003-02-06 21:51:32 +00:00
gst fix a compile warning 2003-05-06 21:47:28 +00:00
gstreamer fix a compile warning 2003-05-06 21:47:28 +00:00
.gitignore initial python bindings 2002-03-24 04:32:10 +00:00
.gitmodules initial python bindings 2002-03-24 04:32:10 +00:00
acinclude.m4 initial python bindings 2002-03-24 04:32:10 +00:00
AUTHORS email addr update 2002-12-17 17:40:42 +00:00
autogen.sh email addr update 2002-12-17 17:40:42 +00:00
ChangeLog add TODO list 2003-02-10 18:12:44 +00:00
configure.ac require GStreamer core 0.6.0 2003-02-05 15:50:56 +00:00
COPYING Remove the literal "^L" strings. 2002-10-04 05:34:24 +00:00
gst-python.spec.in email addr update 2002-12-17 17:40:42 +00:00
INSTALL initial python bindings 2002-03-24 04:32:10 +00:00
Makefile.am initial python bindings 2002-03-24 04:32:10 +00:00
NEWS initial python bindings 2002-03-24 04:32:10 +00:00
README basic info 2002-10-04 05:35:05 +00:00
TODO add TODO list 2003-02-10 18:12:44 +00:00

gst-python
==========

This is gst-python, the Python[1] bindings for the GStreamer[2] project.

For further help ask on a GStreamer mailing list or IRC.

[1] http://www.python.org/
[2] http://www.gstreamer.net/


build/install
-------------

For build and install information please refer to the "INSTALL" file.
Installation is optional, gst-python can be used from the build directory.


using
-----

You either need to install the package or add the root directory to your
Python path.

 $ export PYTHONPATH=$PYTHONPATH:`pwd`

Try running an example:

 $ cd examples/gstreamer/
 $ python cp.py <input file> <output file>


documentation
-------------

The examples are the best documentation for now.  Read them.