- Mar 31, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * gst/Makefile.am (EXTRA_DIST): And make sure we have all defs here.
-
Johan Dahlin authored
Original commit message from CVS: * gst/ltihooks.py: New file * gst/__init__.py: try to import ltihooks.py
-
Johan Dahlin authored
Original commit message from CVS: * gst/Makefile.am: Only install gst-types.defs
-
Johan Dahlin authored
Original commit message from CVS: * Makefile.am (EXTRA_DIST): Add codegen/* Can't believe distcheck passed
-
- Mar 30, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Update
-
- Mar 29, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Put it in a thread and run it in a mainloop
-
Johan Dahlin authored
Original commit message from CVS: With caps, suitable for CD burning
-
Johan Dahlin authored
Original commit message from CVS: Prettify
-
Johan Dahlin authored
Original commit message from CVS: * examples/gst/wavenc.py: New example * Makefile.am (EXTRA_DIST): Add wavenc.py
-
- Mar 24, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * gst/gstmodule.c (init_gst): Add constants for GST_*SECOND. (python_do_pending_calls): New idler handler, similar to pygtk, so python events (eg KeyboardInterrupt) can be raised during mainloop * gst/gst.override (_wrap_gst_bin_get_list): (_wrap_gst_pad_tp_repr, caps_length, caps_item) (structure_length, structure_subscript) (_wrap_gst_structure_tp_repr): Impl. (_wrap_gst_main): Override with threading blocking. * gst/gst-types.defs (Object): add flags field. (Structure): Add copy/release funcs * gst/__init__.py (devloc): Don't initialize threads * gst/Makefile.am: clean up * examples/gst/player.py: Prettify and simplify. Uses GstThread now. * examples/gstplay/player.py: Update to new api and make it work.
-
- Mar 18, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: and for gst_play
-
Johan Dahlin authored
Original commit message from CVS: * configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
-
Thomas Vander Stichele authored
Original commit message from CVS: fix automake
-
Thomas Vander Stichele authored
Original commit message from CVS: updates for new API
-
Thomas Vander Stichele authored
Original commit message from CVS: disable docs checking until they pass make check properly during make distcheck
-
- Mar 17, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * testsuite/Makefile.am (check-local): distcheck fixes * testsuite/common.py: Put in a couple of hacks to make distcheck pass make check * testsuite/interface.py: New test
-
Johan Dahlin authored
Original commit message from CVS: * gst/gst.defs: Remove unused functions. * gst/gst.override: Ditto * gst/__init__.py (devloc): delete dl
-
Johan Dahlin authored
Original commit message from CVS: * Makefile.am (DIST_SUBDIRS): Remove PLAYDIR
-
- Mar 16, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * configure.ac: Support build without gstplay and gstinterfaces
-
Johan Dahlin authored
Original commit message from CVS: * gst/Makefile.am: Move the gstplay bindings over here * Makefile.am, configure.ac: Remove examples/ and put them in EXTRA_DIST here
-
Johan Dahlin authored
Original commit message from CVS: * gst/gst.defs (element_make_from_uri): Remove const from enum here, should be fixed upstream too. * gst/gst.override (_wrap_gst_bin_remove_many) (_wrap_gst_element_unlink_many): Impl. (_wrap_gst_element_get_pad_list): Impl. : Add a number of new ignores for functions/methods we won't wrap anyway
-
- Mar 15, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * gst/*: Move interfaces over here, make it build, remove gstreamer.py
-
- Mar 12, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Forgot, 2.0.0->1.99.4
-
Johan Dahlin authored
Original commit message from CVS: s/LDFLAGS/LIBS
-
Johan Dahlin authored
Original commit message from CVS: * configure.ac: PyGtk 1.99.14 should be okay (Shipped with RH9), AC_SUBST GStreamer and PyGTK flags
-
Johan Dahlin authored
Original commit message from CVS: Remove gst.defs from here
-
Johan Dahlin authored
Original commit message from CVS: * Makefile.am (PLAYDIR): Disable for now * configure.ac: Build against 0.8
-
Johan Dahlin authored
Original commit message from CVS: * gstinterfaces/Makefile.am: clean up a little bit * gstinterfaces/__init__.py (devloc): s/gstreamer/gst/ * codegen: Resync and appy my interface constructor patch
-
- Mar 09, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * gst/gst.override (_wrap_gst_g_error_tp_str) (_wrap_gst_g_error_tp_str): Impl. * gst/gst-types.defs (GError): Add * gst/Makefile.am (defs_DATA): Install defs * codegen/*: Resync
-
Johan Dahlin authored
Original commit message from CVS: Hide output, add pipeline.py
-
Thomas Vander Stichele authored
Original commit message from CVS: use found PYTHON
-
- Mar 08, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Add some tests
-
Johan Dahlin authored
Original commit message from CVS: I give up, use the same mechanism as in PyGTK, if this is not working, then the slave is broken
-
Johan Dahlin authored
Original commit message from CVS: third time...
-
Johan Dahlin authored
Original commit message from CVS: another try
-
Johan Dahlin authored
Original commit message from CVS: Unbreak build
-
Johan Dahlin authored
Original commit message from CVS: More generalized tagging
-
Johan Dahlin authored
Original commit message from CVS: Cleanup, add versioning
-
- Mar 05, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: * testsuite/element.py: Update to new api
-
Johan Dahlin authored
Original commit message from CVS: * codegen/*: Copy PyGTK code generator here, to avoid depending on latest version. * configure.ac: Add versioning, ala pygtk, and use the internal code generator instead of the installed one
-