GNOME Bugzilla – Bug 681562
Issue setting "video-source" property on wrappercamerabinsrc
Last modified: 2012-09-28 15:38:43 UTC
Setting the "video-source" property on wrappercamerabinsrc only works the first time the pipeline is put to PLAYING. Setting the pipeline state to NULL again and trying to set "video-source" won't have any effect.
Don't see anything obviously wrong in the code right now. Do you have a small test case for this by any chance, or could you make a patch ?
commit 8c8d1a0b6be84381e98ec7b216c36e0154f88300 Author: Thiago Santos <thiago.sousa.santos@collabora.com> Date: Fri Sep 28 00:06:45 2012 -0300 wrappercamerabinsrc: change video-source if the user requested When going from null to ready, check if the user requested to use a new source and replace the current one. Fixes #681562
(In reply to comment #2) > commit 8c8d1a0b6be84381e98ec7b216c36e0154f88300 > Author: Thiago Santos <thiago.sousa.santos@collabora.com> > Date: Fri Sep 28 00:06:45 2012 -0300 > > wrappercamerabinsrc: change video-source if the user requested > > When going from null to ready, check if the user requested to > use a new source and replace the current one. > > Fixes #681562 Patch tested and working as expected, tnx.