diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-08-11 21:20:06 -0400 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-21 17:48:54 +0100 |
commit | b2f71c240111f2de35a7176e6a2aa1426cd31390 (patch) | |
tree | 97d0b516ae87aa17ea6f8e8fb69896293d37e938 | |
parent | abbdf7c22f4590a6d8a6fc009fba9a509c4755d8 (diff) | |
download | gst-plugins-bad-b2f71c240111f2de35a7176e6a2aa1426cd31390.tar.gz gst-plugins-bad-b2f71c240111f2de35a7176e6a2aa1426cd31390.tar.bz2 gst-plugins-bad-b2f71c240111f2de35a7176e6a2aa1426cd31390.zip |
[MOVED FROM GST-P-FARSIGHT] Make indentation more correct
-rw-r--r-- | gst/rtpmux/gstrtpmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c index c6c35003..8213452a 100644 --- a/gst/rtpmux/gstrtpmux.c +++ b/gst/rtpmux/gstrtpmux.c @@ -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 (); |