[gstreamer-bugs] [Bug 314146] adder and audioconvert spend too much time negottiating caps

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Aug 26 01:35:24 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=314146
 GStreamer | gst-plugins | Ver: 0.8.10





------- Additional Comments From Akos Maroy  2005-08-26 08:35 -------
I also tried to call gst_pad_perform_negotiate() for some links, but it always
returns false. it seems that negotiation can not be forced to made, it will
always happen at the first call to gst_bin_iterate().

my idea was to force link negotiation before the chains are build up totally, so
that there are not that long chains to traverse during the negotiation.

as the adder element expects all sources to be of the same audio format, I
expected to force the same format on all elements plugged in to the adder,
one-by-one. this way, all negotiation is done on shorter chains, and then
everything is just added together at the end.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list