From 1f9f22f64d5e7c66c6e2d20452f6e5918d0020fb Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 23 Jan 2008 19:17:33 +0000 Subject: Fix use of gstreamer plugin with rhythmbox and banshee and rtp timestamps. --- audio/gstrtpsbcpay.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/gstrtpsbcpay.h') diff --git a/audio/gstrtpsbcpay.h b/audio/gstrtpsbcpay.h index f086a1c7..474d720a 100644 --- a/audio/gstrtpsbcpay.h +++ b/audio/gstrtpsbcpay.h @@ -48,6 +48,7 @@ struct _GstRtpSBCPay { GstBaseRTPPayload base; GstAdapter *adapter; + GstClockTime timestamp; guint frame_length; -- cgit