gstreamer/libs/gst/base
Jan Schmidt 84b76a4359 check/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBS
Original commit message from CVS:
* check/Makefile.am:
Use CHECK_CFLAGS and CHECK_LIBS
* check/gst/gstevent.c: (event_probe), (test_event),
(GST_START_TEST):
Don't leak events.
* gst/base/gstbasesrc.c: (gst_base_src_send_discont),
(gst_base_src_start), (gst_base_src_stop),
(gst_base_src_activate_push), (gst_base_src_activate_pull),
(gst_base_src_change_state):
Sprinkle gst_base_src_stop liberally around error paths to fix
problems reusing a source after failed state changes.
* gst/base/gsttypefindhelper.c: (helper_find_peek),
(helper_find_suggest), (gst_type_find_helper):
Extra debug output. Don't segfault on GST_PAD_GETRANGEFUNC = NULL
* gst/gstevent.h:
* docs/gst/tmpl/gstevent.sgml:
Migrate part of the docs from the SGML file. Wait for ensonic to
tell me how I did it wrong ;)
* tools/gst-typefind.c: (main):
Extra robustness to state changes between files.
2005-08-21 10:54:47 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c gst/base/gstadapter.*: New function, like peek() but you own the data. Not terribly efficient atm. 2005-08-16 17:23:55 +00:00
gstadapter.h gst/base/gstadapter.*: New function, like peek() but you own the data. Not terribly efficient atm. 2005-08-16 17:23:55 +00:00
gstbasesink.c Make sure that when a pipeline goes to PLAYING, that data has actually hit the sink. 2005-08-18 16:20:24 +00:00
gstbasesink.h Make sure that when a pipeline goes to PLAYING, that data has actually hit the sink. 2005-08-18 16:20:24 +00:00
gstbasesrc.c check/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBS 2005-08-21 10:54:47 +00:00
gstbasesrc.h docs/gst/gstreamer-sections.txt: made some defines private 2005-08-15 16:57:34 +00:00
gstbasetransform.c gst/base/gstbasetransform.c: Debug changes. 2005-08-17 16:33:27 +00:00
gstbasetransform.h gst/: Add padding to our base elements' class and instance structs and to GstIterator (you will need to rebuild all p... 2005-08-08 13:31:09 +00:00
gstcollectpads.c added long/short desc for controller docs added collectpads base class docs added correct includes to base-class docs 2005-08-05 12:59:46 +00:00
gstcollectpads.h gst/: Add padding to our base elements' class and instance structs and to GstIterator (you will need to rebuild all p... 2005-08-08 13:31:09 +00:00
gstpushsrc.c added check test suite for the controller fixed a doc typo 2005-08-03 15:59:11 +00:00
gstpushsrc.h gst/: Add padding to our base elements' class and instance structs and to GstIterator (you will need to rebuild all p... 2005-08-08 13:31:09 +00:00
gsttypefindhelper.c check/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBS 2005-08-21 10:54:47 +00:00
gsttypefindhelper.h Added typefind helper. 2005-04-12 10:52:55 +00:00
Makefile.am gst/base/: Ported and added adapter to the base classes. 2005-05-18 09:55:43 +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...