mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
f222acffd2
commit
20e78d8915
2 changed files with 6 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -357,6 +357,7 @@ gst_modplug_src_query (GstPad * pad, GstQueryType type,
|
|||
res = FALSE;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
res = FALSE;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue