From: David Schleef Date: Mon, 12 Jan 2004 23:24:05 +0000 (+0000) Subject: gst/debug/efence.c: Fix negotiation. Add a bufferalloc function for the sink pad... X-Git-Tag: 1.19.3~505^2~4088 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0584802de5cdb98429190bba8b21847c213b33c;p=platform%2Fupstream%2Fgstreamer.git gst/debug/efence.c: Fix negotiation. Add a bufferalloc function for the sink pad, and generally clean up some of the... Original commit message from CVS: * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain), (gst_efence_buffer_alloc), (gst_fenced_buffer_new), (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy): Fix negotiation. Add a bufferalloc function for the sink pad, and generally clean up some of the code. --- diff --git a/ChangeLog b/ChangeLog index 8c6e86eb30..b354face62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-01-12 David Schleef + + * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain), + (gst_efence_buffer_alloc), (gst_fenced_buffer_new), + (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy): + Fix negotiation. Add a bufferalloc function for the sink pad, + and generally clean up some of the code. + 2004-01-12 Julien MOUTTE * gst-libs/gst/colorbalance/colorbalancechannel.c: