daaladec: Use new gst_video_decoder_set_needs_format() API
authorSebastian Dröge <sebastian@centricular.com>
Thu, 5 Dec 2013 10:45:36 +0000 (11:45 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 5 Dec 2013 10:50:17 +0000 (11:50 +0100)
ext/daala/gstdaaladec.c

index 22327a2..ceb8a55 100644 (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