summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-01-09 19:29:35 +0000
committerJulien Moutte <julien@moutte.net>2004-01-09 19:29:35 +0000
commitca63f0b493ac8a709b84a754aa8a7a0151ff6cd6 (patch)
tree348964c5ab04536503ade3c40ede0b2f4ce542bb
parentd791c679c562a9f978877c77c4d49707248677ed (diff)
ext/hermes/gstcolorspace.c: Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
Original commit message from CVS: * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b30c9725..5e6617aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-01-09 Julien MOUTTE <julien@moutte.net>
+ * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
+ Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
+
+2004-01-09 Julien MOUTTE <julien@moutte.net>
+
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
* gst-libs/gst/xoverlay/xoverlay.c: