summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/gstrtpmux.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-18 14:16:00 -0500
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:56 +0100
commit4bfd3b456172694d799927319ccd8dca5ad6b8dc (patch)
tree1797c48d92403dac0e4d85510ba9f6ab68c72607 /gst/rtpmux/gstrtpmux.h
parent10f623547fcbcb32007ae5aeddb179de2c36f24d (diff)
downloadgst-plugins-bad-4bfd3b456172694d799927319ccd8dca5ad6b8dc.tar.gz
gst-plugins-bad-4bfd3b456172694d799927319ccd8dca5ad6b8dc.tar.bz2
gst-plugins-bad-4bfd3b456172694d799927319ccd8dca5ad6b8dc.zip
[MOVED FROM GST-P-FARSIGHT] Remove unused clock-rate property
Diffstat (limited to 'gst/rtpmux/gstrtpmux.h')
-rw-r--r--gst/rtpmux/gstrtpmux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtpmux/gstrtpmux.h b/gst/rtpmux/gstrtpmux.h
index 3bc7ac3c..74077f1f 100644
--- a/gst/rtpmux/gstrtpmux.h
+++ b/gst/rtpmux/gstrtpmux.h
@@ -64,8 +64,6 @@ struct _GstRTPMux
guint16 seqnum;
guint ssrc;
guint current_ssrc;
-
- guint32 clock_rate;
};
struct _GstRTPMuxClass