GNOME Bugzilla – Bug 749528
playbin: need to avoid duplicated flag setting
Last modified: 2015-05-18 07:01:40 UTC
To avoid the reconfigure playsink with the same flags, playbin needs to check the previous flag of playsink. Application can set the flags property of playbin with the same value and the pipeline(playsink) can be constructed repeatedly and missed some data at the moment.
Created attachment 303504 [details] [review] playbin: check flags of playsink before updating Add duplication checking code about flags of playsink to avoid reconfigure playsink repeatedly.
commit 1b755eb272f4fd3cd9d5d31cc61927520fe033ff Author: eunhae choi <eunhae1.choi@samsung.com> Date: Mon May 18 15:45:01 2015 +0900 playbin: check the flags before set again check the previous flags of playsink to avoid the reconfigure of playsink repeatedly https://bugzilla.gnome.org/show_bug.cgi?id=749528