diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-07-23 10:35:03 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-07-23 10:35:03 +0200 |
commit | b60da6223e3cc5f10cac799228c85ec2a7562456 (patch) | |
tree | 8fbdac4067cdf9c222c665be52c6545f09d165a3 /ext/schroedinger | |
parent | da227c05377f7d49846bccf5699b1c1cf37988ea (diff) | |
download | gstreamer-plugins-bad-b60da6223e3cc5f10cac799228c85ec2a7562456.tar.gz |
ext: Update for video base classes API changes
Diffstat (limited to 'ext/schroedinger')
-rw-r--r-- | ext/schroedinger/gstschrodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/schroedinger/gstschrodec.c b/ext/schroedinger/gstschrodec.c index 77ce8a3ba..939588dd3 100644 --- a/ext/schroedinger/gstschrodec.c +++ b/ext/schroedinger/gstschrodec.c @@ -455,7 +455,7 @@ gst_schro_dec_process (GstSchroDec * schro_dec, gboolean eos) state = gst_video_decoder_get_output_state (GST_VIDEO_DECODER (schro_dec)); outbuf = - gst_video_decoder_alloc_output_buffer (GST_VIDEO_DECODER + gst_video_decoder_allocate_output_buffer (GST_VIDEO_DECODER (schro_dec)); schro_frame = gst_schro_buffer_wrap (outbuf, GST_VIDEO_INFO_FORMAT (&state->info), |