Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
add a torture target
|
|
Original commit message from CVS:
release time
|
|
Original commit message from CVS:
add empty check-valgrind target
|
|
Original commit message from CVS:
are you looking at me
|
|
Original commit message from CVS:
this should be the final nail
|
|
Original commit message from CVS:
fix a small bug in the pygst.py install rule; add an uninstall rule
|
|
Original commit message from CVS:
fix distcheck even harder
|
|
Original commit message from CVS:
fix distcheck
|
|
Original commit message from CVS:
* README-docs:
* configure.ac:
* Makefile.am:
Remove old documentation system
* gst/gst.defs:
* gst/gst-types.defs:
Updating defs files
* gst/gst.override:
Wrapped gst_flow_get_name() for const-gchar *
* gst/gstelement.override:
I really should test everything on 32 AND 64 bits systems...
* gst/gstevent.override:
Updated gst_event_new_seek() wrapper
Added gst_event_get_structure() wrapper
* gst/gstmodule.c:
Changed definition of gst.CLOCK_TIME_NONE to wrap GST_CLOCK_TIME_NONE
* testsuite/testhelpermodule.c:
gst_event_new --> gst_event_new_custom
|
|
Original commit message from CVS:
* Makefile.am: (install-data-local):
PYGSTDIR typo fix
* examples/bps.py:
* examples/f2f.py:
* examples/gstfile.py:
Updated some examples to 0.9
|
|
Original commit message from CVS:
2005-07-12 Andy Wingo <wingo@pobox.com>
* configure.ac (AC_CONFIG_FILES): The makefile handles pygst.py
now.
* Makefile.am (install-data-local): Actually install pygst.pth to
the pythondir, not pyexecdir. Also install a properly sedded
pygst.py.
(pygst.py): Sed the builddir into pygst.py, and set not writable
(to avoid any confusion about which file to edit).
* pygst.py.in (_pygst_dir): Set _pygst_dir from one variable,
@PYGSTDIR@, which is manually sedded in from the Makefile, so that
it works both installed and uninstalled.
|
|
Original commit message from CVS:
* Makefile.am:
* configure.ac:
* gst/Makefile.am:
* pygst.py.in:
Modifications to have parallel-installable gst-python
Works more or less in the same way as pygtk:
import pygst
pygst.require('0.9')
import gst
|
|
Original commit message from CVS:
Backport from 0.8 branch and added new .defs file from GStreamer 0.9
|
|
Original commit message from CVS:
Add examples
|
|
Original commit message from CVS:
more build fixes
|
|
Original commit message from CVS:
releasing
|
|
Original commit message from CVS:
release
|
|
Original commit message from CVS:
* Makefile.am (EXTRA_DIST): Add codegen/* Can't believe distcheck passed
|
|
Original commit message from CVS:
* examples/gst/wavenc.py: New example
* Makefile.am (EXTRA_DIST): Add wavenc.py
|
|
Original commit message from CVS:
* Makefile.am (DIST_SUBDIRS): Remove PLAYDIR
|
|
Original commit message from CVS:
* gst/Makefile.am: Move the gstplay bindings over here
* Makefile.am, configure.ac: Remove examples/ and put them in
EXTRA_DIST here
|
|
Original commit message from CVS:
* gst/*: Move interfaces over here, make it build, remove gstreamer.py
|
|
Original commit message from CVS:
* Makefile.am (PLAYDIR): Disable for now
* configure.ac: Build against 0.8
|
|
Original commit message from CVS:
make gstreamer python work uninstalled again
|
|
Original commit message from CVS:
* gstreamer/: All over the place, more rename work (gstreamer -> gst)
|
|
Original commit message from CVS:
* gstinterfaces/.cvsignore:
* gstinterfaces/0.7.defs:
* gstinterfaces/Makefile.am:
* gstinterfaces/common.defs:
* gstinterfaces/common.override:
* gstinterfaces/gstinterfacesmodule.c: (init_gstinterfaces):
* gstplay/.cvsignore:
* gstplay/0.7.c:
* gstplay/0.7.defs:
* gstplay/0.7.h:
* gstplay/0.7.override:
* gstplay/Makefile.am:
* gstplay/__init__.py:
* gstplay/arg-types.py:
* gstplay/common.c:
* gstplay/common.h:
* gstplay/common.override:
* gstplay/gstplaymodule.c: (init_gstplay):
* gstreamer/Makefile.am:
* gstreamer/__init__.py:
* gstreamer/common.override:
Support GstPlay, bug fixes, updates.
* examples/gstplay/player.py:
GstPlay example.
* Makefile.am:
Support GstPlay build.
* configure.ac:
Support GstPlay build, remove AC_SUBST() calls that
PKG_CHECK_MODULES does automagically.
|
|
Original commit message from CVS:
* Makefile.am: add gstinterfaces dir
* configure.ac: get interfaces include dirs
* gstreamer/.cvsignore: add .py[co]
* gstreamer/0.6.defs:
* gstreamer/0.6.override:
* gstreamer/0.7.defs:
* gstreamer/0.7.override:
* gstreamer/common.defs:
* gstreamer/common.override: rearrange code for both 0.6 and 0.7
support
* gstreamer/Makefile.am: add -fno-strict-aliasing due to python
issues
* gstinterfaces/.cvsignore:
* gstinterfaces/0.7.c:
* gstinterfaces/0.7.defs:
* gstinterfaces/0.7.h:
* gstinterfaces/0.7.override:
* gstinterfaces/Makefile.am:
* gstinterfaces/__init__.py:
* gstinterfaces/arg-types.py:
* gstinterfaces/common.c:
* gstinterfaces/common.defs:
* gstinterfaces/common.h:
* gstinterfaces/common.override:
* gstinterfaces/gstinterfacesmodule.c: messy start of interfaces
handling
|
|
Original commit message from CVS:
add Element () constructor
add testsuite
|
|
Original commit message from CVS:
distcheck and final release prep fixes
|
|
Original commit message from CVS:
info on where doc sources are located
|
|
Original commit message from CVS:
conditionally build docs
|
|
Original commit message from CVS:
docutils based docs (more fixups)
|
|
Original commit message from CVS:
add pkgconfig support
|
|
and work, yay !
Original commit message from CVS:
update to conform more to other modules
fix spec file, the bindings build and work, yay !
|
|
Original commit message from CVS:
initial python bindings
|