summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263ppay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-08-19 15:01:05 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-08-19 15:01:05 +0000
commit11de94f9b3f6d357f03ca20bbf737dc00dd5c5ad (patch)
tree6454c8420d50ed1526625dec6262bec24fb2ce45 /gst/rtp/gstrtph263ppay.h
parent3cb47855e64da9b1b3bea958fbc32ab08856721b (diff)
gst/rtp/gstrtph263penc.*: Added configurable pt and ssrc, to be merged in the caps or a base class...
Original commit message from CVS: * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), (gst_rtph263penc_flush), (gst_rtph263penc_chain), (gst_rtph263penc_set_property), (gst_rtph263penc_get_property): * gst/rtp/gstrtph263penc.h: Added configurable pt and ssrc, to be merged in the caps or a base class...
Diffstat (limited to 'gst/rtp/gstrtph263ppay.h')
-rw-r--r--gst/rtp/gstrtph263ppay.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/gstrtph263ppay.h b/gst/rtp/gstrtph263ppay.h
index 3d0f6e24..316ae037 100644
--- a/gst/rtp/gstrtph263ppay.h
+++ b/gst/rtp/gstrtph263ppay.h
@@ -49,6 +49,10 @@ struct _GstRtpH263PEnc
GstAdapter *adapter;
GstClockTime first_ts;
+ guint16 seqnum;
+ guint pt;
+ guint ssrc;
+
guint mtu;
};