theoradec: stream is marking as non-packeized so that the data gets parsed and keyframes marked

This commit is contained in:
Sreerenj Balachandran 2012-05-22 15:17:37 +03:00 committed by Sebastian Dröge
parent abd5ec7b9f
commit 8054c66194

View 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