summaryrefslogtreecommitdiff
path: root/ext/libpostproc
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2008-04-15 10:02:40 +0000
committerAndy Wingo <wingo@pobox.com>2008-04-15 10:02:40 +0000
commit32bed94a31d2828492ac377b269a60ac02d29a6c (patch)
tree04082abf4e72824d39977b3f4aad613614a38dc9 /ext/libpostproc
parentb00da583acd4ae7c9429aaeb38697be3650cb32a (diff)
Revert my patch, it was the badness.
Original commit message from CVS: (gst_post_proc_transform_ip): Revert my patch, it was the badness.
Diffstat (limited to 'ext/libpostproc')
-rw-r--r--ext/libpostproc/gstpostproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libpostproc/gstpostproc.c b/ext/libpostproc/gstpostproc.c
index 64632d4..89f008f 100644
--- a/ext/libpostproc/gstpostproc.c
+++ b/ext/libpostproc/gstpostproc.c
@@ -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);