[Bug 730563] Propagate DISCONT and DELTAUNIT flags through H264 and Jpeg payloaders
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jun 5 01:40:51 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=730563
GStreamer | gst-plugins-good | unspecified
Guillaume Desmottes <gdesmott> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #276972|0 |1
is obsolete| |
--- Comment #6 from Guillaume Desmottes <gdesmott at gnome.org> 2014-06-05 08:40:43 UTC ---
Created an attachment (id=277936)
View: https://bugzilla.gnome.org/attachment.cgi?id=277936
Review: https://bugzilla.gnome.org/review?bug=730563&attachment=277936
rtph264pay: propagate the GST_BUFFER_FLAG_DELTA_UNIT flag
Downstream elements may be interested knowing if a RTP packet is the start
of a key frame (to implement a RTP extension as defined in the
ONVIF Streaming Spec for example).
We do this by checking the GST_BUFFER_FLAG_DELTA_UNIT flag we receive from
upstream and propagate it to the *first* RTP packet outputted to transfer this
buffer.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list