gstreamer/gst
Johan Dahlin 15f1eb48cf gst/gstmodule.c (init_gst): Add constants for GST_*SECOND.
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.
2004-03-24 10:31:35 +00:00
..
.gitignore gst/Makefile.am: Move the gstplay bindings over here 2004-03-16 18:42:00 +00:00
__init__.py gst/gstmodule.c (init_gst): Add constants for GST_*SECOND. 2004-03-24 10:31:35 +00:00
arg-types.py examples/gstreamer/filesrc.py,player.py: New examples 2004-02-27 18:01:52 +00:00
gst-argtypes.c gst/*: Move interfaces over here, make it build, remove gstreamer.py 2004-03-15 14:25:10 +00:00
gst-types.c Cleanup, add versioning 2004-03-08 13:51:02 +00:00
gst-types.defs gst/gstmodule.c (init_gst): Add constants for GST_*SECOND. 2004-03-24 10:31:35 +00:00
gst.defs gst/gst.defs: Remove unused functions. 2004-03-17 12:27:20 +00:00
gst.override gst/gstmodule.c (init_gst): Add constants for GST_*SECOND. 2004-03-24 10:31:35 +00:00
gstmodule.c gst/gstmodule.c (init_gst): Add constants for GST_*SECOND. 2004-03-24 10:31:35 +00:00
gstpad-handlers.override examples/gstreamer/filesrc.py,player.py: New examples 2004-02-27 18:01:52 +00:00
gstpad.override examples/gstreamer/filesrc.py,player.py: New examples 2004-02-27 18:01:52 +00:00
gstreamer.py gstreamer/gstreamer.py: Backwards compatibility module 2004-02-23 18:19:38 +00:00
interfaces.defs gst/*: Move interfaces over here, make it build, remove gstreamer.py 2004-03-15 14:25:10 +00:00
interfaces.override gst/Makefile.am: Move the gstplay bindings over here 2004-03-16 18:42:00 +00:00
interfacesmodule.c testsuite/Makefile.am (check-local): distcheck fixes 2004-03-17 12:41:08 +00:00
Makefile.am gst/gstmodule.c (init_gst): Add constants for GST_*SECOND. 2004-03-24 10:31:35 +00:00
play.defs gst/Makefile.am: Move the gstplay bindings over here 2004-03-16 18:42:00 +00:00
play.override gst/Makefile.am: Move the gstplay bindings over here 2004-03-16 18:42:00 +00:00
playmodule.c gst/Makefile.am: Move the gstplay bindings over here 2004-03-16 18:42:00 +00:00
xoverlay.defs gst/*: Move interfaces over here, make it build, remove gstreamer.py 2004-03-15 14:25:10 +00:00
xoverlay.override gst/*: Move interfaces over here, make it build, remove gstreamer.py 2004-03-15 14:25:10 +00:00
xwindowlistener.defs gst/*: Move interfaces over here, make it build, remove gstreamer.py 2004-03-15 14:25:10 +00:00