Skip to content
Snippets Groups Projects

rtspsrc: Use the correct type for storing the max-rtcp-rtp-time-diff property

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -268,7 +268,7 @@ struct _GstRTSPSrc {
@@ -268,7 +268,7 @@ struct _GstRTSPSrc {
gboolean do_retransmission;
gboolean do_retransmission;
gint ntp_time_source;
gint ntp_time_source;
gchar *user_agent;
gchar *user_agent;
GstClockTime max_rtcp_rtp_time_diff;
gint max_rtcp_rtp_time_diff;
gboolean rfc7273_sync;
gboolean rfc7273_sync;
guint64 max_ts_offset_adjustment;
guint64 max_ts_offset_adjustment;
gint64 max_ts_offset;
gint64 max_ts_offset;
Loading