diff options
-rw-r--r-- | gst/playondemand/filter.func | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/playondemand/filter.func b/gst/playondemand/filter.func index cb5d54ca..61c1cc56 100644 --- a/gst/playondemand/filter.func +++ b/gst/playondemand/filter.func @@ -106,6 +106,7 @@ do { filter->plays[p] = (offset+k >= num_filter) ? G_MAXUINT : offset + k; } } + } /****************************************************************************/ /* push out the buffer. */ |