GStreamer multimedia framework
Go to file
Alessandro Decina 8b02893346 plugin: check for _Py_NoneStruct instead of Py_None.
When checking if CPython is already loaded, don't check for Py_None which is a
macro but use _Py_NoneStruct which is a real symbol.
2010-08-25 11:08:15 +02:00
codegen codegen: Fix const GBoxed return wrapping. 2009-07-01 10:57:29 +02:00
common@ec60217bf9 Automatic update of common submodule 2010-08-13 17:25:05 +03:00
examples examples: add a simple Maemo 5 example 2009-10-15 14:15:37 +01:00
gst gst.Structure: raise TypeError when assigning None to a key 2010-08-06 23:18:02 +02:00
pkgconfig pkgconfig: Remove the includedir variables 2010-06-09 17:07:40 +02:00
plugin plugin: check for _Py_NoneStruct instead of Py_None. 2010-08-25 11:08:15 +02:00
testsuite gst.Structure: raise TypeError when assigning None to a key 2010-08-06 23:18:02 +02:00
win32 Fix symbol generation for win32. 2008-01-16 16:09:39 +00:00
.gitignore build: put build files into m4/ instead of common/m4/ 2010-05-28 10:34:56 +01:00
.gitmodules initial python bindings 2002-03-24 04:32:10 +00:00
acinclude.m4 Python plugin loader implementation. 2009-02-09 14:02:34 +01:00
AUTHORS distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
autogen.sh Bump automake requirements to 1.10 and autoconf to 2.60 2010-06-30 10:25:50 +02:00
ChangeLog Release 0.10.19 "Insert Casablanca quote here" 2010-07-15 21:01:35 +02:00
configure.ac configure: Check if the compiler supports ISO C89 or C99 and which parameters are required 2010-08-04 19:31:40 +02: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.doap Release 0.10.19 "Insert Casablanca quote here" 2010-07-15 21:01:35 +02:00
gst-python.spec.in Update spec file 2009-08-18 14:45:41 +01:00
gstlibtoolimporter.py Fix uninstalled usage with python 2.6. Fixes #576546 2009-04-11 16:22:06 +02:00
gstltihooks.py Fix uninstalled usage with python 2.6. Fixes #576546 2009-04-11 16:22:06 +02:00
gstoptionmodule.c Add a new module, gstoption which allows you to fetch the 2007-11-08 10:51:07 +00:00
INSTALL initial python bindings 2002-03-24 04:32:10 +00:00
Makefile.am build: put build files into m4/ instead of common/m4/ 2010-05-28 10:34:56 +01:00
NEWS Release 0.10.19 "Insert Casablanca quote here" 2010-07-15 21:01:35 +02:00
pygst.py.in pygst.py.in: Fix license (LGPL). 2009-04-04 10:05:50 +02:00
README distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
RELEASE Release 0.10.19 "Insert Casablanca quote here" 2010-07-15 21:01:35 +02: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.