daaladec: Use new gst_video_decoder_set_needs_format() API

This commit is contained in:
Sebastian Dröge 2013-12-05 11:45:36 +01:00
parent a167173063
commit 23735c703d

View file

@ -132,6 +132,7 @@ gst_daala_dec_init (GstDaalaDec * 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 void