forked from honkasuo/gst-sh-mobile
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report: I noticed that the playback gets stuck. After a few second it starts to loop couple of frames endlessly. The reason seems to be that if the decoder uses all the data that is given the program flow gets stuck in the while loop. Also It seems that if the decoder uses only a part of the data, the remainder is never accepted by the decoder and it always returns 0. So maybe the while loop is not necessary and we can just put the remainder in the cache.
- Loading branch information
Showing
1 changed file
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters