mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
[MOVED FROM GST-P-FARSIGHT] Make indentation more correct
This commit is contained in:
parent
abbdf7c22f
commit
b2f71c2401
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Reference in a new issue