diff options
Diffstat (limited to 'gst/mpegstream/gstmpegparse.c')
-rw-r--r-- | gst/mpegstream/gstmpegparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegstream/gstmpegparse.c b/gst/mpegstream/gstmpegparse.c index 3d7a8bfc..33328522 100644 --- a/gst/mpegstream/gstmpegparse.c +++ b/gst/mpegstream/gstmpegparse.c @@ -381,7 +381,7 @@ gst_mpeg_parse_parse_packhead (GstMPEGParse *mpeg_parse, GstBuffer *buffer) if (mpeg_parse->index && GST_INDEX_IS_WRITABLE (mpeg_parse->index)) { /* update index if any */ gst_index_add_association (mpeg_parse->index, mpeg_parse->index_id, - GST_ACCOCIATION_FLAG_KEY_UNIT, + GST_ASSOCIATION_FLAG_KEY_UNIT, GST_FORMAT_BYTES, GST_BUFFER_OFFSET (buffer), GST_FORMAT_TIME, MPEGTIME_TO_GSTTIME (scr), 0); } |