After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762628 - rtpbasepayload: Optionally emit RTP headers as a meta
rtpbasepayload: Optionally emit RTP headers as a meta
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 762627 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2016-02-24 16:45 UTC by Arun Raghavan
Modified: 2018-11-03 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtpbasepayload: Optionally emit RTP headers as a meta (15.60 KB, patch)
2016-02-24 16:45 UTC, Arun Raghavan
none Details | Review

Description Arun Raghavan 2016-02-24 16:45:45 UTC
This should be useful to us in PulseAudio where I'd like to use GStreamer for
RTP if possible, but do our own clock slaving (need access to the RTP
timestamp even after depayloading).
Comment 1 Arun Raghavan 2016-02-24 16:45:52 UTC
Created attachment 322260 [details] [review]
rtpbasepayload: Optionally emit RTP headers as a meta

This adds the ability for depayloads to attach RTP header information to
depayloaded buffers as a meta. This is potentially useful in situations
where downstream elements (or an app) wants to map RTP header
information to depayloaded data.
Comment 2 Sebastian Dröge (slomo) 2016-02-24 16:49:03 UTC
*** Bug 762627 has been marked as a duplicate of this bug. ***
Comment 3 Sebastian Dröge (slomo) 2016-02-24 16:51:14 UTC
For your own clock slaving, you could just set buffer-mode=none in rtpjitterbuffer. Then you will get the RTP timestamps as PTS and the arrival timestamps as DTS
Comment 4 GStreamer system administrator 2018-11-03 11:45:03 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/255.