summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpspeexpay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-03-05 16:39:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-03-05 16:39:29 +0000
commitd3948d232348e4d22c923d61fbf2b855602cf1bb (patch)
treebe78555817efe972c20c9d6e912eb78acadcbdb1 /gst/rtp/gstrtpspeexpay.h
parente7495dcfbb30efe770491d9ceb63d50a8a6bcf70 (diff)
gst/rtp/: Fix speex (de)payloader. Fixes #358040.
Original commit message from CVS: * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init), (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process): * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init), (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps), (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer), (gst_rtp_speex_pay_change_state): * gst/rtp/gstrtpspeexpay.h: Fix speex (de)payloader. Fixes #358040.
Diffstat (limited to 'gst/rtp/gstrtpspeexpay.h')
-rw-r--r--gst/rtp/gstrtpspeexpay.h2
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