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 632337 - cheese-widget passes a GtkDrawingArea as parameter when ClutterTexture is expected
cheese-widget passes a GtkDrawingArea as parameter when ClutterTexture is exp...
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: 2.32
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-10-17 04:52 UTC by Luciana Fujii
Modified: 2010-10-17 09:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Uses GtkClutterEmbed with a texture instead of GtkDrawingArea (2.52 KB, application/octet-stream)
2010-10-17 04:52 UTC, Luciana Fujii
Details

Description Luciana Fujii 2010-10-17 04:52:46 UTC
Created attachment 172532 [details]
Uses GtkClutterEmbed with a texture instead of GtkDrawingArea

If I execute test cheese-test-widget the test crashes with Segmentation fault after displaying the following error: "invalid object type `GtkDrawingArea' for value type `ClutterTexture'".

The cheese-widget does pass a GtkDrawingArea as a parameter to function cheese_camera_new which expects a ClutterTexture.
Comment 1 daniel g. siegel 2010-10-17 09:40:49 UTC
thanks a lot for the patch! great work!

next time, please remember to mark the attachment as "patch", in order that bugzilla can offer the review functions to it.