summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-18gst: Update to latest 0.10.31 core/base APIHEADmasterEdward Hervey10-1/+925
warning : Fails due to issue with using miniobjects from external modules.
2010-10-14Automatic update of common submoduleDavid Schleef1-0/+0
From 5a668bf to 7bbd708
2010-10-08Automatic update of common submoduleDavid Schleef1-0/+0
From c4a8adc to 5a668bf
2010-10-08Automatic update of common submoduleSebastian Dröge1-0/+0
From 5e3c9bf to c4a8adc
2010-09-21Automatic update of common submoduleEdward Hervey1-0/+0
From aa0d1d0 to 5e3c9bf
2010-09-07examples: add an example to show looping using segmentsАртём Попов1-0/+198
Fixes #339772.
2010-09-07Automatic update of common submoduleTim-Philipp Müller1-0/+0
From c2e10bf to aa0d1d0
2010-09-05Automatic update of common submoduleDavid Schleef1-0/+0
From d3d9acf to c2e10bf
2010-09-05Automatic update of common submoduleSebastian Dröge1-0/+0
From ec60217 to d3d9acf
2010-08-30acinclude.m4: also look in ${py_prefix}/lib for libpythonX.Y.so.Alessandro Decina1-1/+6
Fixes loading the python plugin loader in gentoo.
2010-08-30plugin: fix spurious exceptions in pygst_require. Fixes #624592.Leo Singer1-0/+3
2010-08-30plugin: refresh the plugin registry when plugins change.Leo Singer1-1/+3
2010-08-27plugin: call pygtk.require("2.0") before importing pygobject. Fixes #623105.Alessandro Decina1-1/+16
Based on a patch from Leo Singer.
2010-08-27gst: add bindings for more gst.util_uint64_scale_*Leo Singer1-0/+40
2010-08-27plugin: remove an unneeded PyType_Check call. Makes it work on centos for real.Alessandro Decina1-2/+1
2010-08-26plugin: declare _PyGstElement_Type as void*.Alessandro Decina1-5/+3
Declaring _PyGstElement_Type as PyTypeObject makes the loader on centos fail because of a missing symbol.
2010-08-26Make the plugin loader work on OSX with the standard python install.Alessandro Decina3-3/+27
2010-08-26Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-pythonAlessandro Decina1-24/+36
2010-08-26plugin: don't link to libpythonAlessandro Decina1-1/+1
2010-08-26acinclude.m4: use a better way to find the correct PYTHON_LIB_LOC.Alessandro Decina1-2/+9
2010-08-26plugin: refactor the initialization code.Alessandro Decina1-24/+36
Remove references to global python objects from the initialization code. This makes it possible to avoid linking to libpython.
2010-08-25plugin: fix the manual loading of libpythonX.Y.so.Alessandro Decina2-3/+10
2010-08-25plugin: check for _Py_NoneStruct instead of Py_None.Alessandro Decina1-1/+1
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-13Automatic update of common submoduleStefan Kost1-0/+0
From 3e8db1d to ec60217
2010-08-10Automatic update of common submoduleTim-Philipp Müller1-0/+0
From bd2054b to 3e8db1d
2010-08-06gst.Structure: raise TypeError when assigning None to a keyAlessandro Decina3-1/+19
2010-08-05Automatic update of common submoduleStefan Kost1-0/+0
From a519571 to bd2054b
2010-08-04configure: Check if the compiler supports ISO C89 or C99 and which ↵Sebastian Dröge1-0/+1
parameters are required This first checks what is required for ISO C99 support and sets the relevant compiler parameters and if no C99 compiler is found, it checks for a C89 compiler. This enables us to check for and use C89/C99 functions that gcc hides from us without the correct compiler parameters.
2010-07-26test_fraction: add a test for gobject property marshalling.Alessandro Decina1-2/+25
2010-07-26gst: implement getters and setters for GST_TYPE_FRACTION properties. Fixes ↵Alessandro Decina1-0/+48
#624882.
2010-07-16Back to development.Edward Hervey1-1/+1
2010-07-15Release 0.10.19 "Insert Casablanca quote here"Edward Hervey5-12/+376
2010-07-14gst.GhostPad: allow set_target(None) to unset the target. Fixes #590735.Alessandro Decina2-1/+14
2010-07-07configure.ac: 0.10.18.4 pre-releaseEdward Hervey1-1/+1
2010-07-07gst: Add GST_TAG_IMAGE_ORIENTATIONEdward Hervey1-0/+2
2010-07-07base: Add new GstBaseSink methodsEdward Hervey2-0/+17
2010-06-30configure.ac: 0.10.18.3 pre-releaseEdward Hervey1-1/+1
2010-06-30Bump automake requirements to 1.10 and autoconf to 2.60Edward Hervey2-7/+6
2010-06-270.10.18.2 pre-releaseEdward Hervey1-1/+1
2010-06-27Add gst-plugins-base 0.10.29/0.10.30 API additionsEdward Hervey8-0/+116
2010-06-27Add new core library API from 0.10.30Edward Hervey2-0/+14
2010-06-27Add new core 0.10.29 and 0.10.30 API definitionsEdward Hervey7-2/+186
2010-06-24Automatic update of common submoduleStefan Kost1-0/+0
From 35617c2 to a519571
2010-06-15Automatic update of common submoduleEdward Hervey1-0/+0
From 9339ccc to 35617c2
2010-06-15Automatic update of common submoduleStefan Kost1-0/+0
From 5adb1ca to 9339ccc
2010-06-15Automatic update of common submoduleStefan Kost1-0/+0
From 57c89b7 to 5adb1ca
2010-06-15Automatic update of common submoduleStefan Kost1-0/+0
From c804988 to 57c89b7
2010-06-14configure: Use GLIB_EXTRA_CFLAGSSebastian Dröge1-0/+1
2010-06-14Automatic update of common submoduleSebastian Dröge1-0/+0
From 7a0fdf5 to c804988
2010-06-14Automatic update of common submoduleSebastian Dröge1-0/+0
From 6da3bab to 7a0fdf5