mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
fix typo
Original commit message from CVS: fix typo
This commit is contained in:
parent
f016859991
commit
742e4fcec5
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ add_index_associations (CDParanoia *src)
|
||||||
|
|
||||||
sector = cdda_track_firstsector (src->d, i + 1);
|
sector = cdda_track_firstsector (src->d, i + 1);
|
||||||
gst_index_add_association (src->index, src->index_id,
|
gst_index_add_association (src->index, src->index_id,
|
||||||
GST_ACCOCIATION_FLAG_KEY_UNIT,
|
GST_ASSOCIATION_FLAG_KEY_UNIT,
|
||||||
track_format, i,
|
track_format, i,
|
||||||
sector_format, sector,
|
sector_format, sector,
|
||||||
GST_FORMAT_TIME, (gint64) (((CD_FRAMESIZE_RAW >> 2) * sector * GST_SECOND) / 44100),
|
GST_FORMAT_TIME, (gint64) (((CD_FRAMESIZE_RAW >> 2) * sector * GST_SECOND) / 44100),
|
||||||
|
|
Loading…
Reference in a new issue