GStreamer multimedia framework
Go to file
David I. Lehn a7f1d00e51 bump gstreamer version to 0.4.2, bump pygtk version to 1.99.13
Original commit message from CVS:
bump gstreamer version to 0.4.2, bump pygtk version to 1.99.13
2002-11-07 07:30:00 +00:00
common@1ca7d9a201 override gst_bin_iterate() to unblock threads since this call can cause exacution to re-enter the interpreter. 2002-11-07 07:09:19 +00:00
examples update to new api 2002-10-04 05:35:59 +00:00
gst override gst_bin_iterate() to unblock threads since this call can cause exacution to re-enter the interpreter. 2002-11-07 07:09:19 +00:00
gstreamer override gst_bin_iterate() to unblock threads since this call can cause exacution to re-enter the interpreter. 2002-11-07 07:09:19 +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 basic info 2002-10-04 05:35:05 +00:00
autogen.sh initial python bindings 2002-03-24 04:32:10 +00:00
ChangeLog add temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS() 2002-10-04 21:29:19 +00:00
configure.ac bump gstreamer version to 0.4.2, bump pygtk version to 1.99.13 2002-11-07 07:30:00 +00:00
COPYING Remove the literal "^L" strings. 2002-10-04 05:34:24 +00:00
gst-python.spec.in initial python bindings 2002-03-24 04:32:10 +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

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.