diff options
Diffstat (limited to 'gst/rtp/gstrtpmp2tpay.h')
-rw-r--r-- | gst/rtp/gstrtpmp2tpay.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpmp2tpay.h b/gst/rtp/gstrtpmp2tpay.h index 03696cdd..29def5b8 100644 --- a/gst/rtp/gstrtpmp2tpay.h +++ b/gst/rtp/gstrtpmp2tpay.h @@ -23,6 +23,7 @@ #include <gst/gst.h> #include <gst/rtp/gstbasertppayload.h> +#include <gst/base/gstadapter.h> G_BEGIN_DECLS @@ -43,6 +44,10 @@ typedef struct _GstRTPMP2TPayClass GstRTPMP2TPayClass; struct _GstRTPMP2TPay { GstBaseRTPPayload payload; + + GstAdapter *adapter; + GstClockTime first_ts; + GstClockTime duration; }; struct _GstRTPMP2TPayClass |