program crashes after g_main_loop_run()

Tim Müller tim at centricular.com
Sun Apr 6 05:49:56 PDT 2014


On Sun, 2014-04-06 at 04:16 -0700, leon wrote:

> *callbacks to appsrc:*
> 
>   g_signal_connect(app->src, "need-data", G_CALLBACK(start_feed), app);
>   g_signal_connect(app->src, "enough-data", G_CALLBACK(stop_feed), app);

Please also show us your callback functions as well, and especially make
sure that they look exactly like they should according to
gst-inspect-1.0 and/or the documentation in terms of arguments and
return values.

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list