summaryrefslogtreecommitdiff
path: root/gst/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2009-04-12registry: fix deadlock with recursive registry scanning.Edward Hervey1-10/+0
2009-04-11__init__: Postpone registry update during initialization. Fixes #576145Edward Hervey1-0/+11
2009-04-11Fix uninstalled usage with python 2.6. Fixes #576546Alessandro Decina1-12/+11
2008-12-09gst/__init__.py: Add gst.Fourcc.__eq__ and gst.Fourcc.__ne__.Alessandro Decina1-0/+10
2008-11-08gst/__init__.py: Fix on systems that don't have dlopen or don't support RTLD_...Alessandro Decina1-9/+15
2008-10-05gst/__init__.py: Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MI...Thiemo Seufer1-2/+7
2008-10-05gst/__init__.py: Import modules in the correct order, i.e. libxml2 beforeAlexander Wirt1-2/+2
2008-06-13Re-opens #530417Edward Hervey1-8/+0
2008-05-14gst/__init__.py: Make gst.Fraction simplify like the C counterpartJan Schmidt1-1/+27
2008-05-08New 'fancy' constructor for gst.Element, allows creating elements in a more p...Johan Dahlin1-0/+8
2008-05-08gst/: Fix broken indentationEdward Hervey1-30/+30
2007-06-14gst/__init__.py: Cleaner way of checking for existence of symbols in gst module.Edward Hervey1-2/+2
2007-06-12gst/__init__.py: Fix API cleanups that cause API breakage.Edward Hervey1-0/+16
2007-03-18gst/__init__.py: Implement multiplication, divison and float coercing for fra...Johan Dahlin1-12/+43
2007-03-02gst/__init__.py: Import libxml2 (if available) at import time with GLOBAL and...Edward Hervey1-1/+5
2007-03-01gst/__init__.py: Added __eq__ method to fractions so we can check if two frac...Edward Hervey1-0/+5
2006-09-23Fix #357310Thomas Vander Stichele1-9/+9
2006-05-27gst/__init__.py: Make gst-python work on OS without dl.soEdward Hervey1-5/+23
2006-04-05configure.ac (PYGST_MICRO_VERSION): Doc fix.Andy Wingo1-0/+2
2006-01-30Link against Gst Data protocol libraries.Edward Hervey1-7/+7
2005-11-22gst/: Added FractionRange typeEdward Hervey1-1/+12
2005-10-07gst/gstelement.override (_wrap_gst_element_get_state): Drop the python lock w...Andy Wingo1-1/+1
2005-10-05gst/__init__.py: only pygtk.require if pygtk wasn't imported yetThomas Vander Stichele1-3/+8
2005-10-05gst/__init__.py: don't import gobject revert ltihooks change from Johan - if ...Thomas Vander Stichele1-4/+1
2005-09-29Check if ltihooks is present before trying to delete itJohan Dahlin1-1/+3
2005-09-28gst/__init__.py: require pygtk 2.0 when importing gst it only works with 2.0,...Thomas Vander Stichele1-0/+2
2005-09-02fix distcheckThomas Vander Stichele1-1/+2
2005-09-01don't import ltihooks twiceThomas Vander Stichele1-2/+0
2005-08-31gst/__init__.py: del ltihooks properly; fixes loading of testhelper in testsuiteThomas Vander Stichele1-1/+16
2005-06-17Backport from 0.8 branch and added new .defs file from GStreamer 0.9Edward Hervey1-0/+36
2004-09-13gst/: fix headersThomas Vander Stichele1-1/+2
2004-07-15gst/__init__.py: Use DLFCN instead of dl to help python installations without...Johan Dahlin1-5/+6
2004-05-03gst/__init__.py: Remove pygtk import and import gobject directly. It's up the...Johan Dahlin1-2/+3
2004-03-31gst/ltihooks.py: New fileJohan Dahlin1-7/+5
2004-03-24gst/gstmodule.c (init_gst): Add constants for GST_*SECOND.Johan Dahlin1-4/+0
2004-03-17gst/gst.defs: Remove unused functions.Johan Dahlin1-1/+1
2004-03-04make gstreamer python work uninstalled againThomas Vander Stichele1-1/+0
2004-02-27gstreamer/: All over the place, more rename work (gstreamer -> gst)Johan Dahlin1-2/+1
2004-02-23gstreamer/gstreamer.py: Backwards compatibility moduleJohan Dahlin1-1/+1
2004-02-03gst/: Support GstPlay, bug fixes, updates.David I. Lehn1-0/+2
2003-01-02add threads_init() functionDavid I. Lehn1-0/+4
2002-12-17email addr updateDavid I. Lehn1-1/+1
2002-11-07add "import pygtk; pygtk.require('2.0')" to force the proper version of pygtkDavid I. Lehn1-0/+2
2002-04-15use proper dl module flagsDavid I. Lehn1-1/+2
2002-03-24add license headersDavid I. Lehn1-0/+22
2002-03-24add libtool uninstalled lib paths - yuckDavid I. Lehn1-0/+12
2002-03-24initial python bindingsDavid I. Lehn1-0/+1