GNOME Bugzilla – Bug 563147
input-selector doesn't notify of active-pad changing when it automatically selects a pad
Last modified: 2008-12-04 17:52:15 UTC
When input-selector doesn't have an active pad (e.g. initially), it selects one based on whichever pad gets data/does a pad-alloc first. It doesn't do a g_object_notify() for active-pad in this case. playbin2 uses this to track what stream is currently active - so this means playbin2 doesn't send the appropriate notifies either. Patch in a moment..
Created attachment 123888 [details] [review] Notify when the active pad changes
Good catch, please commit.