mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
basic info
Original commit message from CVS: basic info
This commit is contained in:
parent
f4e6d51e6b
commit
439c9df2bf
2 changed files with 37 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -8,3 +8,4 @@ Much of the framework for gst-python stolen from gtk and gconf bindings by:
|
|||
James Henstridge <james@daa.com.au>
|
||||
Johan Dahlin <jdahlin@telia.com>
|
||||
Matt Wilson <msw@redhat.com>
|
||||
and many more...
|
||||
|
|
36
README
36
README
|
@ -0,0 +1,36 @@
|
|||
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.
|
Loading…
Reference in a new issue