decodebin3: send selected stream message as long as not all the tracks can't select decoders
requested to merge elliot_chen/gstreamer:decodebin3-send-selected-stream-messsage-even-if-no-decoder-is-selected into main
- For some streams, maybe there is one track which can't select the right decoder while the other tracks can do. Those streams will play error in gstreamer 1.24.7 version.
- To support such streams playback, should send selected stream message as long as not all the tracks can't select the decoder.
Edited by elliot chen