summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmpapay.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-09-03 19:09:12 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-09-03 19:17:00 +0200
commitbf73a6ee3aef0a3ecb6a63bc4f7807af242ea6a1 (patch)
tree13a2d91b35e2d864eda0cee78229dd5d6d7f822c /gst/rtp/gstrtpmpapay.c
parent3f629f6001cca4ce2fea91cd826636e3ea6a3a46 (diff)
rtpmpapay: whitespace fixes
Diffstat (limited to 'gst/rtp/gstrtpmpapay.c')
-rw-r--r--gst/rtp/gstrtpmpapay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpmpapay.c b/gst/rtp/gstrtpmpapay.c
index fc2438d8..a2a80c43 100644
--- a/gst/rtp/gstrtpmpapay.c
+++ b/gst/rtp/gstrtpmpapay.c
@@ -198,7 +198,7 @@ gst_rtp_mpa_pay_flush (GstRtpMPAPay * rtpmpapay)
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* | MBZ | Frag_offset |
- * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/
payload = gst_rtp_buffer_get_payload (outbuf);
payload[0] = 0;
@@ -245,7 +245,7 @@ gst_rtp_mpa_pay_handle_buffer (GstBaseRTPPayload * basepayload,
rtpmpapay->duration = 0;
}
- /* get packet length of previous data and this new data,
+ /* get packet length of previous data and this new data,
* payload length includes a 4 byte header */
packet_len = gst_rtp_buffer_calc_packet_len (4 + avail + size, 0, 0);