- Jul 20, 2006
-
-
Edward Hervey authored
Original commit message from CVS: 0.10.5 "My Little Poney wants some Funk" release ----------------------------------------------------------------------
-
- Jul 19, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.4.2 pre-release
-
- Jul 18, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: * gst/Makefile.am: * gst/gst-0.10.10.ignore: * gst/gstversion.override.in: Add new ignore for 0.10.10 API additions * gst/gst.defs: Added definitions for new segtrap functions
-
- Jul 05, 2006
-
-
Edward Hervey authored
gst/gstmodule.c: Added gst.BUFFER_OFFSET_NONE for proper (guint64) -1 conversion between python and C. Original commit message from CVS: * gst/gstmodule.c: (init_gst): Added gst.BUFFER_OFFSET_NONE for proper (guint64) -1 conversion between python and C.
-
- Jul 03, 2006
-
-
Edward Hervey authored
gst/: Repeat 100 times : "I shouldn't commit patches without checking them thoroughly, especially if they come from s... Original commit message from CVS: * gst/gstelement.override: * gst/gstevent.override: * gst/gstmessage.override: * gst/gstquery.override: Repeat 100 times : "I shouldn't commit patches without checking them thoroughly, especially if they come from someone I trust". Fix the broken Py_BuildValue.
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: * configure.ac: * gst/Makefile.am: add gcov stuff
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/gstmodule.c: (init_gst): don't crash when error is NULL
-
Edward Hervey authored
Original commit message from CVS: * gst/gstmessage.override: State change is a list and not a tuple * gst/gstpad.override: query_position() got busted in previous commit.
-
Edward Hervey authored
Original commit message from CVS: reviewed by: Edward Hervey <edward@fluendo.com> * gst/gstelement.override: * gst/gstevent.override: * gst/gstmessage.override: * gst/gstpad.override: * gst/gstquery.override: Use Py_BuildValue to construct tuples. Use tuples for collection of different objects. See http://www.python.org/doc/faq/general/#why-are-there-separate-tuple-and-list-data-types * testsuite/test_event.py: [message|query|event].parse_* now return tuples and not list. Fixes #334548
-
- Jul 02, 2006
-
-
Edward Hervey authored
Original commit message from CVS: Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8 * codegen/argtypes.py: remove gstobject cruft from ObjectArg * configure.ac: Require glib >= 2.8.0 * gst/Makefile.am: * gst/pygstobject.c: * gst/pygstobject.h: Remove pygstobject.[ch] * gst/common.h: Don't include removed header file. * gst/gst.override: * gst/gstbin.override: * gst/gstbus.override: * gst/gstelement.override: * gst/gstelementfactory.override: * gst/gstmessage.override: * gst/gstobject.override: * gst/gstpad.override: * gst/interfaces.override: * gst/pygstiterator.c: (pygst_iterator_iter_next): Switch from using pygstobject* functions to using pygobject* functions. * gst/gstmodule.c: (sink_gstobject), (init_gst): Move GstObject sink function here and use standard gobject refcounting.
-
- Jun 22, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: (GST_LIBS): 0.10.7 ignore file is for 0.10.7 AND 0.10.8 (due to brown paperbag release).
-
- Jun 15, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * codegen/codegen.py: Always unblock threads when going to C. * gst/gst.defs: Revert unblock-threads noise.
-
- Jun 14, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gst-types.defs: Added fields for GstPadTemplate. * gst/gst.defs: Made gst_element_class_get_template_list a GstElement method. * gst/gstelement.override: Override for gst.Element.get_template_list() * gst/gstpad.override: Override getter for GstStaticPadTemplate.static_caps so that it uses the correct pointer.
-
- Jun 13, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * testsuite/gstpython.supp: Keeping suppresions
-
Edward Hervey authored
Original commit message from CVS: * testsuite/gstpython.supp: Tim might have fixed this suppression. Commenting it.
-
Edward Hervey authored
Original commit message from CVS: * testsuite/gstpython.supp: One more suppression added to bug #344761
-
Edward Hervey authored
Original commit message from CVS: * .cvsignore: Ignore more files
-
Edward Hervey authored
Original commit message from CVS: * testsuite/gstpython.supp: Added suppresion for leaks of bug #344761.
-
Edward Hervey authored
Original commit message from CVS: * .cvsignore: * testsuite/.cvsignore: Ignore log files.
-
Edward Hervey authored
Original commit message from CVS: * Makefile.am: (CLEANFILES): Cleanup pygst.pyc file.
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.defs: Add 'unblock-threads #t' for critical functions/methods.
-
- Jun 12, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * testsuite/Makefile.am: * testsuite/runtests.py: * testsuite/cleanup.py: Added cleanup file to initialize registry before running checks. Added G_DEBUG=gc-friendly to valgrinding Only test test_*.py files
-
- Jun 11, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * .cvsignore: more files to ignore
-
- Jun 09, 2006
-
-
Edward Hervey authored
pygst.py.in: Raise RequiredVersionError(ValueError, AssertionError) wherever applicable. This makes the new system (r... Original commit message from CVS: * pygst.py.in: Raise RequiredVersionError(ValueError, AssertionError) wherever applicable. This makes the new system (raising an error) compatible with the old system (assertions). Fixes #341114
-
Edward Hervey authored
Original commit message from CVS: * pygst.py.in: Don't import non-used modules * testsuite/Makefile.am: Heavy valgrinding por favor ! (%.valgrind): with always-malloc for GSlice
-
Edward Hervey authored
Original commit message from CVS: * pygst.py.in: Don't import non-used modules * testsuite/Makefile.am: Heavy valgrinding por favor !
-
Edward Hervey authored
Original commit message from CVS: * codegen/Makefile.am: * codegen/argtypes.py: * codegen/codegen.py: * codegen/definitions.py: * codegen/defsconvert.py: * codegen/defsparser.py: * codegen/docextract.py: * codegen/docextract_to_xml.py: * codegen/docgen.py: * codegen/h2def.py: * codegen/mergedefs.py: * codegen/missingdefs.py: * codegen/mkskel.py: * codegen/override.py: * codegen/reversewrapper.py: Updated codegenerator to current pygtk one. * gst/gst.defs: * gst/gst.override: * gst/gstpad.override: Update defs for new constructor definition. * testsuite/test_bin.py: With new constructors, pygobject will try to convert the argument to the proper GType (here a string).
-
Edward Hervey authored
Original commit message from CVS: * gst/base.defs: * gst/gst-0.10.7.ignore: * gst/gst-types.defs: * gst/gst.defs: * gst/gstbase.override: * gst/libs.defs: Update for API additions. * gst/gstmodule.c: (init_gst): Added new GST_TAG_IMAGE and GST_TAG_PREVIEW_IMAGE
-
- May 27, 2006
-
-
Edward Hervey authored
Original commit message from CVS: reviewed by: Edward Hervey <edward@fluendo.com> * gst/__init__.py: Make gst-python work on OS without dl.so Fixes #341799
-
Edward Hervey authored
Original commit message from CVS: reviewed by: Edward Hervey <edward@fluendo.com> * examples/filesrc.py: Port to 0.10.
-
Edward Hervey authored
Original commit message from CVS: * examples/audio-controller.py: Make it work with 0.10, still had cruft from 0.9
-
- May 19, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: * gst/Makefile.am: * gst/gst-0.10.7.ignore: * gst/gstversion.override.in: Added ignore file for core 0.10.7 * gst/base.defs: Added gst_adapter_take_buffer * gst/gst-0.10.6.ignore: Filed API addition for 0.10.6 * gst/gst-types.defs: Added GstTypeFind pointer definition * gst/gst.defs: * gst/gst.override: Added fake function gst_type_find_new() to create a GstTypeFind that can be used in all typefinding function. GstTypeFind * gst_type_find_new(data, peekfunction, suggestfunction [, getlenghtfunction])
-
- May 09, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: * gst/Makefile.am: * gst/gst-0.10.6.ignore: * gst/gst.defs: * gst/gstversion.override.in: Update for API changes. Added ignore files for core 0.10.6 API additions.
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: Reverting previous patches for conditional ignore. It can't be done from within override files. The only one left is the python gst_debug_log function which will do nothing #ifdef GST_DISABLE_GST_DEBUG. Also removed the conditional ignore for API changes since it didn't have any effect either.
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: Better conditional ignore for types and methods.
-
Edward Hervey authored
Original commit message from CVS: * codegen/codegen.py: * codegen/override.py: Added code to ignore type and the function/methods/classes that use them. * gst/gst.override: ignore methods/classes/types depending on how GStreamer core was built: _ GST_DISABLE_GST_DEBUG _ GST_DISABLE_LOADSAVE _ GST_DISABLE_PARSE
-
Edward Hervey authored
Original commit message from CVS: * testsuite/python.supp: Added suppressions for FC5 64 bit
-
- May 08, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * autogen.sh: (CONFIGURE_DEF_OPT): libtoolize on Darwin/MacOSX is called glibtoolize
-
- May 05, 2006
-
-
Andy Wingo Wingo authored
Original commit message from CVS: smaller title
-
Andy Wingo Wingo authored
examples/remuxer.py (PlayerWindow.update_scale_cb): Fix a race condition getting the initial cutin time via inserting... Original commit message from CVS: 2006-05-05 Andy Wingo <wingo@pobox.com> * examples/remuxer.py (PlayerWindow.update_scale_cb): Fix a race condition getting the initial cutin time via inserting whitespace. (all over): UI fixes to make Mike happy.
-