GNOME Bugzilla – Bug 719415
rtpbasepayload: Expose running time of last processed buffer
Last modified: 2014-01-28 13:44:12 UTC
The intent is to use this exposed running time when creating the RTP-Info header in gst-rtsp-server.
Created attachment 262934 [details] [review] Proposed patch adding running time of last processed buffer.
Created attachment 263191 [details] [review] Proposed patch adding running time of last processed buffer. Fixed typo.
I'll get back to this patch soon.
Created attachment 267002 [details] [review] Proposed patch adding statistics property to basepayloader.
Created attachment 267003 [details] [review] Proposed patch adding running time of last processed buffer.
commit fa393e5d60bcb61ba0e48905b19a3b76847d31ee Author: Sebastian Rasmussen <sebrn@axis.com> Date: Thu Jan 16 21:49:59 2014 +0100 rtpbasepayload: Add statistics property This property allows for an atomically retrieved set of properties that can e.g. be used to generate RTP-Info headers. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719415
Please remove the new property and rebase on top of current master.
I assumed that the patches from https://bugzilla.gnome.org/show_bug.cgi?id=719383 would be applied before this patch series was. I've rebased this patch series against current master. The logging of the set running-time will not be as pretty because using current master I can't distinguish between the running-time when it is expressed in hz and ns (this is what 719383 provides). I'll solve that later in 719383. I have now removed the property, let me know if you need anything further.
Created attachment 267366 [details] [review] Proposed patch adding running time of last processed buffer.
commit 0142cd5e35b7fcb5232e35342052f540ca51f47e Author: Sebastian Rasmussen <sebrn@axis.com> Date: Tue Jan 28 00:40:38 2014 +0100 rtpbasepayload: Expose running-time of payloaded stream https://bugzilla.gnome.org/show_bug.cgi?id=719415