From 20e78d8915eeb3e44c8fef066825f44aba685052 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 15 Feb 2005 16:25:48 +0000 Subject: 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. --- ChangeLog | 5 +++++ gst/modplug/gstmodplug.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2be822de..9f32f4c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-15 Ronald S. Bultje + + * gst/modplug/gstmodplug.cc: + Add missing break causing position queries to fail. + 2005-02-15 Ronald S. Bultje * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate): 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; -- cgit v1.2.1