Added a first stab at a better clocking system.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 3 Feb 2002 20:07:09 +0000 (20:07 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 3 Feb 2002 20:07:09 +0000 (20:07 +0000)
commit53b6bb6242c642a3dbeef7632be87874b42335e4
tree758cf579d81f135c243a4372670e26bc1678d73c
parent6b2df345f77334e60f448e7b68ee317a658d5d8d
Added a first stab at a better clocking system.

Original commit message from CVS:
Added a first stab at a better clocking system.
It still needs more infrastructure for async notification and custom clock
implementors.
This thing can still deadlock the pipeline.
15 files changed:
.gitmodules [new file with mode: 0644]
common [new submodule]
gst/Makefile.am
gst/autoplug/spidertest.c
gst/elements/gstdisksink.c
gst/gst.h
gst/gstbin.c
gst/gstbin.h
gst/gstclock.c
gst/gstclock.h
gst/gstelement.c
gst/gstelement.h
gst/gstsystemclock.c [new file with mode: 0644]
gst/gstsystemclock.h [new file with mode: 0644]
plugins/elements/gstdisksink.c