+2008-04-15 Andy Wingo <wingo@pobox.com>
+
+ * ext/libpostproc/gstpostproc.c (gst_post_proc_transform_ip): Fix
+ some mistyping when calling pp_postprocess.
+
2008-04-14 Andy Wingo <wingo@pobox.com>
* autogen.sh:
GST_DEBUG_OBJECT (postproc, "calling pp_postprocess, width:%d, height:%d",
postproc->width, postproc->height);
- pp_postprocess ((const guint8**) inplane, (const int*) stride, outplane, stride,
+ pp_postprocess (inplane, stride, outplane, stride,
postproc->width, postproc->height, (int8_t*) "", 0,
postproc->mode, postproc->context, 0);