diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r-- | gst/rtpmanager/gstrtpbin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h index 8a7509e2..a791f9a9 100644 --- a/gst/rtpmanager/gstrtpbin.h +++ b/gst/rtpmanager/gstrtpbin.h @@ -46,6 +46,7 @@ struct _GstRtpBin { /* default latency for sessions */ guint latency; gboolean do_lost; + gboolean ignore_pt; /* a list of session */ GSList *sessions; |