summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/gstrtpmux.h
diff options
context:
space:
mode:
authorzeeshan.ali@nokia.com <zeeshan.ali@nokia.com>2007-03-29 13:36:22 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:53 +0100
commitf224378822e841153d26f26b0a64871db795d25c (patch)
tree6a0587c990f03fbac5bce3d23015aab57c0a1a89 /gst/rtpmux/gstrtpmux.h
parent67c77c80298cdae2c018841989e989477161fc42 (diff)
downloadgst-plugins-bad-f224378822e841153d26f26b0a64871db795d25c.tar.gz
gst-plugins-bad-f224378822e841153d26f26b0a64871db795d25c.tar.bz2
gst-plugins-bad-f224378822e841153d26f26b0a64871db795d25c.zip
[MOVED FROM GST-P-FARSIGHT] set SSRC on the packets
20070329133622-65035-1be6e0aa85a71389f7d257b9cd3e13a73d6b745b.gz
Diffstat (limited to 'gst/rtpmux/gstrtpmux.h')
-rw-r--r--gst/rtpmux/gstrtpmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmux/gstrtpmux.h b/gst/rtpmux/gstrtpmux.h
index 93dc86df..fee43055 100644
--- a/gst/rtpmux/gstrtpmux.h
+++ b/gst/rtpmux/gstrtpmux.h
@@ -62,6 +62,8 @@ struct _GstRTPMux
gint32 ts_offset;
gint16 seqnum_offset;
guint16 seqnum;
+ guint ssrc;
+ guint current_ssrc;
guint32 clock_rate;
};