Commit 1a72836c authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

winegstreamer: deinterlace belongs to the "good" set, not the "base" set.

parent 6e2a54ec
...@@ -1001,7 +1001,7 @@ static void init_new_decoded_pad(GstElement *bin, GstPad *pad, struct gstdemux * ...@@ -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. */ * necessarily consume it. In particular, the video renderer can't. */
if (!(deinterlace = gst_element_factory_make("deinterlace", NULL))) 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 *)); 8 * (int)sizeof(void *));
goto out; goto out;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment