GNOME Bugzilla – Bug 644416
[encodebin] Cannot be reused
Last modified: 2011-03-11 00:20:22 UTC
Taking encodebin into paused and then back to null to change its profile fails. I'm attaching a test case.
Created attachment 183075 [details] [review] tests: encodebin: Add reuse test case Adds a test case to check if encodebin can be reused
In NULL/READY it should be able to change the profile, and if a profile was previously present it should tear it down. In PAUSED/PLAYING it should refuse setting a new profile. That test makes sense.
Created attachment 183078 [details] [review] encodebin: Tear down old profiles when setting new ones In NULL/READY, we should be able to switch profiles on encodebin, this patch makes it tear down old profiles when new ones are set if in NULL/READY states
commit 40eaac6191b4a3ab58a5d134e6b2ad015ec5b19d Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Thu Mar 10 14:22:38 2011 -0300 tests: encodebin: Add reuse test case Adds a test case to check if encodebin can be reused https://bugzilla.gnome.org/show_bug.cgi?id=644416 commit 4ee738be590348912ae3af607711af8b4550ad3f Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Thu Mar 10 14:38:47 2011 -0300 encodebin: Tear down old profiles when setting new ones In NULL/READY, we should be able to switch profiles on encodebin, this patch makes it tear down old profiles when new ones are set if in NULL/READY states https://bugzilla.gnome.org/show_bug.cgi?id=644416