diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 19:17:33 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 19:17:33 +0000 |
commit | 1f9f22f64d5e7c66c6e2d20452f6e5918d0020fb (patch) | |
tree | 3400e5b2a3e4c3fa482de52843ca5cf6c38aee65 /audio/gstrtpsbcpay.h | |
parent | e8e68d294cd662970de6082473e30ecd6ee8dd61 (diff) |
Fix use of gstreamer plugin with rhythmbox and banshee and rtp timestamps.
Diffstat (limited to 'audio/gstrtpsbcpay.h')
-rw-r--r-- | audio/gstrtpsbcpay.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |