From 86e3999647766fe29b9b4034e522b6ae64a405f2 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 14 Jun 2007 12:03:44 +0000 Subject: [PATCH] libs/gst/base/gstbasesink.c: Add two breaks thats where missing. Original commit message from CVS: * libs/gst/base/gstbasesink.c: (gst_base_sink_reset_qos), (gst_base_sink_render_object), (gst_base_sink_get_position): Add two breaks thats where missing. --- ChangeLog | 6 ++++++ libs/gst/base/gstbasesink.c | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index efcd28f6d8..0692c0dbd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-14 Stefan Kost + + * libs/gst/base/gstbasesink.c: (gst_base_sink_reset_qos), + (gst_base_sink_render_object), (gst_base_sink_get_position): + Add two breaks thats where missing. + 2007-06-14 Tim-Philipp Müller * docs/libs/gstreamer-libs-sections.txt: diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index 80023dd1aa..a73f4da589 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -1530,6 +1530,7 @@ gst_base_sink_reset_qos (GstBaseSink * sink) priv->avg_render = -1; priv->rendered = 0; priv->dropped = 0; + } /* Checks if the object was scheduled too late. @@ -1733,6 +1734,7 @@ gst_base_sink_render_object (GstBaseSink * basesink, GstPad * pad, /* configure the segment */ gst_base_sink_configure_segment (basesink, pad, event, &basesink->segment); + break; default: break; } @@ -2680,6 +2682,7 @@ gst_base_sink_get_position (GstBaseSink * basesink, GstFormat format, GST_TIME_FORMAT " + time %" GST_TIME_FORMAT, GST_TIME_ARGS (now), GST_TIME_ARGS (base), GST_TIME_ARGS (accum), GST_TIME_ARGS (time)); + break; } default: /* cannot answer other than TIME, we return FALSE, which will