summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263depay.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-11-27 00:01:41 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-11-27 00:01:41 +0000
commita7b160d8b1427887773437479084cf4af5ac036a (patch)
treed4adc4abc007230c921ccd9c71c00496b09de2ff /gst/rtp/gstrtph263depay.h
parent28be655e11f2ac6ea62e7c1a861a2aaa4397ce50 (diff)
gst/rtp/gstrtph263depay.*: Fix h263 depayloader so that ANY h263 decoder can handle the outgoing stream.
Original commit message from CVS: * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init), (gst_rtp_h263_depay_process): * gst/rtp/gstrtph263depay.h: Fix h263 depayloader so that ANY h263 decoder can handle the outgoing stream.
Diffstat (limited to 'gst/rtp/gstrtph263depay.h')
-rw-r--r--gst/rtp/gstrtph263depay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/gstrtph263depay.h b/gst/rtp/gstrtph263depay.h
index 6bbf2006..9380abbb 100644
--- a/gst/rtp/gstrtph263depay.h
+++ b/gst/rtp/gstrtph263depay.h
@@ -44,6 +44,8 @@ struct _GstRtpH263Depay
{
GstBaseRTPDepayload depayload;
+ guint8 offset; /* offset to apply to next payload */
+ guint8 leftover; /* leftover from previous payload (if offset != 0) */
GstAdapter *adapter;
};