rtpbin: propagate payload-type-change signal from demuxer
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / gstrtpbin.h
index bed6ad0..8a7509e 100644 (file)
@@ -65,6 +65,8 @@ struct _GstRtpBinClass {
   /* get the caps for pt */
   GstCaps*    (*request_pt_map)       (GstRtpBin *rtpbin, guint session, guint pt);
 
+  void        (*payload_type_change)  (GstRtpBin *rtpbin, guint session, guint pt);
+
   /* action signals */
   void        (*clear_pt_map)         (GstRtpBin *rtpbin);
   void        (*reset_sync)           (GstRtpBin *rtpbin);