Revert my patch, it was the badness.

Original commit message from CVS:
(gst_post_proc_transform_ip): Revert my patch, it was the badness.
This commit is contained in:
Andy Wingo 2008-04-15 10:02:40 +00:00
parent b00da583ac
commit 32bed94a31

View file

@ -564,7 +564,7 @@ gst_post_proc_transform_ip (GstBaseTransform * btrans, GstBuffer * in)
GST_DEBUG_OBJECT (postproc, "calling pp_postprocess, width:%d, height:%d",
postproc->width, postproc->height);
pp_postprocess (inplane, stride, outplane, stride,
pp_postprocess ((const guint8**) inplane, stride, outplane, stride,
postproc->width, postproc->height, (int8_t*) "", 0,
postproc->mode, postproc->context, 0);