summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/gstrtpmux.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-18 18:14:52 -0500
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:57 +0100
commit7a222b560eb5b30036b5bbd5719140cf6dbbbe6e (patch)
treed97dc5b82a3bf9acaa6cb4ee075fed9d0f95b1cd /gst/rtpmux/gstrtpmux.h
parentd0c7c0fc6c1cc1085267d972db949f9ad2c85ea3 (diff)
downloadgst-plugins-bad-7a222b560eb5b30036b5bbd5719140cf6dbbbe6e.tar.gz
gst-plugins-bad-7a222b560eb5b30036b5bbd5719140cf6dbbbe6e.tar.bz2
gst-plugins-bad-7a222b560eb5b30036b5bbd5719140cf6dbbbe6e.zip
[MOVED FROM GST-P-FARSIGHT] Protect the seqnum with object lock in rtpmux
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;
};