summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtpdec.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-21 10:03:42 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-21 10:03:42 +0000
commit321a79d4849d2704fb022d8ffe01f3884a2a5bbb (patch)
tree576eba030230910bde6add139a6ddc855e38c70b /gst/rtsp/gstrtpdec.h
parent4bd11406304a8010f51baa2a40f18d82ccacc9b7 (diff)
gst/rtsp/gstrtpdec.*: Added signal for backwards compat.
Original commit message from CVS: * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init): * gst/rtsp/gstrtpdec.h: Added signal for backwards compat.
Diffstat (limited to 'gst/rtsp/gstrtpdec.h')
-rw-r--r--gst/rtsp/gstrtpdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtpdec.h b/gst/rtsp/gstrtpdec.h
index 5deca6e4..03260b41 100644
--- a/gst/rtsp/gstrtpdec.h
+++ b/gst/rtsp/gstrtpdec.h
@@ -70,6 +70,8 @@ struct _GstRTPDecClass {
/* get the caps for pt */
GstCaps* (*request_pt_map) (GstRTPDec *rtpdec, guint session, guint pt);
+
+ void (*clear_pt_map) (GstRTPDec *rtpdec);
};
GType gst_rtp_dec_get_type(void);