summaryrefslogtreecommitdiffstats
path: root/gst/playondemand
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2002-04-06 03:40:15 +0000
committerBenjamin Otte <otte@gnome.org>2002-04-06 03:40:15 +0000
commitb73bb27c605120701619f3fa75acd82d31dec684 (patch)
tree2822cbec20099c30b9ec1c50a45b7bb7453aacca /gst/playondemand
parent89aac2284d69ddfb4ab3db480d6a93c67fb7fd3d (diff)
downloadgst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.tar.gz
gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.tar.bz2
gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.zip
fixed first bunch of compiler warnings
Original commit message from CVS: fixed first bunch of compiler warnings
Diffstat (limited to 'gst/playondemand')
-rw-r--r--gst/playondemand/filter.func3
1 files changed, 2 insertions, 1 deletions
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);
}