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 522340 - quickcam compiled from source ubuntu system
quickcam compiled from source ubuntu system
Status: RESOLVED DUPLICATE of bug 522009
Product: cheese
Classification: Applications
Component: general
2.21.x
Other All
: Normal critical
: ---
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-03-14 00:31 UTC by Zenko
Modified: 2008-03-31 16:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zenko 2008-03-14 00:31:18 UTC
Steps to reproduce:
1. run cheese
2. gui window pops up then crashes
3. :(


Stack trace:
(gdb) backtrace
  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #4 g_log
    from /usr/lib/libglib-2.0.so.0
  • #5 cheese_webcam_create_video_save_bin
    at cheese-webcam.c line 805
  • #6 cheese_webcam_init
    at cheese-webcam.c line 1122
  • #7 g_type_create_instance
    from /usr/lib/libgobject-2.0.so.0
  • #8 ??
    from /usr/lib/libgobject-2.0.so.0
  • #9 ??
  • #10 __pthread_mutex_unlock_usercnt
    from /lib/tls/i686/cmov/libpthread.so.0
  • #11 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_object_new
    from /usr/lib/libgobject-2.0.so.0
  • #14 cheese_webcam_new
    at cheese-webcam.c line 1149
  • #15 cheese_window_init
    at cheese-window.c line 1136
  • #16 main
    at cheese.c line 80




Other information:
Here is the output for cheese -V:

(cheese:5947): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed

(cheese:5947): GStreamer-CRITICAL **: gst_bin_add_many: assertion `GST_IS_ELEMENT (element_1)' failed

(cheese:5947): GStreamer-CRITICAL **: gst_element_link_many: assertion `GST_IS_ELEMENT (element_1)' failed

(cheese:5947): GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion `GST_IS_ELEMENT (dest)' failed

(cheese:5947): GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion `GST_IS_ELEMENT (src)' failed

** ERROR **: Unable to create video save pipeline
aborting...


a gstreamer problem?
Comment 1 daniel g. siegel 2008-03-14 00:54:16 UTC
yeah... it seems that you are missing a plugin, or a plugin isnt used correctly...

could you try with latest svn? we added a patch about that yesterday
Comment 2 daniel g. siegel 2008-03-31 16:51:23 UTC

*** This bug has been marked as a duplicate of 522009 ***