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, 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