gstreamer/gst/base
Edward Hervey 33a15d5e67 gst/base/gstbasetransform.c: The event virtual method is now properly implemented, with a default handler
Original commit message from CVS:
* gst/base/gstbasetransform.c: (gst_base_transform_class_init),
(gst_base_transform_event), (gst_base_transform_eventfunc):
The event virtual method is now properly implemented, with a default
handler
Sub classes should call the parent_class event method. They should
return FALSE if they had a problem handling the given event, or don't
want GstBaseTransform to send that even downstream
* gst/elements/gstidentity.c: (gst_identity_class_init),
(gst_identity_init), (gst_identity_event),
(gst_identity_transform_ip), (gst_identity_set_property),
(gst_identity_get_property):
* gst/elements/gstidentity.h:
Added the single-segment boolean property.
If set to TRUE, it will output a single segment of data, starting from
0, will eat up all incoming newsegment, and modify the timestamp of the
buffers accordingly
2005-11-29 14:47:07 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c docs/gst/gstreamer-sections.txt: Added some docs for GstCollectData. 2005-11-11 20:12:42 +00:00
gstadapter.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstbasesink.c gst/base/gstbasesink.c: Unlock the PREROLL_LOCK in a failure case. 2005-11-24 12:44:25 +00:00
gstbasesink.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstbasesrc.c gst/base/gstbasesrc.c: Fix wrong percentage query. 2005-11-24 19:06:58 +00:00
gstbasesrc.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstbasetransform.c gst/base/gstbasetransform.c: The event virtual method is now properly implemented, with a default handler 2005-11-29 14:47:07 +00:00
gstbasetransform.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstcollectpads.c gst/gstevent.h (gst_event_new_new_segment) (gst_event_parse_new_segment, gst_event_new_buffer_size) 2005-11-22 11:48:58 +00:00
gstcollectpads.h docs/gst/gstreamer-sections.txt: make two symbols from gstinfo private for the docs 2005-11-23 11:05:37 +00:00
gstpushsrc.c gst/base/gstpushsrc.c: Shorten by 30% via use of boilerplate macro. 2005-11-05 15:14:33 +00:00
gstpushsrc.h Doc fixes. 2005-11-24 09:44:07 +00:00
gsttypefindhelper.c gst/: 2005-11-09 16:44:40 +00:00
gsttypefindhelper.h whitespace fixes 2005-10-15 15:30:24 +00:00
Makefile.am update LDFLAGS use some more 2005-11-27 15:15:35 +00:00
README add short/long description docs to base classes add pushsrc to the docs remove consolidated doc fragments 2005-08-03 13:30:18 +00:00

Base classes
------------

GstBaseSink
  FIXME: not much point making it operate in pull mode as a generic
  base class I guess...