rtpmanager: Update codes based on 1.18.4
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / gstrtprtxsend.h
index 5f084e8..b25a511 100644 (file)
@@ -62,6 +62,11 @@ struct _GstRtpRtxSend
   /* orig pt (string) -> rtx pt (uint) */
   GstStructure *rtx_pt_map_structure;
 
+  /* orig pt (uint) -> clock rate (uint) */
+  GHashTable *clock_rate_map;
+  /* orig pt (string) -> clock rate (uint) */
+  GstStructure *clock_rate_map_structure;
+
   /* buffering control properties */
   guint max_size_time;
   guint max_size_packets;