fix stupid mistake on seek event

Original commit message from CVS:
fix stupid mistake on seek event
This commit is contained in:
Jeremy Simon 2003-01-20 22:42:57 +00:00
parent 0056a06bd0
commit 17b8e6956b

View file

@ -478,6 +478,7 @@ gst_modplug_src_event (GstPad *pad, GstEvent *event)
flush = GST_EVENT_SEEK_FLAGS (event) & GST_SEEK_FLAG_FLUSH;
modplug->seek_at = GST_EVENT_SEEK_OFFSET (event);
break;
}
default:
res = FALSE;