uridecodebin: don't name the queue
authorJonathan Matthew <jonathan@d14n.org>
Wed, 23 Dec 2009 14:43:52 +0000 (15:43 +0100)
committerWim Taymans <wim@metal.(none)>
Wed, 23 Dec 2009 14:43:52 +0000 (15:43 +0100)
There is no reason to name the queue.

Fixes #605219

gst/playback/gsturidecodebin.c

index 5bbbe1fa99d44f07a92a0904e12ac84aac867566..d9f71155390e928b78bb2519413cec21517dbe28 100644 (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");