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
_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to