diff options
author | Leif Johnson <leif@ambient.2y.net> | 2002-01-22 04:44:21 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2002-01-22 04:44:21 +0000 |
commit | d3e8b42dfe3451d9ac6f9a720d47ded3b1f864ee (patch) | |
tree | 23597552db61328537f7fd16c35af484bef3f388 /gst/playondemand/gstplayondemand.h | |
parent | 1924c5ce0c50578ea3fea2ddb986b3d6d18047d0 (diff) | |
download | gst-plugins-bad-d3e8b42dfe3451d9ac6f9a720d47ded3b1f864ee.tar.gz gst-plugins-bad-d3e8b42dfe3451d9ac6f9a720d47ded3b1f864ee.tar.bz2 gst-plugins-bad-d3e8b42dfe3451d9ac6f9a720d47ded3b1f864ee.zip |
Updated to work with the new capsnego stuff.
Original commit message from CVS:
Updated to work with the new capsnego stuff.
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 |