diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-02-18 18:07:44 -0500 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-21 17:48:57 +0100 |
commit | d0c7c0fc6c1cc1085267d972db949f9ad2c85ea3 (patch) | |
tree | ae161e546213759dbb72d23b0574360a8fcbf5ab /gst/rtpmux | |
parent | f5a8eb59afee4caf434a74fb27a504350f6fc753 (diff) | |
download | gst-plugins-bad-d0c7c0fc6c1cc1085267d972db949f9ad2c85ea3.tar.gz gst-plugins-bad-d0c7c0fc6c1cc1085267d972db949f9ad2c85ea3.tar.bz2 gst-plugins-bad-d0c7c0fc6c1cc1085267d972db949f9ad2c85ea3.zip |
[MOVED FROM GST-P-FARSIGHT] Remove unused sink_ts_base
Diffstat (limited to 'gst/rtpmux')
-rw-r--r-- | gst/rtpmux/gstrtpmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtpmux/gstrtpmux.h b/gst/rtpmux/gstrtpmux.h index 74077f1f..f76717a7 100644 --- a/gst/rtpmux/gstrtpmux.h +++ b/gst/rtpmux/gstrtpmux.h @@ -56,7 +56,6 @@ struct _GstRTPMux gint numpads; guint32 ts_base; - guint32 sink_ts_base; guint16 seqnum_base; gint32 ts_offset; |