summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvdemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/flv/gstflvdemux.c')
-rw-r--r--gst/flv/gstflvdemux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c
index 0d8d087c..045b3450 100644
--- a/gst/flv/gstflvdemux.c
+++ b/gst/flv/gstflvdemux.c
@@ -979,6 +979,7 @@ gst_flv_demux_query (GstPad * pad, GstQuery * query)
break;
}
case GST_QUERY_LATENCY:
+ default:
{
GstPad *peer;
@@ -992,9 +993,6 @@ gst_flv_demux_query (GstPad * pad, GstQuery * query)
}
break;
}
- default:
- res = FALSE;
- break;
}
beach: