summaryrefslogtreecommitdiff
path: root/gst/rtpmux/gstrtpdtmfmux.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-05-07 18:56:57 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-06-02 20:47:08 -0400
commit2a39f410c1d69cbae33bea392d6aae53453f5538 (patch)
tree48abc75e8be413e3fbea8afc3fe9f94be098e164 /gst/rtpmux/gstrtpdtmfmux.h
parente884e70f8eec15a27464b81eba5778caeb54e012 (diff)
downloadgstreamer-plugins-bad-2a39f410c1d69cbae33bea392d6aae53453f5538.tar.gz
rtpdtmfmux: Remove stream-lock event handling
Diffstat (limited to 'gst/rtpmux/gstrtpdtmfmux.h')
-rw-r--r--gst/rtpmux/gstrtpdtmfmux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/rtpmux/gstrtpdtmfmux.h b/gst/rtpmux/gstrtpdtmfmux.h
index 8252d694e..25f74c76c 100644
--- a/gst/rtpmux/gstrtpdtmfmux.h
+++ b/gst/rtpmux/gstrtpdtmfmux.h
@@ -48,9 +48,6 @@ struct _GstRTPDTMFMux
GstRTPMux mux;
/* Protected by object lock */
- /* our special pad */
- GstPad *special_pad;
-
GstClockTime last_priority_end;
};