summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpamrpay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-08-18 19:47:38 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-08-18 19:47:38 +0000
commit519f58bb6b618f1603b91ebb02290aeb8560769a (patch)
tree2713805fd8f7ddf75d9cb6f51ba01ad58b2fa1b1 /gst/rtp/gstrtpamrpay.h
parentdc2d99dc17b766ae02e96b2b72810cd94c8f07d2 (diff)
gst/rtp/gstrtpamrenc.*: Added payload_type and ssrc properties to the payloader.
Original commit message from CVS: * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_class_init), (gst_rtpamrenc_init), (gst_rtpamrenc_chain), (gst_rtpamrenc_set_property), (gst_rtpamrenc_get_property): * gst/rtp/gstrtpamrenc.h: Added payload_type and ssrc properties to the payloader. * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play): Options need to be stripped and are in the Public header field. * gst/rtsp/rtspurl.c: (rtsp_url_parse): Fix url / parsing...
Diffstat (limited to 'gst/rtp/gstrtpamrpay.h')
-rw-r--r--gst/rtp/gstrtpamrpay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpamrpay.h b/gst/rtp/gstrtpamrpay.h
index 3da7f960..7d9e06fe 100644
--- a/gst/rtp/gstrtpamrpay.h
+++ b/gst/rtp/gstrtpamrpay.h
@@ -47,6 +47,8 @@ struct _GstRtpAMREnc
GstPad *srcpad;
guint16 seqnum;
+ guint pt;
+ guint ssrc;
guint mtu;
};