Re: [gst-embedded] gstreamer segfault on ARM

2008-06-20 Thread Bernard Blackham
[Taking to gst-devel] Bernard Blackham wrote: > Running a rather simple program: > > #include > int main() { > gst_init(0, NULL); > g_pipeline_new("pipeline"); > return 0; > } > > with GST_DEBUG=4 causes the program to segfault when it goes to > print out one of its trace mess

[gst-embedded] gstreamer segfault on ARM

2008-06-19 Thread Bernard Blackham
Running a rather simple program: #include int main() { gst_init(0, NULL); g_pipeline_new("pipeline"); return 0; } with GST_DEBUG=4 causes the program to segfault when it goes to print out one of its trace messages. Can someone else please try and reproduce this? Simply, compil