summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/gstrtpmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtpmux/gstrtpmux.h')
-rw-r--r--gst/rtpmux/gstrtpmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmux/gstrtpmux.h b/gst/rtpmux/gstrtpmux.h
index f76717a7..bf66e1e7 100644
--- a/gst/rtpmux/gstrtpmux.h
+++ b/gst/rtpmux/gstrtpmux.h
@@ -60,7 +60,7 @@ struct _GstRTPMux
gint32 ts_offset;
gint16 seqnum_offset;
- guint16 seqnum;
+ guint16 seqnum; /* protected by object lock */
guint ssrc;
guint current_ssrc;
};