projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16bc8fe
)
uridecodebin: don't name the queue
author
Jonathan Matthew
<jonathan@d14n.org>
Wed, 23 Dec 2009 14:43:52 +0000
(15:43 +0100)
committer
Wim 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
patch
|
blob
|
history
diff --git
a/gst/playback/gsturidecodebin.c
b/gst/playback/gsturidecodebin.c
index 5bbbe1fa99d44f07a92a0904e12ac84aac867566..d9f71155390e928b78bb2519413cec21517dbe28 100644
(file)
--- a/
gst/playback/gsturidecodebin.c
+++ b/
gst/playback/gsturidecodebin.c
@@
-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");