[MOVED FROM GST-P-FARSIGHT] Make indentation more correct
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Tue, 12 Aug 2008 01:20:06 +0000 (21:20 -0400)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 21 Feb 2009 16:48:54 +0000 (17:48 +0100)
gst/rtpmux/gstrtpmux.c

index c6c3500..8213452 100644 (file)
@@ -505,7 +505,7 @@ gst_rtp_mux_ready_to_paused (GstRTPMux * rtp_mux)
     rtp_mux->seqnum_base = g_random_int_range (0, G_MAXUINT16);
   else
     rtp_mux->seqnum_base = rtp_mux->seqnum_offset;
-    rtp_mux->seqnum = rtp_mux->seqnum_base;
+  rtp_mux->seqnum = rtp_mux->seqnum_base;
       
   if (rtp_mux->ts_offset == -1)
     rtp_mux->ts_base = g_random_int ();