- Removed deprecated buffer flags.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 28 Dec 2001 20:20:26 +0000 (20:20 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 28 Dec 2001 20:20:26 +0000 (20:20 +0000)
commit90355128b51d3ff5fe53fae6313dd7ffc3ea019e
treea0282381e49f75d8ffbe2619f4ece5e61f23dfd4
parent01d2b54b376f66c354ff80717e9aa1177227dff2
- Removed deprecated buffer flags.

Original commit message from CVS:
- Removed deprecated buffer flags.
- removed gst_element_signal_eos, replaced with gst_element_set_eos
to set the object to PAUSED, signal an eos event etc..
- small updates to documentation
- repair some plugins
22 files changed:
gst/cothreads.c
gst/elements/gstfakesrc.c
gst/elements/gstfdsrc.c
gst/elements/gstfilesrc.c
gst/elements/gstmultidisksrc.c
gst/elements/gstmultifilesrc.c
gst/elements/gststatistics.c
gst/gstbuffer.h
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstpad.c
gst/gstqueue.c
gst/gstscheduler.c
gst/gstthread.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfdsrc.c
plugins/elements/gstfilesrc.c
plugins/elements/gstmultidisksrc.c
plugins/elements/gstmultifilesrc.c
plugins/elements/gstqueue.c
plugins/elements/gststatistics.c