GNOME Bugzilla – Bug 618388
[frei0r] Boolean values can't be set from gst-launch [PATCH]
Last modified: 2010-05-12 16:19:24 UTC
Created attachment 160840 [details] [review] Patch to fix how frei0r handles boolean parameters The frei0r plugin improperly handles setting boolean values from gst-launch, or in any other application where a boolean property is set before the first buffer arrives. The attached patch fixes this behavior as tested with the following: gst-launch-0.10 videotestsrc ! frei0r-filter-flippo "x-axis=1" ! ffmpegcolorspace ! autovideosink
commit 59fddc9237e7c45d88286491d644c486def52e19 Author: Joshua M. Doe <joshua.doe@us.army.mil> Date: Tue May 11 13:52:51 2010 -0400 frei0r: Fix setting of boolean values Setting boolean type parameters from gst-launch failed because of improper handling of Fixes bug #618388.