GNOME Bugzilla – Bug 612615
[camerabin] video bin elements in wrong state when recording
Last modified: 2010-03-12 18:37:54 UTC
Created attachment 155882 [details] [review] Activate video bin before switching data feed. Currently, the sequence in camerabin is: * video bin kept locked in READY * camerabin to PAUSED * switch output selector to feed video bin * unlock state and set to PLAYING If it is assumed that camerabin must always operate with live source elements which do not run in PAUSED, the above should work. However, with non-live elements, data may feed into video bin before elements are in correct state.
It looks good to me.
commit 6631f50d59cbabc2f3a6e450ccd4711ee5d2aa39 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Fri Mar 12 19:30:48 2010 +0100 camerabin: activate video bin before feeding data to it Fixes #612615.