diff options
Diffstat (limited to 'gst/rtp/gstrtpspeexpay.h')
-rw-r--r-- | gst/rtp/gstrtpspeexpay.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpspeexpay.h b/gst/rtp/gstrtpspeexpay.h index faea7079..b50f7505 100644 --- a/gst/rtp/gstrtpspeexpay.h +++ b/gst/rtp/gstrtpspeexpay.h @@ -38,6 +38,8 @@ typedef struct _GstRtpSPEEXPayClass GstRtpSPEEXPayClass; struct _GstRtpSPEEXPay { GstBaseRTPPayload payload; + + guint64 packet; }; struct _GstRtpSPEEXPayClass |