diff options
Diffstat (limited to 'gst/rtsp/gstrtpdec.h')
-rw-r--r-- | gst/rtsp/gstrtpdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtpdec.h b/gst/rtsp/gstrtpdec.h index 1c9f42eb..5deca6e4 100644 --- a/gst/rtsp/gstrtpdec.h +++ b/gst/rtsp/gstrtpdec.h @@ -60,6 +60,7 @@ typedef struct _GstRTPDecSession GstRTPDecSession; struct _GstRTPDec { GstElement element; + guint latency; GSList *sessions; GstClock *provided_clock; }; |