mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
Initialize buf with NULL ... should compile now
Original commit message from CVS: Initialize buf with NULL ... should compile now
This commit is contained in:
parent
6c751c7cd4
commit
c0e293f689
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue