summaryrefslogtreecommitdiff
path: root/ext/schroedinger
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2012-07-19 09:05:13 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2012-08-14 19:07:43 +0200
commit54bfdebd9f03c7ca3d260fbf151520f4fbd751f5 (patch)
tree02fd46b0a4f8bfa488957905c217e836b23f865d /ext/schroedinger
parent3153965658c2f6c9fbe37d699beb5c3dda64abb1 (diff)
downloadgstreamer-plugins-bad-54bfdebd9f03c7ca3d260fbf151520f4fbd751f5.tar.gz
schrodec: Call gst_video_decoder_negotiate()
Diffstat (limited to 'ext/schroedinger')
-rw-r--r--ext/schroedinger/gstschrodec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/schroedinger/gstschrodec.c b/ext/schroedinger/gstschrodec.c
index 9121a5f80..c89ca2564 100644
--- a/ext/schroedinger/gstschrodec.c
+++ b/ext/schroedinger/gstschrodec.c
@@ -264,6 +264,8 @@ parse_sequence_header (GstSchroDec * schro_dec, guint8 * data, int size)
GST_DEBUG ("Pixel aspect ratio is %d/%d", state->info.par_n,
state->info.par_d);
+ gst_video_decoder_negotiate (GST_VIDEO_DECODER (schro_dec));
+
beach:
if (state)
gst_video_codec_state_unref (state);