uridecodebin: don't name the queue

There is no reason to name the queue.

Fixes #605219
This commit is contained in:
Jonathan Matthew 2009-12-23 15:43:52 +01:00 committed by Wim Taymans
parent 16bc8fe8a1
commit 138c851173

View file

@ -1076,7 +1076,7 @@ analyse_source (GstURIDecodeBin * decoder, gboolean * is_raw,
GstPad *sinkpad;
/* insert a queue element right before the raw pad */
outelem = gst_element_factory_make ("queue2", "queue");
outelem = gst_element_factory_make ("queue2", NULL);
gst_bin_add (GST_BIN_CAST (decoder), outelem);
sinkpad = gst_element_get_static_pad (outelem, "sink");