theoradec: stream is marking as non-packeized so that the data gets parsed and keyfra...
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Tue, 22 May 2012 12:17:37 +0000 (15:17 +0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 23 May 2012 08:16:25 +0000 (10:16 +0200)
ext/theora/gsttheoradec.c

index 1d4925f..b9ab5e4 100644 (file)
@@ -201,6 +201,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);
 }
 
 static void