gstreamer/libs/gst
Jan Schmidt 4643cb6d6d libs/gst/check/gstcheck.*: Make the declaration in the header for gst_check_element_push_buffer_list match the implem...
Original commit message from CVS:
* libs/gst/check/gstcheck.c: (gst_check_drop_buffers),
(gst_check_element_push_buffer_list):
* libs/gst/check/gstcheck.h:
Make the declaration in the header for
gst_check_element_push_buffer_list match the implementation.
Fix up spelling, grammar and wording of the documentation in a few
places, and add the Since keyword to new API functions.
Use g_list_delete_link instead of g_list_remove in
gst_check_drop_buffers, since it's immeasurably more efficient.
* tests/check/elements/fakesrc.c: (GST_START_TEST):
Use new gst_check_drop_buffers function where appropriate.
* win32/common/libgstbase.def:
* win32/common/libgstreamer.def:
Add new symbols gst_collect_pads_take_buffer,
gst_collect_pads_read_buffer, gst_index_set_resolver_full to the
exports
Changelog surgery to add API keyword to new gst_check API.
2008-02-19 12:56:28 +00:00
..
base Add sub-buffer functions to collectpads. Fixes #516187. 2008-02-15 13:15:17 +00:00
check libs/gst/check/gstcheck.*: Make the declaration in the header for gst_check_element_push_buffer_list match the implem... 2008-02-19 12:56:28 +00:00
controller libs/gst/: Fix empty prototypes. Fixes bug #507957. 2008-01-08 02:07:38 +00:00
dataprotocol libs/gst/: Fix empty prototypes. Fixes bug #507957. 2008-01-08 02:07:38 +00:00
net Don't use base_init where not absolutely necessary. For example it's not necessary anymore for adding pad templates o... 2008-02-03 12:04:37 +00:00
Makefile.am CVS surgery + support to move base, check, and net out of gst and into libs/gst 2005-11-29 19:12:30 +00:00