summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpvorbispay.h
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2006-11-07 01:43:06 +0000
committerChristian Schaller <uraeus@gnome.org>2006-11-07 01:43:06 +0000
commite0e75f715e4d6594a9804fac7a660f35f3107fd0 (patch)
treea703f368f0e7d38454ba48d036b4aaa9dbceea68 /gst/rtp/gstrtpvorbispay.h
parent53ddac062d90664aead98f557ca0b4b8861b22fe (diff)
gst/rtp/Makefile.am: We depend on gsttag to generate the vorbis comments.
Original commit message from CVS: * gst/rtp/Makefile.am: We depend on gsttag to generate the vorbis comments. * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_parse_configuration), (gst_rtp_vorbis_depay_setcaps), (gst_rtp_vorbis_depay_switch_codebook), (gst_rtp_vorbis_depay_process): * gst/rtp/gstrtpvorbisdepay.h: Parse configuration string in the depayloader. Implement selecting and switching to a new codebook. Receiving vorbis over RTP now works. * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet), (gst_rtp_vorbis_pay_init_packet), (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_handle_buffer): * gst/rtp/gstrtpvorbispay.h: Set timestamps on outgoing buffers and RTP packets. Fix configuration string, prepend number of Packet headers. Fix encoding of ident string. Add delivery-method to caps. Streaming vorbis over RTP now works.
Diffstat (limited to 'gst/rtp/gstrtpvorbispay.h')
-rw-r--r--gst/rtp/gstrtpvorbispay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpvorbispay.h b/gst/rtp/gstrtpvorbispay.h
index 52ba0c16..af7b006f 100644
--- a/gst/rtp/gstrtpvorbispay.h
+++ b/gst/rtp/gstrtpvorbispay.h
@@ -56,6 +56,7 @@ struct _GstRtpVorbisPay
guint8 payload_F;
guint8 payload_VDT;
guint payload_pkts;
+ GstClockTime payload_timestamp;
GstClockTime payload_duration;
gint rate;