- Apr 28, 2006
-
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.10.4
-
- Apr 19, 2006
-
-
Andy Wingo Wingo authored
Original commit message from CVS: BPB(tm)
-
Andy Wingo Wingo authored
Original commit message from CVS: 2006-04-19 Andy Wingo <wingo@pobox.com> * gst/arg-types.py (GstCapsArg.write_const_param) (GstCapsArg.write_param): If there is a default value, initialize the py_caps variable to NULL. PyArgs_Parse* doesn't touch c variables if the optional arg isn't there. Fixes #339010.
-
Andy Wingo Wingo authored
examples/remuxer.py (GstPlayer.seek): Don't do accurate seeks, because the output won't be readable without a keyfram... Original commit message from CVS: 2006-04-19 Andy Wingo <wingo@pobox.com> * examples/remuxer.py (GstPlayer.seek): Don't do accurate seeks, because the output won't be readable without a keyframe anyway.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2006-04-19 Andy Wingo <wingo@pobox.com> * examples/remuxer.py: Another code dump. I know it breaks the freeze but it's just a wee example :)
-
- Apr 13, 2006
-
-
Thomas Vander Stichele authored
Original commit message from CVS: prereleasing gst-python
-
- Apr 10, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gsttaglist.override: (tag_foreach_func_list): Return tag value if present more than once (instead of exactly once). Fixes #337876
-
Edward Hervey authored
Original commit message from CVS: * codegen/argtypes.py: Update from upstream codegen for UInt argtype. * gst/gst-types.defs: Added GstIndexEntry boxed type. * gst/gstbase.override: Wrapped gst.BaseSrc::get_times() and gst.PushSrc::create() virtual methods. gst.BaseSrc and gst.PushSrc virtual methods are now completely wrapped.
-
- Apr 08, 2006
-
-
Stefan Kost authored
Original commit message from CVS: * testsuite/test-object.h: Fix broken GObject macros
-
- Apr 07, 2006
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2006-04-07 Andy Wingo <wingo@pobox.com> * examples/remuxer.py: Code dump, work in progress...
-
Edward Hervey authored
Original commit message from CVS: * testsuite/test_ghostpad.py: more assertions to figure out an speed issue.
-
Andy Wingo Wingo authored
gst/arg-types.py (GstCapsArg.beforenull): py_caps can be NULL if it is an optional argument. Translate this python no... Original commit message from CVS: 2006-04-07 Andy Wingo <wingo@pobox.com> * gst/arg-types.py (GstCapsArg.beforenull): py_caps can be NULL if it is an optional argument. Translate this python non-value to the C NULL. * gst/gst.defs (get_compatible_pad): Filter caps is optional and can be None. It defaults to None.
-
Edward Hervey authored
Original commit message from CVS: * Makefile.am: make check-valgrind calls make valgrind in the testsuite directory. * testsuite/Makefile.am: prepend $(top_srcdir) to PYTHONPATH for all tests so it uses the built library and not the installed one. * testsuite/python.supp: Added suppressions discovered on x86/gentoo.
-
Andy Wingo Wingo authored
gst/gstelement.override (_wrap_gst_element_link): Allow errors parsing the optional filter caps to propagate up. Original commit message from CVS: 2006-04-07 Andy Wingo <wingo@pobox.com> * gst/gstelement.override (_wrap_gst_element_link): Allow errors parsing the optional filter caps to propagate up.
-
Andy Wingo Wingo authored
gst/gst.defs (element_make_from_uri): Element name is optional and can be None. It defaults to None. Original commit message from CVS: 2006-04-07 Andy Wingo <wingo@pobox.com> * gst/gst.defs (element_make_from_uri): Element name is optional and can be None. It defaults to None.
-
- Apr 05, 2006
-
-
Edward Hervey authored
testsuite/test_message.py: GstBus is flushing in NULL, so we need to set the pipeline to READY in order to receive th... Original commit message from CVS: * testsuite/test_message.py: GstBus is flushing in NULL, so we need to set the pipeline to READY in order to receive the messages in the bus watch.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2006-04-05 Andy Wingo <wingo@pobox.com> * configure.ac (PYGST_MICRO_VERSION): Doc fix. (PYGST_NANO_VERSION): New define. * gst/__init__.py (version): Add as an alias for get_gst_version. Should use the deprecation infrastructure here. * gst/gst.defs: Add defs for the new wrapped functions. * gst/gst.override (_wrap_gst_get_pygst_version) (_wrap_gst_get_gst_version): New overrides, functions to access the gstreamer and pygst versions. The first used to be called gst_version(); we ignore gst_version now.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2006-04-05 Andy Wingo <wingo@pobox.com> * gst/gstpad.override (_wrap_gst_pad_set_blocked_async): PyObject_IsTrue, not PyBool_Check. Grr.
-
- Apr 04, 2006
-
-
Edward Hervey authored
gst/gst.defs: gst_element_post_message: Adding keep-refcount tag to the message since the function will unref it. Original commit message from CVS: * gst/gst.defs: gst_element_post_message: Adding keep-refcount tag to the message since the function will unref it.
-
- Apr 01, 2006
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix makefile
-
Thomas Vander Stichele authored
Original commit message from CVS: * configure.ac: use AS_VERSION and AS_NANO
-
- Mar 31, 2006
-
-
Andy Wingo Wingo authored
examples/remuxer.py: Example GUI for a remuxer, unfinished -- dropping it here while I hack on it. Based on player.py. Original commit message from CVS: 2006-03-31 Andy Wingo <wingo@pobox.com> * examples/remuxer.py: Example GUI for a remuxer, unfinished -- dropping it here while I hack on it. Based on player.py. * examples/Makefile.am (examples_DATA): Add remuxer.py, reorder list.
-
- Mar 30, 2006
-
-
David I. Lehn authored
Original commit message from CVS: * configure.ac: Better empty string test fix for "Fixes to how we figure out what API to ignore"
-
- Mar 24, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: Fixes in how we figure out what API to ignore * gst/Makefile.am: * gst/gst-0.10.5.ignore: * gst/gstversion.override.in: Added file for handling API additions for gstreamer 0.10.5 * gst/base.defs: * gst/gst.defs: New API * gst/gstpad.override: Overrides for gst.Pad.query_peer_*()
-
- Mar 21, 2006
-
-
Jan Schmidt authored
Original commit message from CVS: Bump nano back to CVS
-
Jan Schmidt authored
Original commit message from CVS: === release 0.10.3 === 2006-03-21 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."
-
Jan Schmidt authored
Original commit message from CVS: * testsuite/test_ghostpad.py: * testsuite/test_pad.py: Another attempt at making the tests deterministic on the buildbots
-
Jan Schmidt authored
Original commit message from CVS: 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: pre-release 0.10.2.2
-
- Mar 20, 2006
-
-
Jan Schmidt authored
testsuite/test_ghostpad.py: Add while loop in teardown to wait for the pipeline state to hit NULL. Hopefully this wil... Original commit message from CVS: * testsuite/test_ghostpad.py: Add while loop in teardown to wait for the pipeline state to hit NULL. Hopefully this will ensure the refcount has always hit 1.
-
- Mar 14, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: Only require GStreamer core >= 0.10.2 Detect version of core the bindings are being compiled against and write gst/gstversion.override file with eventual API additions that should be ignored. * gst/Makefile.am: * gst/base.defs: Added gst_base_sync_[set|get]_[sync|max_lateness]() and gst_type_find_helper_get_range() definitions * gst/gst-0.10.3.ignore: API added in gstreamer core 0.10.3 * gst/gst-0.10.4.ignore: API added in gstreamer core 0.10.4 * gst/gst.override: Include gstversion.override. * gst/gstversion.override.in: Magic file for API additions to ignore.
-
Edward Hervey authored
codegen/: New --extendpath option for codegenerator so we can add extra path to search for included override files. Original commit message from CVS: * codegen/codegen.py: * codegen/override.py: New --extendpath option for codegenerator so we can add extra path to search for included override files.
-
- Mar 13, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/Makefile.am: * gst/gst.override: * gst/gstbase.override: Added base elements override file. * gst/gstpad.override: Added override for gst_pad_alloc_buffer_and_set_caps
-
- Mar 10, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/gst.override: Commited a bit too much :)
-
Edward Hervey authored
Original commit message from CVS: * gst/base.defs: typo fix for gst_type_find_helper() Added new API : gst_type_find_helper_for_buffer() * gst/gst.override: override for gst.type_find_helper_for_buffer()
-
Edward Hervey authored
Original commit message from CVS: * gst/gst-types.defs: * gst/gst.defs: Added new API: gst_pipeline_[get|set]_auto_flush_bus() gst_uri_has_protocol() GST_RESOURCE_ERROR_NO_SPACE_LEFT
-
- Mar 07, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/arg-types.py: Add ReturnType and Parameter for GstCaps. This allows the codegenerator to wrap properly more virtual proxies.
-
Edward Hervey authored
Original commit message from CVS: * gst/base.defs: Update for new check_get_range virtual method in GstBaseSrc
-
- Mar 06, 2006
-
-
Michael Smith authored
Original commit message from CVS: * gst/gststructure.override: * gst/gsttaglist.override: Don't leak PyObjects wrapping GValues when indexing into a GStStructure. Also fix a copy/paste identical bug in taglists.
-
- Mar 02, 2006
-
-
Edward Hervey authored
Original commit message from CVS: * gst/pygstminiobject.h: Some crack distributions do weirdo stuff with PYGIL_API_IS_BUGGY. Let's keep our own detection. Closes #333055
-
- Feb 28, 2006
-
-
Jan Schmidt authored
Original commit message from CVS: * pygst.py.in: Fix a silly logic inversion typo
-