align gststreamer findallpids to eplayers logic

Origin commit data
------------------
Branch: master
Commit: b614ab9f12
Author: TangoCash <eric@loxat.de>
Date: 2017-11-18 (Sat, 18 Nov 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-11-18 08:22:13 +01:00
parent f57478547e
commit 2813103f28

View File

@@ -919,7 +919,7 @@ void cPlayback::FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *nu
language->clear(); language->clear();
for (i = 0; i < n_audio; i++) for (i = 0; i < n_audio && i < *numpida; i++)
{ {
// apids // apids
apids[i]= real_apids[i] ? real_apids[i] : i; apids[i]= real_apids[i] ? real_apids[i] : i;