diff options
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 64c5e9f2..6d4c4ab5 100644 --- a/gst/modplug/gstmodplug.cc +++ b/gst/modplug/gstmodplug.cc @@ -357,6 +357,7 @@ gst_modplug_src_query (GstPad * pad, GstQueryType type, res = FALSE; break; } + break; default: res = FALSE; break; |