summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-28releasing 0.10.4RELEASE-0_10_4Thomas Vander Stichele4-14/+42
2006-04-19BPB(tm)Andy Wingo1-2/+0
2006-04-19gst/arg-types.py (GstCapsArg.write_const_param)Andy Wingo3-2/+19
2006-04-19examples/remuxer.py (GstPlayer.seek): Don't do accurate seeks, because the ou...Andy Wingo2-1/+6
2006-04-19examples/remuxer.py: Another code dump. I know it breaks the freeze but it's ...Andy Wingo2-14/+124
2006-04-13prereleasing gst-pythonThomas Vander Stichele1-1/+1
2006-04-10gst/gsttaglist.override: Return tag value if present more than once (instead ...Edward Hervey3-1/+7
2006-04-10codegen/argtypes.py: Update from upstream codegen for UInt argtype.Edward Hervey4-8/+233
2006-04-08testsuite/test-object.h: Fix broken GObject macrosStefan Kost2-1/+6
2006-04-07examples/remuxer.py: Code dump, work in progress...Andy Wingo2-18/+159
2006-04-07testsuite/test_ghostpad.py: more assertions to figure out an speed issue.Edward Hervey2-2/+7
2006-04-07gst/arg-types.py (GstCapsArg.beforenull): py_caps can be NULL if it is an opt...Andy Wingo3-2/+11
2006-04-07Makefile.am: make check-valgrind calls make valgrind in the testsuite directory.Edward Hervey4-1/+56
2006-04-07gst/gstelement.override (_wrap_gst_element_link): Allow errors parsing the op...Andy Wingo2-1/+9
2006-04-07gst/gst.defs (element_make_from_uri): Element name is optional and can be Non...Andy Wingo3-1/+6
2006-04-05testsuite/test_message.py: GstBus is flushing in NULL, so we need to set the ...Edward Hervey3-0/+9
2006-04-05configure.ac (PYGST_MICRO_VERSION): Doc fix.Andy Wingo5-3/+41
2006-04-05gst/gstpad.override (_wrap_gst_pad_set_blocked_async): PyObject_IsTrue, not P...Andy Wingo3-1/+6
2006-04-04gst/gst.defs: gst_element_post_message: Adding keep-refcount tag to the messa...Edward Hervey3-1/+7
2006-04-01fix makefileThomas Vander Stichele1-1/+1
2006-04-01configure.ac: use AS_VERSION and AS_NANOThomas Vander Stichele4-15/+30
2006-03-31examples/remuxer.py: Example GUI for a remuxer, unfinished -- dropping it her...Andy Wingo4-5/+539
2006-03-30configure.ac: Better empty string test fix for "Fixes to how we figure out wh...David I. Lehn3-1/+7
2006-03-24configure.ac: Fixes in how we figure out what API to ignoreEdward Hervey9-10/+237
2006-03-21Bump nano back to CVSJan Schmidt1-1/+1
2006-03-21configure.ac: releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soo...RELEASE-0_10_3Jan Schmidt4-7/+35
2006-03-21testsuite/: Another attempt at making the tests deterministic on the buildbotsJan Schmidt3-6/+11
2006-03-21configure.ac: pre-release 0.10.2.2Jan Schmidt2-1/+6
2006-03-20testsuite/test_ghostpad.py: Add while loop in teardown to wait for the pipeli...Jan Schmidt3-0/+10
2006-03-14configure.ac: Only require GStreamer core >= 0.10.2Edward Hervey8-4/+175
2006-03-14codegen/: New --extendpath option for codegenerator so we can add extra path ...Edward Hervey3-6/+31
2006-03-13gst/: Added base elements override file.Edward Hervey5-1/+304
2006-03-10gst/gst.override: Commited a bit too much :)Edward Hervey2-3/+5
2006-03-10gst/base.defs: typo fix for gst_type_find_helper()Edward Hervey3-11/+58
2006-03-10gst/: Added new API: gst_pipeline_[get|set]_auto_flush_bus() gst_uri_has_prot...Edward Hervey4-0/+34
2006-03-07gst/arg-types.py: Add ReturnType and Parameter for GstCaps.Edward Hervey2-2/+48
2006-03-07gst/base.defs: Update for new check_get_range virtual method in GstBaseSrcEdward Hervey2-0/+9
2006-03-06gst/: Don't leak PyObjects wrapping GValues when indexing into aMichael Smith3-4/+7
2006-03-02gst/pygstminiobject.h: Some crack distributions do weirdo stuff with PYGIL_AP...Edward Hervey2-0/+8
2006-02-28pygst.py.in: Fix a silly logic inversion typoJan Schmidt2-1/+6
2006-02-27pygst.py.in: use 'raise StandardError' instead of 'assert' so that compiled c...Edward Hervey2-6/+13
2006-02-22gst/gstmodule.c: gst.gst_version uses the result of gst_version() rather than...Edward Hervey3-3/+13
2006-02-20examples/vumeter.py: In fact it wasn't an application message, but an element...Edward Hervey2-1/+6
2006-02-20fix vumeter exampleZaheer Abbas Merali2-6/+8
2006-02-17gst/: Updated and properly wrapped new GstQuery formats API.Edward Hervey4-1/+123
2006-02-10gst/gst.defs (disable_sync_message_emission)Andy Wingo4-92/+127
2006-02-10examples/play.py (GstPlayer.query_position)Andy Wingo3-8/+32
2006-02-07gst/: Remove deprecated code dating back from 0.8 era.Edward Hervey3-33/+6
2006-02-06codegen/argtypes.py (UInt64Arg.write_param): Parse long arguments using Parse...Andy Wingo3-12/+12
2006-02-02gst/gst.override: (gst.TIME_ARGS) return "CLOCK_TIME_NONE" for invalid times ...Edward Hervey2-1/+10