mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
playsinkvideoconvert: Fix element name
This commit is contained in:
parent
56737a2ab1
commit
8bcf96198e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ gst_play_sink_video_convert_add_conversion_elements (GstPlaySinkVideoConvert *
|
||||||
prev = el;
|
prev = el;
|
||||||
|
|
||||||
el = gst_play_sink_convert_bin_add_conversion_element_factory (cbin,
|
el = gst_play_sink_convert_bin_add_conversion_element_factory (cbin,
|
||||||
COLORSPACE, "conv");
|
COLORSPACE, "conv2");
|
||||||
if (prev) {
|
if (prev) {
|
||||||
if (!gst_element_link_pads_full (prev, "src", el, "sink",
|
if (!gst_element_link_pads_full (prev, "src", el, "sink",
|
||||||
GST_PAD_LINK_CHECK_TEMPLATE_CAPS))
|
GST_PAD_LINK_CHECK_TEMPLATE_CAPS))
|
||||||
|
|
Loading…
Reference in a new issue