summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-27Add win32 requirements.Edward Hervey6-1/+101
2007-07-27gst/gst.defs: Make .get_uri_type() methods return a GstURIType enum instead o...Edward Hervey2-2/+10
2007-07-27gst/extend/discoverer.py: New parameter to the discoverer to change the defau...Edward Hervey2-9/+28
2007-07-27examples/gst-discover: Show duration of audio/video streams.Edward Hervey2-6/+16
2007-07-20gst/gst-disable-loadsave.ignore: Override more when having now xml.Stefan Kost3-0/+14
2007-07-09gst/gstelement.override: Override the proxy method for GstElement::request_ne...Edward Hervey2-0/+96
2007-07-09gst/gstevent.override: Copy the GstStructure given as argument to gst_event_n...Zaheer Abbas Merali2-0/+64
2007-07-05gst/: Handle 'gchar**' (GStrv) arguments in a uniform way.Rene Stadler5-27/+33
2007-06-27gst/gstbuffer.override: whoapadoooo wabada bada ...Edward Hervey3-1/+8
2007-06-16gst/extend/: Fixes for thread-safety, changes in behaviour with gst.Pad and c...Edward Hervey3-12/+22
2007-06-14gst/__init__.py: Cleaner way of checking for existence of symbols in gst module.Edward Hervey2-2/+7
2007-06-14examples/sinkelement-registry.py: A quick modification of the sinkelement.py ...Jan Schmidt2-0/+76
2007-06-12gst/__init__.py: Fix API cleanups that cause API breakage.Edward Hervey2-0/+22
2007-06-11gst/gstpad.override: Wrap gst_pad_set_blocked_async in pyg thread unlock/lock.Jan Schmidt3-0/+7
2007-06-08gst/extend/discoverer.py: Better support for demuxers that don't create all p...Michael Smith2-7/+33
2007-06-08gst/gst-0.10.12.ignore: Add more API additions that weren't explicit in the r...Edward Hervey3-1/+33
2007-06-08Updating ignores for API additionsEdward Hervey16-82/+484
2007-05-23Example of how to properly ignore methods that aren't available if some featu...Edward Hervey6-2/+21
2007-04-23configure.ac: Add example for the new AG_GST_PARSE_SUBSYSTEM_DISABLE macro.Stefan Kost3-2/+16
2007-04-19gst/gstbin.override: Release the GIL in GstBin overrides.Edward Hervey3-2/+16
2007-04-13gst/gstelement.override: Release the python lock when performing GStreamer ca...Jan Schmidt2-8/+52
2007-04-11gst/gstbase.override: Unroll the GIL state in an error case where it was miss...Jan Schmidt2-0/+6
2007-04-11gst/gstpad.override: Release the GIL lock while executing queries in GStreamer.Jan Schmidt2-0/+7
2007-04-10Implement pad query proxying so that python elements can answer pad queries. ...Jan Schmidt4-0/+161
2007-04-10examples/pyidentity.py: Add a simple example that implements an identity-like...Jan Schmidt4-0/+77
2007-04-04codegen/codegen.py: Also ignore pointers and boxed if they're in ignore-type.Edward Hervey3-0/+13
2007-04-04Changelog surgery: Attribute the previous release to Monsieur HerveyJan Schmidt1-1/+1
2007-04-04gst/: Fix the build for x86_64 when compiling against Python 2.5.Jan Schmidt8-48/+84
2007-03-25gst/interfaces.defs: GstTunerChannel and GstTunerNorm are not GstObjects, onl...Tim-Philipp Müller3-2/+7
2007-03-19gst/: Make it compilable on Python 2.4 and Python 2.5Johan Dahlin3-5/+17
2007-03-18gst/__init__.py: Implement multiplication, divison and float coercing for fra...Johan Dahlin3-13/+131
2007-03-17Implement sq_contains and add tests for gst.TagList.Johan Dahlin5-0/+75
2007-03-02gst/__init__.py: Import libxml2 (if available) at import time with GLOBAL and...Edward Hervey2-1/+11
2007-03-01gst/__init__.py: Added __eq__ method to fractions so we can check if two frac...Edward Hervey5-5/+50
2007-03-01gst/interfacesmodule.c: initialize pygobject in the gst.interfaces modules. T...Edward Hervey2-0/+11
2007-02-28trigger rebuildThomas Vander Stichele2-3/+5
2007-02-27gst/base.defs: Limitations in the code generator mean that we can't handle Pu...Michael Smith2-18/+26
2007-02-25gst/pygstvalue.c: Make buffers-in-gvalues more generic: handle all miniobjectsMichael Smith3-9/+16
2007-02-24testsuite/test_caps.py: Add test for gst.Buffer in caps.Michael Smith2-1/+17
2007-02-22gst/pygstvalue.c: Implement gst.Buffer support in GValues (e.g. for caps cont...Michael Smith2-1/+18
2007-02-16Makefile.am: Add ACLOCAL_AMFLAGSDavid Schleef3-0/+6
2007-02-04testsuite/common.py: A private variable of unittest.TestCase changed name in ...Edward Hervey2-4/+20
2007-02-04gst/gstpad.override: Allow removing the negotiated pads of a cap by setting t...Edward Hervey3-4/+24
2007-02-04gst/interfaces.override: Gracefully handle the case where gst_property_probe_...Edward Hervey2-7/+15
2007-02-04Fully implement GstPropertyProbe interface, with unit test.Edward Hervey4-3/+113
2007-01-31configure.ac: Back to development cycle.Edward Hervey2-1/+6
2007-01-31Releasing 0.10.7Edward Hervey4-28/+26
2007-01-29codegen/codegen.py: Don't register interface if it is ignoredEdward Hervey5-1/+26
2007-01-29ChangeLog surgery : Indicate which bug last ocmmit fixed.Edward Hervey1-0/+1
2007-01-29configure.ac: Check for availability of video-orientation interfaceEdward Hervey4-2/+22