mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
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:
parent
2d7d9f35f5
commit
7fae06604e
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ gst_auto_video_convert_add_autoconvert (GstAutoVideoConvert * autovideoconvert)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
autovideoconvert->autoconvert =
|
autovideoconvert->autoconvert =
|
||||||
gst_element_factory_make ("autoconvert", "autoconvertchild");
|
gst_element_factory_make ("autoconvert", NULL);
|
||||||
if (!autovideoconvert->autoconvert) {
|
if (!autovideoconvert->autoconvert) {
|
||||||
GST_ERROR_OBJECT (autovideoconvert,
|
GST_ERROR_OBJECT (autovideoconvert,
|
||||||
"Could not create autoconvert instance");
|
"Could not create autoconvert instance");
|
||||||
|
|
Loading…
Reference in a new issue