summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpptdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtpmanager/gstrtpptdemux.h')
-rw-r--r--gst/rtpmanager/gstrtpptdemux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpptdemux.h b/gst/rtpmanager/gstrtpptdemux.h
index 7d6d7b4f..e45ae286 100644
--- a/gst/rtpmanager/gstrtpptdemux.h
+++ b/gst/rtpmanager/gstrtpptdemux.h
@@ -53,6 +53,8 @@ struct _GstRTPPtDemuxClass
/* signal emitted when the payload type changes */
void (*payload_type_change) (GstRTPPtDemux *demux, guint pt);
+
+ void (*clear_pt_map) (GstRTPPtDemux *demux);
};
GType gst_rtp_pt_demux_get_type (void);