[maemo-developers] [maemo-developers] gStreamer in 2.0 release

From: Stefan Kost ensonic at hora-obscura.de
Date: Fri Jul 14 22:33:09 EEST 2006
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

More information about the maemo-developers mailing list