diff options
author | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:15 +0000 |
commit | b73bb27c605120701619f3fa75acd82d31dec684 (patch) | |
tree | 2822cbec20099c30b9ec1c50a45b7bb7453aacca /gst/playondemand | |
parent | 89aac2284d69ddfb4ab3db480d6a93c67fb7fd3d (diff) | |
download | gstreamer-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.tar.gz |
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.func | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/playondemand/filter.func b/gst/playondemand/filter.func index a1128e20e..091626b23 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); } |