summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpL16pay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-01-25 10:54:19 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-01-25 10:54:19 +0000
commit40d06b6a55408ce0a823d6bed8d621b12c817c32 (patch)
treee90932f4ddf3645a75207296efe09f65115b1885 /gst/rtp/gstrtpL16pay.h
parentd7666d033cd698b70fc7d96f94e1e24bbee4fda6 (diff)
gst/rtp/gstrtpL16pay.*: Fill up to MTU using adapter.
Original commit message from CVS: * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer): * gst/rtp/gstrtpL16pay.h: Fill up to MTU using adapter. Timestamp rtp packets.
Diffstat (limited to 'gst/rtp/gstrtpL16pay.h')
-rw-r--r--gst/rtp/gstrtpL16pay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpL16pay.h b/gst/rtp/gstrtpL16pay.h
index ac1c2de3..d36a8259 100644
--- a/gst/rtp/gstrtpL16pay.h
+++ b/gst/rtp/gstrtpL16pay.h
@@ -44,7 +44,8 @@ struct _GstRtpL16Pay
{
GstBaseRTPPayload payload;
- GstAdapter *adapter;
+ GstAdapter *adapter;
+ GstClockTime first_ts;
gint rate;
gint channels;