diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2003-01-20 22:42:57 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2003-01-20 22:42:57 +0000 |
commit | 17b8e6956b7eca1b491e48a24c59cceeed8e307d (patch) | |
tree | d90a27e28b124a80d9f9ba764e9083e96e02e7af /gst/modplug | |
parent | 0056a06bd0318e11a44d3cd249f3e0acd40e705f (diff) | |
download | gst-plugins-bad-17b8e6956b7eca1b491e48a24c59cceeed8e307d.tar.gz gst-plugins-bad-17b8e6956b7eca1b491e48a24c59cceeed8e307d.tar.bz2 gst-plugins-bad-17b8e6956b7eca1b491e48a24c59cceeed8e307d.zip |
fix stupid mistake on seek event
Original commit message from CVS:
fix stupid mistake on seek event
Diffstat (limited to 'gst/modplug')
-rw-r--r-- | gst/modplug/gstmodplug.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc index 2951744a..b0562d12 100644 --- a/gst/modplug/gstmodplug.cc +++ b/gst/modplug/gstmodplug.cc @@ -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; |