summaryrefslogtreecommitdiffstats
path: root/gst/playondemand/filter.func
diff options
context:
space:
mode:
Diffstat (limited to 'gst/playondemand/filter.func')
-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);
}