diff options
Diffstat (limited to 'gst/playondemand/gstplayondemand.c')
-rw-r--r-- | gst/playondemand/gstplayondemand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c index 0876f7d0..b53d4be9 100644 --- a/gst/playondemand/gstplayondemand.c +++ b/gst/playondemand/gstplayondemand.c @@ -434,7 +434,7 @@ play_on_demand_loop (GstElement *elem) filter->bufpool = gst_buffer_pool_get_default(GST_POD_BUFPOOL_SIZE, GST_POD_BUFPOOL_NUM); - in = gst_pad_pull(filter->sinkpad); + in = GST_BUFFER (gst_pad_pull(filter->sinkpad)); if (filter->format == GST_PLAYONDEMAND_FORMAT_INT) { if (filter->width == 16) { |