mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
vaapidecodebin: name the internal queue
https://bugzilla.gnome.org/show_bug.cgi?id=773589
This commit is contained in:
parent
0db3e14989
commit
4100e8d5c2
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ gst_vaapi_decode_bin_configure (GstVaapiDecodeBin * vaapidecbin)
|
|||
g_object_new (g_type_from_name ("GstVaapiDecode"), NULL);
|
||||
|
||||
/* create the queue */
|
||||
vaapidecbin->queue = gst_element_factory_make ("queue", NULL);
|
||||
vaapidecbin->queue = gst_element_factory_make ("queue", "vaapi-queue");
|
||||
if (!vaapidecbin->queue) {
|
||||
missing_factory = "queue";
|
||||
goto error_element_missing;
|
||||
|
|
Loading…
Reference in a new issue