summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/gstrtpxqtdepay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-05 15:05:24 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-05 15:05:24 +0000
commit32c1c29d686eccd37c58a07c417397bc824b7a81 (patch)
treefff474eefc14dcf1ce886148e24a6bb604a7db0f /gst/qtdemux/gstrtpxqtdepay.h
parentb1e2b088796ab44ae047a76960d65ef5ace8f627 (diff)
downloadgst-plugins-bad-32c1c29d686eccd37c58a07c417397bc824b7a81.tar.gz
gst-plugins-bad-32c1c29d686eccd37c58a07c417397bc824b7a81.tar.bz2
gst-plugins-bad-32c1c29d686eccd37c58a07c417397bc824b7a81.zip
gst/qtdemux/gstrtpxqtdepay.*: Try to recover from packet loss a little better.
Original commit message from CVS: * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process), (gst_rtp_xqt_depay_change_state): * gst/qtdemux/gstrtpxqtdepay.h: Try to recover from packet loss a little better.
Diffstat (limited to 'gst/qtdemux/gstrtpxqtdepay.h')
-rw-r--r--gst/qtdemux/gstrtpxqtdepay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/qtdemux/gstrtpxqtdepay.h b/gst/qtdemux/gstrtpxqtdepay.h
index 39c5813b..23cf6eea 100644
--- a/gst/qtdemux/gstrtpxqtdepay.h
+++ b/gst/qtdemux/gstrtpxqtdepay.h
@@ -46,6 +46,7 @@ struct _GstRtpXQTDepay
GstAdapter *adapter;
+ gboolean need_resync;
guint16 previous_id;
guint16 current_id;
};