player: Only set the pipeline to PLAYING in play() if buffering>=100%
authorSebastian Dröge <sebastian@centricular.com>
Wed, 6 Jan 2016 14:54:49 +0000 (16:54 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 6 Jan 2016 14:55:44 +0000 (16:55 +0200)
commit7f8d9d1df203a8748e832338411b4e6ae1e07bd9
tree59e736d4e727413d0d7a30e08954c0264ee8920d
parentfce10c44ae531d5f07bb0fbc8154275cd19c9c9e
player: Only set the pipeline to PLAYING in play() if buffering>=100%

Otherwise the application can break the buffering logic by setting the
pipeline to PLAYING before we buffered enough.
gst-libs/gst/player/gstplayer.c