diff options
Diffstat (limited to 'gst/playondemand/gstplayondemand.h')
-rw-r--r-- | gst/playondemand/gstplayondemand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/playondemand/gstplayondemand.h b/gst/playondemand/gstplayondemand.h index 7ca8206e..57dd189d 100644 --- a/gst/playondemand/gstplayondemand.h +++ b/gst/playondemand/gstplayondemand.h @@ -57,7 +57,7 @@ struct _GstPlayOnDemand { GstElement element; GstPad *sinkpad, *srcpad; - GstBufferPool *sinkpool, *srcpool; + GstBufferPool *bufpool; /* these next data elements are for the filter's internal buffers and list of play pointers (offsets in the internal buffers). there are also flags for |