diff options
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); } |