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 641712 - XWindow is never created in gst-camerabin-test example application
XWindow is never created in gst-camerabin-test example application
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-07 11:31 UTC by Teemu Katajisto
Modified: 2011-02-08 12:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch to fix the option handling. (1.19 KB, patch)
2011-02-07 11:34 UTC, Teemu Katajisto
committed Details | Review

Description Teemu Katajisto 2011-02-07 11:31:43 UTC
--no-window flag is false by default and selection based on the option whether to create XWindow is done before options are parsed. Therefore XWindow is never created.
Comment 1 Teemu Katajisto 2011-02-07 11:34:15 UTC
Created attachment 180281 [details] [review]
Proposed patch to fix the option handling.
Comment 2 Thiago Sousa Santos 2011-02-08 12:11:46 UTC
commit ab2b9079f0dc99daa9c1648504ccf7cab0aa1f1a
Author: Teemu Katajisto <teemu.katajisto@digia.com>
Date:   Mon Feb 7 09:50:22 2011 +0200

    examples: camerabin: fix --no-xwindow option handling in gst-camerabin-test
    
    --no-window flag is false by default and selection based on the option whether
    to create XWindow is done before options are parsed. Therefore XWindow is never
    created.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641712