GStreamer multimedia framework
Find a file
Edward Hervey 1c5a18e82c Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8
Original commit message from CVS:
Removal of all glib < 2.8 cruft since GStreamer core now requires
glib >= 2.8
* codegen/argtypes.py:
remove gstobject cruft from ObjectArg
* configure.ac:
Require glib >= 2.8.0
* gst/Makefile.am:
* gst/pygstobject.c:
* gst/pygstobject.h:
Remove pygstobject.[ch]
* gst/common.h:
Don't include removed header file.
* gst/gst.override:
* gst/gstbin.override:
* gst/gstbus.override:
* gst/gstelement.override:
* gst/gstelementfactory.override:
* gst/gstmessage.override:
* gst/gstobject.override:
* gst/gstpad.override:
* gst/interfaces.override:
* gst/pygstiterator.c: (pygst_iterator_iter_next):
Switch from using pygstobject* functions to using pygobject* functions.
* gst/gstmodule.c: (sink_gstobject), (init_gst):
Move GstObject sink function here and use standard gobject refcounting.
2006-07-02 15:25:04 +00:00
codegen Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +00:00
common@9eb7943282 Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +00:00
examples examples/filesrc.py: Port to 0.10. 2006-05-27 12:13:46 +00:00
gst Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +00:00
pkgconfig pkgconfig/gst-python-uninstalled.pc.in: set pyexecdir for uninstalled as well 2004-11-11 16:23:58 +00:00
testsuite testsuite/gstpython.supp: Keeping suppresions 2006-06-13 17:43:40 +00:00
.gitignore .cvsignore: Ignore more files 2006-06-13 13:45:33 +00:00
.gitmodules initial python bindings 2002-03-24 04:32:10 +00:00
acinclude.m4 fix underquotedness 2004-02-11 17:38:15 +00:00
AUTHORS distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
autogen.sh autogen.sh: libtoolize on Darwin/MacOSX is called glibtoolize 2006-05-08 11:59:56 +00:00
ChangeLog Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +00:00
configure.ac Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 2006-07-02 15:25:04 +00:00
COPYING Remove the literal "^L" strings. 2002-10-04 05:34:24 +00:00
env gst/: Update for core changes. 2005-09-02 16:21:45 +00:00
gst-python.spec.in update spec file 2006-01-25 11:23:20 +00:00
INSTALL initial python bindings 2002-03-24 04:32:10 +00:00
ltihooks.py Backport from 0.8 branch and added new .defs file from GStreamer 0.9 2005-06-17 10:59:47 +00:00
Makefile.am Makefile.am: Cleanup pygst.pyc file. 2006-06-13 10:59:44 +00:00
NEWS releasing 0.10.4 2006-04-28 14:06:21 +00:00
pygst.py.in pygst.py.in: Raise RequiredVersionError(ValueError, AssertionError) wherever applicable. This makes the new system (r... 2006-06-09 17:21:40 +00:00
README distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
RELEASE releasing 0.10.4 2006-04-28 14:06:21 +00:00
TODO configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00

This file will be autogenerated.  Please read README-docs.