summaryrefslogtreecommitdiff
path: root/gst/interfacesmodule.c
AgeCommit message (Collapse)AuthorFilesLines
2007-03-01gst/interfacesmodule.c: initialize pygobject in the gst.interfaces modules. ↵Edward Hervey1-0/+2
The absence of it causes segfaults on Sol... Original commit message from CVS: reviewed by: Edward Hervey <edward@fluendo.com> * gst/interfacesmodule.c: (initinterfaces): initialize pygobject in the gst.interfaces modules. The absence of it causes segfaults on Solaris and MIPS machines. Fixes #343980
2004-03-17testsuite/Makefile.am (check-local): distcheck fixesJohan Dahlin1-1/+2
Original commit message from CVS: * testsuite/Makefile.am (check-local): distcheck fixes * testsuite/common.py: Put in a couple of hacks to make distcheck pass make check * testsuite/interface.py: New test
2004-03-15gst/*: Move interfaces over here, make it build, remove gstreamer.pyJohan Dahlin1-0/+50
Original commit message from CVS: * gst/*: Move interfaces over here, make it build, remove gstreamer.py