Update for indexable change

This commit is contained in:
Wim Taymans 2011-11-28 18:26:34 +01:00
parent 436cc30a94
commit 4548e811ea

View file

@ -192,6 +192,8 @@ gst_mpeg2dec_init (GstMpeg2dec * mpeg2dec)
mpeg2dec->error_count = 0;
mpeg2dec->can_allocate_aligned = TRUE;
GST_OBJECT_FLAG_SET (mpeg2dec, GST_ELEMENT_FLAG_INDEXABLE);
/* initialize the mpeg2dec acceleration */
}