GNOME Bugzilla – Bug 462740
[streamselector] patch to improve default stream selection
Last modified: 2007-11-16 16:45:37 UTC
streamselector currently makes the first requested stream the ative stream. This can be a problem when no dataflow actually happens on that stream (as happens with mmssrc).
Created attachment 92906 [details] [review] patch to improve stream selection This patch will make the first stream with dataflow the default stream. It also disallows selecting streams that have not yet seen dataflow.
Created attachment 93034 [details] [review] updated patch updated patch. Handles events correctly, subclass GstPad for more flexibility, refactor some.