[gst-devel] issue on gstreamer control
Ronald S. Bultje
rbultje at ronald.bitfreak.net
Tue Nov 8 13:42:29 CET 2005
[please keep CC'ing gst-devel]
On Tue, 2005-11-08 at 13:09 -0800, rong wang wrote:
> if(mixer = NULL)
> g_print("there is no mixer\r\n");
^^^^
= assigns, == compares; this causes your crash (so change the '=' into
'=='). Please use a debugger to catch this sort of stuff, or compile
your apps with -Wall (gcc should warn for this, IIRC). If you see more
crashes after fixing this, please show me a backtrace or at least the
messages to see at which line it crashed.
Ronald
More information about the gstreamer-devel
mailing list