[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
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