diff options
-rw-r--r-- | ext/theora/gsttheoradec.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/theora/gsttheoradec.c b/ext/theora/gsttheoradec.c index 827d24fc3..fee82bdc2 100644 --- a/ext/theora/gsttheoradec.c +++ b/ext/theora/gsttheoradec.c @@ -207,6 +207,7 @@ gst_theora_dec_init (GstTheoraDec * dec) /* input is packetized, * but is not marked that way so data gets parsed and keyframes marked */ gst_video_decoder_set_packetized (GST_VIDEO_DECODER (dec), FALSE); + gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (dec), TRUE); } static gboolean @@ -398,9 +399,6 @@ theora_handle_type_packet (GstTheoraDec * dec) GstVideoFormat fmt; GstVideoInfo *info; - if (!dec->input_state) - return GST_FLOW_NOT_NEGOTIATED; - info = &dec->input_state->info; GST_DEBUG_OBJECT (dec, "fps %d/%d, PAR %d/%d", |