After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 618388 - [frei0r] Boolean values can't be set from gst-launch [PATCH]
[frei0r] Boolean values can't be set from gst-launch [PATCH]
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal major
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-11 18:06 UTC by Josh Doe
Modified: 2010-05-12 16:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix how frei0r handles boolean parameters (1.78 KB, patch)
2010-05-11 18:06 UTC, Josh Doe
committed Details | Review

Description Josh Doe 2010-05-11 18:06:49 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
Comment 1 Sebastian Dröge (slomo) 2010-05-12 16:19:17 UTC
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.