GNOME Bugzilla – Bug 646577
rtppayload: Make RTP time information accessible
Last modified: 2014-04-12 05:12:25 UTC
Created attachment 184992 [details] [review] patch For FLUX (Clearpath) we need to have RTP time in the encoder and decoder for feedback messages.
For the decoder, maybe with the 0.11 buffer, the RTP header info (or maybe the whole rtp header), should be attached to each buffer ?
You should add some gtk-doc chunks above the property installation into the class, including Since markers for the gst-plugins-base version where they were added. Also you might want to g_object_notify() whenever the property changes
I agree with Olivier, adding such much meta data to buffers would remove the need to this property and would help with other things as well. I will add some doc and the g_object_notify, what would be the appropriate values for the since marker?
The next -base release.. (right now 0.10.33)
commit f0348d700560957bb43f321b812a016b7a2a0fe0 Author: Wim Taymans <wtaymans@redhat.com> Date: Sat Apr 12 06:27:36 2014 +0200 rtpbasepayload: add current timestamp and seqnum offset to stats Expose the current timestamp and seqnum offset in the stats See https://bugzilla.gnome.org/show_bug.cgi?id=646577
Please use stats now commit f2ee068729ec9f56bd9c7d05004e2bd6baf31189 Author: Wim Taymans <wtaymans@redhat.com> Date: Sat Apr 12 07:10:36 2014 +0200 rtpbasedepay: add stats property Add a stats property that holds a structure with all the current values of the depayloader. See https://bugzilla.gnome.org/show_bug.cgi?id=646577