- Remove the propsprivate header file
authorWim Taymans <wim.taymans@gmail.com>
Sat, 30 Mar 2002 17:05:03 +0000 (17:05 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 30 Mar 2002 17:05:03 +0000 (17:05 +0000)
commitf0326eea5550d26d9d7640578db7780f5e67cad1
tree41484534dee1e50c268010ab4b2ff0843927c7ee
parent2ed5aa240c2c7ceddf11f0121539e8e1422fa779
- Remove the propsprivate header file

Original commit message from CVS:
- Remove the propsprivate header file
- Added new API for properties.
- Moved the clock distribution to the scheduler.
- Removed the lock from GstCaps
- Added boxed types for Caps/Props
- Simplified the clock, new systemclock implementation
- Removed deprecated element_info/send_event functions
- First step at exposing more info in the pad_connect functions
- Queue cleanup
- Make the scheduler aware of other schedulers inside it
- Added the _SELF_SCHEDULABLE flag to gstthread
- Removed _get_widget from _utils, changed to new props API
- Make fakesink sync on timestamps when requested
- Removed the offset notify from filesrc
- Added a fast scheduler
- some scheduler cleanups.
39 files changed:
gst/Makefile.am
gst/elements/gstfakesink.c
gst/elements/gstfakesink.h
gst/elements/gstfakesrc.c
gst/elements/gstfakesrc.h
gst/elements/gstfilesrc.c
gst/elements/gsttee.c
gst/gst.h
gst/gstbin.c
gst/gstbin.h
gst/gstcaps.c
gst/gstcaps.h
gst/gstclock.c
gst/gstclock.h
gst/gstelement.c
gst/gstelement.h
gst/gstpad.c
gst/gstpad.h
gst/gstprops.c
gst/gstprops.h
gst/gstpropsprivate.h [deleted file]
gst/gstqueue.c
gst/gstscheduler.c
gst/gstscheduler.h
gst/gstsystemclock.c
gst/gstsystemclock.h
gst/gstthread.c
gst/gstutils.c
gst/gstutils.h
gst/schedulers/Makefile.am
gst/schedulers/gstbasicscheduler.c
gst/schedulers/gstfastscheduler.c [new file with mode: 0644]
plugins/elements/gstfakesink.c
plugins/elements/gstfakesink.h
plugins/elements/gstfakesrc.c
plugins/elements/gstfakesrc.h
plugins/elements/gstfilesrc.c
plugins/elements/gstqueue.c
plugins/elements/gsttee.c