gstreamer/check
Tim-Philipp Müller 246fee258f gst/gstbuffer.c: Set READONLY flag on subbuffers, so that gst_buffer_make_writable() works correctly in all circumsta...
Original commit message from CVS:
* gst/gstbuffer.c: (gst_subbuffer_init):
Set READONLY flag on subbuffers, so that gst_buffer_make_writable()
works correctly in all circumstances (we could have just copied
the parent buffer's readonly flag, but conceptually it seems
cleaner to mark all subbuffers as read-only). (based on patch
by Alessandro Decina, #314710).
* check/gst/gstbuffer.c: (create_read_only_buffer),
(test_make_writable), (test_subbuffer_make_writable),
(gst_test_suite):
Add some tests for gst_buffer_make_writable().
2005-09-27 13:07:14 +00:00
..
elements check/elements/identity.c: Make the error a little clearer when the test fails because identity made a copy of the bu... 2005-09-09 17:42:20 +00:00
generic check/generic/states.c: Add a sleep to ensure elements have a chance to start their pad tasks before shutdown. Reduce... 2005-09-20 00:27:37 +00:00
gst gst/gstbuffer.c: Set READONLY flag on subbuffers, so that gst_buffer_make_writable() works correctly in all circumsta... 2005-09-27 13:07:14 +00:00
gst-libs check/gst-libs/controller.c: Update for controller api change. 2005-09-26 15:49:23 +00:00
pipelines check/: enable cleanup again after fixing the leak 2005-09-19 14:41:57 +00:00
states gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
Makefile.am gst/gstconfig.h.in: Psych out gtk-doc. 2005-09-22 12:05:05 +00:00