mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
cdxaparse: Compare the correct variable to GST_SEEK_TYPE_SET
This commit is contained in:
parent
27d7c799a6
commit
1f102af33d
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ gst_cdxa_parse_do_seek (GstCDXAParse * cdxa, GstEvent * event)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
if (format != GST_SEEK_TYPE_SET) {
|
||||
if (start_type != GST_SEEK_TYPE_SET) {
|
||||
GST_DEBUG_OBJECT (cdxa, "Can only handle seek from start (SEEK_TYPE_SET)");
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue