theoradec: Use new gst_video_decoder_set_needs_format() API

This commit is contained in:
Sebastian Dröge 2013-12-05 11:39:07 +01:00
parent 400d4baf92
commit 4a37d90e9d

View file

@ -207,6 +207,7 @@ gst_theora_dec_init (GstTheoraDec * dec)
/* input is packetized, /* input is packetized,
* but is not marked that way so data gets parsed and keyframes marked */ * 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_packetized (GST_VIDEO_DECODER (dec), FALSE);
gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (dec), TRUE);
} }
static gboolean static gboolean
@ -398,9 +399,6 @@ theora_handle_type_packet (GstTheoraDec * dec)
GstVideoFormat fmt; GstVideoFormat fmt;
GstVideoInfo *info; GstVideoInfo *info;
if (!dec->input_state)
return GST_FLOW_NOT_NEGOTIATED;
info = &dec->input_state->info; info = &dec->input_state->info;
GST_DEBUG_OBJECT (dec, "fps %d/%d, PAR %d/%d", GST_DEBUG_OBJECT (dec, "fps %d/%d, PAR %d/%d",