mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
uridecodebin: don't name the queue
There is no reason to name the queue. Fixes #605219
This commit is contained in:
parent
16bc8fe8a1
commit
138c851173
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue