winegstreamer: Remove the color matrix setting for the other videoconvert as well.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49535 Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d9f1e0cc1c
commit
6f15875443
|
@ -1041,9 +1041,6 @@ static void init_new_decoded_pad(GstElement *bin, GstPad *pad, struct gstdemux *
|
|||
goto out;
|
||||
}
|
||||
|
||||
/* Avoid expensive color matrix conversions. */
|
||||
gst_util_set_object_arg(G_OBJECT(vconv2), "matrix-mode", "none");
|
||||
|
||||
/* The bin takes ownership of these elements. */
|
||||
gst_bin_add(GST_BIN(This->container), deinterlace);
|
||||
gst_element_sync_state_with_parent(deinterlace);
|
||||
|
|
Loading…
Reference in New Issue