From b73bb27c605120701619f3fa75acd82d31dec684 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 6 Apr 2002 03:40:15 +0000 Subject: fixed first bunch of compiler warnings Original commit message from CVS: fixed first bunch of compiler warnings --- gst/playondemand/filter.func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/playondemand/filter.func') diff --git a/gst/playondemand/filter.func b/gst/playondemand/filter.func index a1128e20..091626b2 100644 --- a/gst/playondemand/filter.func +++ b/gst/playondemand/filter.func @@ -63,7 +63,8 @@ do { out = in; } else { j = 0; - + w = 0; + out = gst_buffer_new_from_pool(filter->bufpool, 0, 0); } -- cgit v1.2.1