mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Update for indexable change
This commit is contained in:
parent
436cc30a94
commit
4548e811ea
1 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,8 @@ gst_mpeg2dec_init (GstMpeg2dec * mpeg2dec)
|
||||||
mpeg2dec->error_count = 0;
|
mpeg2dec->error_count = 0;
|
||||||
mpeg2dec->can_allocate_aligned = TRUE;
|
mpeg2dec->can_allocate_aligned = TRUE;
|
||||||
|
|
||||||
|
GST_OBJECT_FLAG_SET (mpeg2dec, GST_ELEMENT_FLAG_INDEXABLE);
|
||||||
|
|
||||||
/* initialize the mpeg2dec acceleration */
|
/* initialize the mpeg2dec acceleration */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue