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 5bbbe1f..d9f7115 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");