From 25c5514fab38ca0d62bbbf0a0d5cc771d0be2ae6 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 3 Aug 2009 21:22:48 +0200 Subject: rtpqdm2depay: Handle gaps in incoming packets. Whenever we see a gap, we flush the temporary packets (but not the adapter). If we had some data temporarily stored it will be outputted (the sound will sound a bit garbled... but that's how it sounds on MacOSX :) --- gst/rtp/gstrtpqdmdepay.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/rtp/gstrtpqdmdepay.h') diff --git a/gst/rtp/gstrtpqdmdepay.h b/gst/rtp/gstrtpqdmdepay.h index 815cd4d0..d678d1a3 100644 --- a/gst/rtp/gstrtpqdmdepay.h +++ b/gst/rtp/gstrtpqdmdepay.h @@ -53,6 +53,7 @@ struct _GstRtpQDM2Depay GstAdapter *adapter; + guint16 nextseq; gboolean configured; GstClockTime timestamp; /* Timestamp of current incoming data */ -- cgit