Initialize buf with NULL ... should compile now

Original commit message from CVS:
Initialize buf with NULL ... should compile now
This commit is contained in:
Jeremy Simon 2002-12-01 18:32:34 +00:00
parent 6c751c7cd4
commit c0e293f689

View file

@ -413,7 +413,7 @@ gst_spider_identity_src_loop (GstSpiderIdentity *ident)
static void
gst_spider_identity_sink_loop_type_finding (GstSpiderIdentity *ident)
{
GstBuffer *buf;
GstBuffer *buf=NULL;
GstBuffer *typefindbuf = NULL;
gboolean getmorebuf = TRUE;
GList *type_list;