gstreamer/libs/gst
Thomas Vander Stichele 6519d7bfba gst/base/gstbasetransform.c: use gboolean return values and pointers to size so we can use the full GST_BUFFER_SIZE r...
Original commit message from CVS:
* gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
(gst_base_transform_transform_size), (gst_base_transform_getcaps),
(gst_base_transform_setcaps), (gst_base_transform_get_unit_size),
(gst_base_transform_buffer_alloc),
(gst_base_transform_handle_buffer):
use gboolean return values and pointers to size so we can use the
full GST_BUFFER_SIZE range (guint) for buffer sizes
use GstPadDirection for transform_caps
* gst/base/gstbasetransform.h:
rename get_size to get_unit_size since that's what it is
* gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_caps):
use GstPadDirection for transform_caps
* gst/gstbuffer.c: (gst_buffer_new_and_alloc):
* gst/gstutils.h:
cleanup and debugging
2005-08-24 13:33:21 +00:00
..
base gst/base/gstbasetransform.c: use gboolean return values and pointers to size so we can use the full GST_BUFFER_SIZE r... 2005-08-24 13:33:21 +00:00
bytestream ignore more 2005-06-17 09:12:33 +00:00
check check/gst/gstbin.c: since we don't know when preroll is done, use refcount range check for the sink 2005-08-22 09:25:51 +00:00
controller gracefully handle helper method calls to objects that are not beeing controlled, added test case for that 2005-08-23 21:32:31 +00:00
dataprotocol libs/gst/dataprotocol/dataprotocol.c: Fix serialization of seek events. 2005-07-27 19:00:36 +00:00
getbits ignore more 2005-06-17 09:12:33 +00:00
Makefile.am added controller code removed dparam pc files 2005-08-02 21:35:34 +00:00