gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.

Original commit message from CVS:
* gst/modplug/gstmodplug.cc:
Add missing break causing position queries to fail.
This commit is contained in:
Ronald S. Bultje 2005-02-15 16:25:48 +00:00
parent f222acffd2
commit 20e78d8915
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/modplug/gstmodplug.cc:
Add missing break causing position queries to fail.
2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):

View file

@ -357,6 +357,7 @@ gst_modplug_src_query (GstPad * pad, GstQueryType type,
res = FALSE;
break;
}
break;
default:
res = FALSE;
break;