summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/gstrtpmux.h
diff options
context:
space:
mode:
authorzeeshan.ali@nokia.com <zeeshan.ali@nokia.com>2007-03-23 16:31:39 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:52 +0100
commit45c083c2df6f3ffca8db3d736574db47e520335b (patch)
tree0dfbb63c2d702f7011fc0c46964cbc35957e0958 /gst/rtpmux/gstrtpmux.h
parenta7afa08394e06d6b3b0981b1a15ae966b3aa1074 (diff)
downloadgst-plugins-bad-45c083c2df6f3ffca8db3d736574db47e520335b.tar.gz
gst-plugins-bad-45c083c2df6f3ffca8db3d736574db47e520335b.tar.bz2
gst-plugins-bad-45c083c2df6f3ffca8db3d736574db47e520335b.zip
[MOVED FROM GST-P-FARSIGHT] Only accept RTP streams that have the same clock-rate
20070323163139-65035-fc0b17b0b8a7a041f48994c4f26e96568168bf95.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 80839f66..c5838037 100644
--- a/gst/rtpmux/gstrtpmux.h
+++ b/gst/rtpmux/gstrtpmux.h
@@ -58,6 +58,8 @@ struct _GstRTPMux
guint16 seqnum_base;
gint16 seqnum_offset;
guint16 seqnum;
+
+ guint32 clock_rate;
};
struct _GstRTPMuxClass