autoconvert: Stop using generic element name

It makes it harder to debug for no real benefice in the case

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/899>
This commit is contained in:
Thibault Saunier 2021-05-20 17:22:32 -04:00 committed by GStreamer Marge Bot
parent 2d7d9f35f5
commit 7fae06604e

View file

@ -164,7 +164,7 @@ gst_auto_video_convert_add_autoconvert (GstAutoVideoConvert * autovideoconvert)
return TRUE;
autovideoconvert->autoconvert =
gst_element_factory_make ("autoconvert", "autoconvertchild");
gst_element_factory_make ("autoconvert", NULL);
if (!autovideoconvert->autoconvert) {
GST_ERROR_OBJECT (autovideoconvert,
"Could not create autoconvert instance");