theoradec: Call video_decoder_negotiate() once configured

This commit is contained in:
Edward Hervey 2012-07-18 15:35:05 +02:00
parent 8feaebb6eb
commit 0cc8445cfa

View file

@ -504,6 +504,8 @@ theora_handle_type_packet (GstTheoraDec * dec)
break;
}
gst_video_decoder_negotiate (GST_VIDEO_DECODER (dec));
dec->have_header = TRUE;
/* FIXME : Put this on the next outgoing frame */