summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpqdmdepay.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-08-03 21:22:48 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-08-03 21:26:30 +0200
commit25c5514fab38ca0d62bbbf0a0d5cc771d0be2ae6 (patch)
tree6b4fda7ac9cdbb80dc4f645f13ccfdb9ebd7905a /gst/rtp/gstrtpqdmdepay.h
parent6aff520a24168d49f06c3925e76de0156e786a60 (diff)
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 :)
Diffstat (limited to 'gst/rtp/gstrtpqdmdepay.h')
-rw-r--r--gst/rtp/gstrtpqdmdepay.h1
1 files changed, 1 insertions, 0 deletions
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 */