diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r-- | gst/rtpmanager/gstrtpbin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h index f9cfdf2d..53a1e5af 100644 --- a/gst/rtpmanager/gstrtpbin.h +++ b/gst/rtpmanager/gstrtpbin.h @@ -50,6 +50,9 @@ struct _GstRTPBin { struct _GstRTPBinClass { GstBinClass parent_class; + + /* get the caps for pt */ + GstCaps (*request_pt_map) (GstRTPBin *rtpbin, guint pt); }; GType gst_rtp_bin_get_type (void); |