GNOME Bugzilla – Bug 681564
Issue setting "video-source-filter" property on wrappercamerabinsrc
Last modified: 2012-09-28 15:38:43 UTC
While setting the property "video-source-filter" wrappercamerabinsrc only unrefs the current filter, but does not remove it from the pipeline.
Could you make a patch ?
Created attachment 225298 [details] [review] camerabin: use correct element name when replacing the video filter The name was updated on the 0.10 -> 1.0 transition, but the gst_bin_remove was still using the old name, causing an assertion when replacing video-source-filter
commit efd14946fd8bb4765c61b6ca02029241a7decee2 Author: Thiago Santos <thiago.sousa.santos@collabora.com> Date: Thu Sep 27 19:40:36 2012 -0300 camerabin: use correct element name when replacing the video filter The name was updated on the 0.10 -> 1.0 transition, but the gst_bin_remove was still using the old name, causing an assertion when replacing video-source-filter https://bugzilla.gnome.org/show_bug.cgi?id=681564 Just pushed it. I guess this was the issue you had. If not, please reopen.