- Oct 11, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Add examples
-
Johan Dahlin authored
Original commit message from CVS: Release 0.7.93
-
Johan Dahlin authored
Original commit message from CVS: Pass distcheck please
-
Johan Dahlin authored
Original commit message from CVS: more build fixes
-
Johan Dahlin authored
Original commit message from CVS: and the gstplay examples
-
Johan Dahlin authored
Original commit message from CVS: Update examples, remove some old non-functional ones and add new
-
Zaheer Abbas Merali authored
Original commit message from CVS: 2004-10-11 set REAL_NAME environment variable <set EMAIL_ADDRESS environment variable> * gst/gst.defs: * gst/gst.override: Fixes element_unlink_many and adds a set_buffer_data method to GstBuffer Fixes bug #154451 and #154692
-
Johan Dahlin authored
Original commit message from CVS: * gst/arg-types.py: * gst/gst.defs: * gst/gst.override: GstXML support, based on patch by poelzi.
-
Johan Dahlin authored
Original commit message from CVS: * gst/gst.override: Remove gst.Element support. Fix broken pad repr function.
-
Johan Dahlin authored
Original commit message from CVS: Add some hackery hackery
-
Johan Dahlin authored
Original commit message from CVS: Define the URIHandler interface here
-
Johan Dahlin authored
Original commit message from CVS: Don't use gst.Element
-
Johan Dahlin authored
Original commit message from CVS: Require PyGTK 2.4
-
- Oct 10, 2004
-
-
Zaheer Abbas Merali authored
Original commit message from CVS: 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/gstmodule.c: (init_gst): Make gst-python not hang on import when embedded. Fixes bug #155041
-
- Oct 07, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Use pyg_gil_state_*
-
- Oct 04, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Revert, since we have code which depends on this "feature"
-
Johan Dahlin authored
gst/interfaces.defs: Add proper fiels to GstTunerNorm. Also remove parent property from all interfaces. Original commit message from CVS: * gst/interfaces.defs: Add proper fiels to GstTunerNorm. Also remove parent property from all interfaces.
-
- Sep 29, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: comment
-
Johan Dahlin authored
Original commit message from CVS: * gst/gstmodule.c (python_do_pending_calls): Use PyOS_InterruptOccurred and only hold the GIL during PyErr_SetNone. Use _pygst_main_quit to avoid errors/aborts. Also use the pygtk provided gil macros instead of the python ones.
-
- Sep 22, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: fix threading issues here aswell
-
Johan Dahlin authored
Original commit message from CVS: * gst/gst.override: use new threading API
-
- Sep 13, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: 2004-09-13 Thomas Vander Stichele <thomas at apestaart dot org> * gst/__init__.py: * gst/gstreamer.py: * gst/arg-types.py: fix headers * gst/gst.override: change GstPad repr * gst/ltihooks.py: fix distcheck for uninstalled by only adding .libs when needed
-
- Aug 30, 2004
-
-
Johan Dahlin authored
gst/gst.override (_wrap_gst_structure_ass_subscript): Some more fixes, doesn't quite work as it should yet though.x Original commit message from CVS: * gst/gst.override (_wrap_gst_structure_ass_subscript): Some more fixes, doesn't quite work as it should yet though.x (_wrap_gst_caps_tp_str): Plug leak * gst/interfaces.defs (Mixer, MixerTrack): Add mixer fields here. * testsuite/element.py (QueueTest.testConstruct): Some basic test, one disabled for the moment
-
- Aug 12, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * gst/interfaces.defs (TunerNorm, TunerChannel): Add fields.
-
Johan Dahlin authored
Original commit message from CVS: * gst/interfaces.override (_wrap_gst_tuner_list_norms) (_wrap_gst_tuner_list_channels): Impl.
-
Thomas Vander Stichele authored
Original commit message from CVS: v4l example in progress
-
Thomas Vander Stichele authored
Original commit message from CVS: some fixes, not all
-
- Aug 06, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Take a slightly different approach to converting to structure fields
-
Thomas Vander Stichele authored
Original commit message from CVS: one item list with structure
-
Johan Dahlin authored
Original commit message from CVS: More testing
-
Thomas Vander Stichele authored
Original commit message from CVS: add constructor for caps
-
Johan Dahlin authored
Original commit message from CVS: Enable this test too
-
Johan Dahlin authored
Original commit message from CVS: * gst/gst.override (_wrap_gst_structure_from_string): Impl. (_wrap_gst_tag_list_has_key): Impl. (_wrap_gst_caps_get_structure): Don't copy or free me * testsuite/struct.py (StructureTest.testStructureChange): Enable some tests. Improve tests * gst/gst.override (_wrap_gst_structure_ass_subscript): Impl
-
Thomas Vander Stichele authored
Original commit message from CVS: two new tests, one that fails
-
Johan Dahlin authored
Original commit message from CVS: * testsuite/struct.py (StructureTest.testStructureChange): Enable some tests. * gst/gst.override (_wrap_gst_structure_ass_subscript): Impl
-
- Aug 05, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add testsuite for struct
-
- Aug 03, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * configure.ac: Require python 2.3 * gst/gstmodule.c (python_do_pending_calls): Use PyGILState and friends here. * gst/gst.override (_pygst_main_quit, _pygst_main): Use these two instead of gst_main/gst_main_quit so we can check if we're in a mainloop or not.
-
- Aug 02, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: allow no name for thread and pipeline
-
- Jul 16, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments for all other variables.
-
- Jul 15, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Clean up error handling
-