mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
update for indexable change
This commit is contained in:
parent
1754ee91ad
commit
8356be8ae5
1 changed files with 2 additions and 0 deletions
|
@ -562,6 +562,8 @@ gst_base_parse_init (GstBaseParse * parse, GstBaseParseClass * bclass)
|
|||
/* init state */
|
||||
gst_base_parse_reset (parse);
|
||||
GST_DEBUG_OBJECT (parse, "init ok");
|
||||
|
||||
GST_OBJECT_FLAG_SET (parse, GST_ELEMENT_FLAG_INDEXABLE);
|
||||
}
|
||||
|
||||
static GstBaseParseFrame *
|
||||
|
|
Loading…
Reference in a new issue