mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
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:
parent
b00da583ac
commit
32bed94a31
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue