vaapidecodebin: name the internal queue

https://bugzilla.gnome.org/show_bug.cgi?id=773589
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-10-27 16:32:23 +02:00
parent 0db3e14989
commit 4100e8d5c2

View file

@ -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;