diff options
Diffstat (limited to 'ext/xine')
-rw-r--r-- | ext/xine/xineinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xine/xineinput.c b/ext/xine/xineinput.c index bdc84195..fb4813ac 100644 --- a/ext/xine/xineinput.c +++ b/ext/xine/xineinput.c @@ -168,7 +168,7 @@ gst_xine_input_get (GstPad * pad) } buf = - gst_pad_alloc_buffer (xine->srcpad, GST_BUFFER_OFFSET_NONE, + gst_pad_alloc_buffer_and_set_caps (xine->srcpad, GST_BUFFER_OFFSET_NONE, xine->blocksize); GST_BUFFER_OFFSET (buf) = position; real_size = |