playsinkvideoconvert: Fix element name
This commit is contained in:
parent
56737a2ab1
commit
8bcf96198e
@ -85,7 +85,7 @@ gst_play_sink_video_convert_add_conversion_elements (GstPlaySinkVideoConvert *
|
||||
prev = el;
|
||||
|
||||
el = gst_play_sink_convert_bin_add_conversion_element_factory (cbin,
|
||||
COLORSPACE, "conv");
|
||||
COLORSPACE, "conv2");
|
||||
if (prev) {
|
||||
if (!gst_element_link_pads_full (prev, "src", el, "sink",
|
||||
GST_PAD_LINK_CHECK_TEMPLATE_CAPS))
|
||||
|
Loading…
x
Reference in New Issue
Block a user