Revert my patch, it was the badness.
authorAndy Wingo <wingo@pobox.com>
Tue, 15 Apr 2008 10:02:40 +0000 (10:02 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 15 Apr 2008 10:02:40 +0000 (10:02 +0000)
Original commit message from CVS:
(gst_post_proc_transform_ip): Revert my patch, it was the badness.

ext/libpostproc/gstpostproc.c

index 64632d4..89f008f 100644 (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);