mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
fix stupid mistake on seek event
Original commit message from CVS: fix stupid mistake on seek event
This commit is contained in:
parent
0056a06bd0
commit
17b8e6956b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue