mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
baseparse: use delta-unit flags instead of none
This commit is contained in:
parent
99d23b3905
commit
81e52d5585
1 changed files with 1 additions and 1 deletions
|
@ -1334,7 +1334,7 @@ gst_base_parse_add_index_entry (GstBaseParse * parse, guint64 offset,
|
|||
/* index might change on-the-fly, although that would be nutty app ... */
|
||||
GST_OBJECT_LOCK (parse);
|
||||
gst_index_add_associationv (parse->priv->index, parse->priv->index_id,
|
||||
(key) ? GST_ASSOCIATION_FLAG_KEY_UNIT : GST_ASSOCIATION_FLAG_NONE,
|
||||
(key) ? GST_ASSOCIATION_FLAG_KEY_UNIT : GST_ASSOCIATION_FLAG_DELTA_UNIT,
|
||||
2, (const GstIndexAssociation *) &associations);
|
||||
GST_OBJECT_UNLOCK (parse);
|
||||
|
||||
|
|
Loading…
Reference in a new issue