summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/gstrtpmux.h
diff options
context:
space:
mode:
authorzeeshan.ali@nokia.com <zeeshan.ali@nokia.com>2007-03-28 11:22:19 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:52 +0100
commitc950d2323ce07d7ec63d412f697ac841751ed460 (patch)
treebba8d49df914a1509aad14574cf3f7e191e94ddc /gst/rtpmux/gstrtpmux.h
parent45c083c2df6f3ffca8db3d736574db47e520335b (diff)
downloadgst-plugins-bad-c950d2323ce07d7ec63d412f697ac841751ed460.tar.gz
gst-plugins-bad-c950d2323ce07d7ec63d412f697ac841751ed460.tar.bz2
gst-plugins-bad-c950d2323ce07d7ec63d412f697ac841751ed460.zip
[MOVED FROM GST-P-FARSIGHT] Use own clock-base
20070328112219-65035-1ba5fefbc65059e9b0c860528a31062ceb6a7331.gz
Diffstat (limited to 'gst/rtpmux/gstrtpmux.h')
-rw-r--r--gst/rtpmux/gstrtpmux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtpmux/gstrtpmux.h b/gst/rtpmux/gstrtpmux.h
index c5838037..93dc86df 100644
--- a/gst/rtpmux/gstrtpmux.h
+++ b/gst/rtpmux/gstrtpmux.h
@@ -55,7 +55,11 @@ struct _GstRTPMux
/* sinkpads */
gint numpads;
+ guint32 ts_base;
+ guint32 sink_ts_base;
guint16 seqnum_base;
+
+ gint32 ts_offset;
gint16 seqnum_offset;
guint16 seqnum;