[farsight2/master] substream: Add missing break

Olivier Crête olivier.crete at collabora.co.uk
Tue May 12 08:59:59 PDT 2009


---
 gst/fsrtpconference/fs-rtp-substream.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-substream.c b/gst/fsrtpconference/fs-rtp-substream.c
index 7250520..14e9614 100644
--- a/gst/fsrtpconference/fs-rtp-substream.c
+++ b/gst/fsrtpconference/fs-rtp-substream.c
@@ -807,6 +807,7 @@ fs_rtp_sub_stream_get_property (GObject *object,
       break;
     case PROP_RECEIVING:
       g_value_set_boolean (value, self->priv->receiving);
+      break;
     case PROP_OUTPUT_GHOSTPAD:
       g_value_set_object (value, self->priv->output_ghostpad);
       break;
-- 
1.5.6.5




More information about the farsight-commits mailing list