You are not logged in.
(cheese:12986): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed
(cheese:12986): GStreamer-CRITICAL **: gst_bin_add_many: assertion `GST_IS_ELEMENT (element_1)' failed
(cheese:12986): GStreamer-CRITICAL **: gst_element_link_many: assertion `GST_IS_ELEMENT (element_1)' failed
(cheese:12986): GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion `GST_IS_ELEMENT (dest)' failed
(cheese:12986): GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion `GST_IS_ELEMENT (src)' failed
** ERROR **: Unable to create video save pipeline
aborting...
AbortedAfter entering "cheese" into the terminal, the program starts up, I see a bit of the interface, such as the buttons, but no video. That's in a split second, because the program closes almost right after it comes up. I'm running this program on an Asus Eee. Does anyone know what these errors mean and how I can fix them?
Offline
I get the same errors.. I'm not sure what's wrong with it..
syd wrote:Here in NZ we cant spell words with more than 5 letters. So color will have to do.
You must be very special then because "letters" has 7
Offline
Getting the same errors trying to use the internal camera on a Sony Vaio. (device 05ca:1836 Ricoh Co., Ltd)
Hmm... I'll try an older revision of Cheese now ![]()
Offline
I also got this same error on ASUS Eee PC. Would really love to know how to fix this.
For what it's worth, Cheese works fine on Ubuntu. ![]()
Last edited by zodmaner (2008-01-30 04:50:16)
Offline
I got the same problem, but after installing all gstreamer plugins with
pacman -S gstreamer0.10-plugins
it worked... seems like one of these plugins was needed, but i can't tell you which... didn't hurt to install them all (10 mb or something)
Offline
i also have the same bug. tracking the bug i found that is a problem with gstreamer when using linux-uvc driver:
i quote from cheese/faq
"Try to see if it works with gstreamer-properties. If it works there, please fill a bug. Else bug the gstreamer guys"
the bug is in gstreamer <0.10.6
http://bugzilla.gnome.org/show_bug.cgi?id=477456
Last edited by wonder (2008-02-02 16:07:49)
Give what you have. To someone, it may be better than you dare to think.
Offline
I got the same problem, but after installing all gstreamer plugins with
pacman -S gstreamer0.10-plugins
it worked... seems like one of these plugins was needed, but i can't tell you which... didn't hurt to install them all (10 mb or something)
Same problem, same solution. (Using linux-uvc with macbook isight)
Probably ought to find out which plugin(s) it is, so that the dependencies can be changed for the package.
Offline
I still get the errors after installing gstreamer0.10-theora, and am unable to install gstreamer0.10-plugins because metadata and soup require bad to be >=0.10.6 and cheese requires base to be >=0.10.18, even though both are. And if it matters, my webcam uses gspacv1 and works great with Kopete and xawtv.
Here's the error for cheese:
[bladesonfire@alai ~]$ cheese
** (cheese:8148): WARNING **: Throbber animation not found
** (cheese:8148): WARNING **: Throbber fallback animation not found either
(cheese:8148): GStreamer-CRITICAL **: gst_bin_add_many: assertion `GST_IS_ELEMENT (element_1)' failed
(cheese:8148): GStreamer-CRITICAL **: gst_element_link_many: assertion `GST_IS_ELEMENT (element_1)' failed
(cheese:8148): GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion `GST_IS_BIN (parent)' failed
** ERROR **: Unable to create video save pipeline
aborting...
AbortedHere's what I have installed with gstreamer:
[bladesonfire@alai ~]$ pacman -Qs gstreamer
local/gstreamer0.10 0.10.18-2
GStreamer Multimedia Framework
local/gstreamer0.10-bad 0.10.6-1 (gstreamer0.10-plugins)
GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)
local/gstreamer0.10-base 0.10.18-1 (gstreamer0.10-plugins)
GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
local/gstreamer0.10-ogg 0.10.18-1 (gstreamer0.10-plugins)
GStreamer OGG plugin
local/gstreamer0.10-theora 0.10.15-1 (gstreamer0.10-plugins)
GStreamer Theora pluginOffline
I got it to work. Needed gconf, good, and vorbis plugins as well to make Cheese to work. Now I just need the icons in Cheese to show up. Again, here's my gstreamer-plugins.
local/gstreamer0.10 0.10.18-2
GStreamer Multimedia Framework
local/gstreamer0.10-base 0.10.18-1 (gstreamer0.10-plugins)
GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
local/gstreamer0.10-gconf 0.10.6-1 (gstreamer0.10-plugins)
GStreamer GConf plugin
local/gstreamer0.10-good 0.10.7-1 (gstreamer0.10-plugins)
GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
local/gstreamer0.10-ogg 0.10.18-1 (gstreamer0.10-plugins)
GStreamer OGG plugin
local/gstreamer0.10-theora 0.10.15-1 (gstreamer0.10-plugins)
GStreamer Theora plugin
local/gstreamer0.10-vorbis 0.10.15-1 (gstreamer0.10-plugins)
GStreamer Vorbis pluginOffline
Thanks !
worked for me by installing the gstreamer plugins
Offline