videobalance: fix unhandled format in passthrough
[platform/upstream/gst-plugins-good.git] / gst / videofilter / gstvideobalance.c
index 950c484..49cad51 100644 (file)
@@ -454,7 +454,8 @@ gst_video_balance_set_info (GstVideoFilter * vfilter, GstCaps * incaps,
       videobalance->process = gst_video_balance_packed_rgb;
       break;
     default:
-      goto unknown_format;
+      if (!gst_video_balance_is_passthrough (videobalance))
+        goto unknown_format;
       break;
   }