From 742e4fcec56d95338c413aedcd951ce1a9839ce7 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 2 Jan 2003 09:00:20 +0000 Subject: [PATCH] fix typo Original commit message from CVS: fix typo --- ext/cdparanoia/gstcdparanoia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/cdparanoia/gstcdparanoia.c b/ext/cdparanoia/gstcdparanoia.c index 20b5133..fc64c4a 100644 --- a/ext/cdparanoia/gstcdparanoia.c +++ b/ext/cdparanoia/gstcdparanoia.c @@ -572,7 +572,7 @@ add_index_associations (CDParanoia *src) sector = cdda_track_firstsector (src->d, i + 1); gst_index_add_association (src->index, src->index_id, - GST_ACCOCIATION_FLAG_KEY_UNIT, + GST_ASSOCIATION_FLAG_KEY_UNIT, track_format, i, sector_format, sector, GST_FORMAT_TIME, (gint64) (((CD_FRAMESIZE_RAW >> 2) * sector * GST_SECOND) / 44100), -- 2.7.4