[MOVED FROM GST-P-FARSIGHT] Make indentation more correct

This commit is contained in:
Olivier Crête 2008-08-11 21:20:06 -04:00 committed by Edward Hervey
parent abbdf7c22f
commit b2f71c2401

View 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 ();