[maemo-developers] [maemo-developers] gStreamer in 2.0 release
From: Stefan Kost ensonic at hora-obscura.deDate: Fri Jul 14 22:33:09 EEST 2006
- Previous message: [maemo-developers] gStreamer in 2.0 release
- Next message: [maemo-developers] SQLITE development in IT2006
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, ThomasBambrough wrote: > I'm trying to use the gStreamer interface in version 2 of maemo and I > keep getting the following error when I call gst_init > > test[2840]: GLIB CRITICAL ** GStreamer - > gst_element_class_set_details: assertion `GST_IS_ELEMENT_DETAILS > (details)' failed > > ERROR: Caught a segmentation fault while loading plugin file: > /usr/lib/gstreamer-0.10/libgstrtpjitterbuffer.so > is that element part of the distribution or have you added it? The glib critical error terminates the application, because the plugin inside libgstrtpjitterbuffer.so calls gst_element_class_set_details() with something that should be a GstElementDetails object but isn't. This smells like memory corruption. > Can anyone tell me what i might be doing wrong. If this is your own app, try building in on linux/x86 and run it under valgrind. Stefan
- Previous message: [maemo-developers] gStreamer in 2.0 release
- Next message: [maemo-developers] SQLITE development in IT2006
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]