Zebediah Figura : winegstreamer: deinterlace belongs to the "good" set, not the "base" set.
Module: wine Branch: master Commit: 1a72836c372459b2928c4b8c27b90879fa2606ec URL: https://source.winehq.org/git/wine.git/?a=commit;h=1a72836c372459b2928c4b8c2... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Mon Jul 6 15:41:01 2020 -0500 winegstreamer: deinterlace belongs to the "good" set, not the "base" set. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winegstreamer/gstdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c index e6f00842df..a32b0b0e41 100644 --- a/dlls/winegstreamer/gstdemux.c +++ b/dlls/winegstreamer/gstdemux.c @@ -1001,7 +1001,7 @@ static void init_new_decoded_pad(GstElement *bin, GstPad *pad, struct gstdemux * * necessarily consume it. In particular, the video renderer can't. */ if (!(deinterlace = gst_element_factory_make("deinterlace", NULL))) { - ERR("Failed to create deinterlace, are %u-bit GStreamer \"base\" plugins installed?\n", + ERR("Failed to create deinterlace, are %u-bit GStreamer \"good\" plugins installed?\n", 8 * (int)sizeof(void *)); goto out; }
participants (1)
-
Alexandre Julliard