diff options
Diffstat (limited to 'ext/schroedinger/gstschrodec.c')
-rw-r--r-- | ext/schroedinger/gstschrodec.c | 2 |
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); |