align gststreamer findallpids to eplayers logic

Origin commit data
------------------
Branch: master
Commit: 8a3ba60e14
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
committed by Jacek Jendrzej
parent c7d674950f
commit c231743075

View File

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