[Bug 745187] JPEG2000 RTP video streaming problem

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 11 18:10:26 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=745187

--- Comment #19 from boxerab at gmail.com <boxerab at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #16)
> Review of attachment 327608 [details] [review]:
> 
> ::: gst/rtp/gstrtpj2kcommon.h
> @@ +41,3 @@
> +	J2K_MARKER_SOD = 0x93,
> +	J2K_MARKER_EOC = 0xD9
> +} RtpJ2KMarker;
> 
> The enum type and its values should also be properly namespaced

Will do.

> 
> ::: gst/rtp/gstrtpj2kdepay.c
> @@ +25,3 @@
> + * and RFC 5372.
> + * For detailed information see: https://datatracker.ietf.org/doc/rfc5371/
> + * and https://datatracker.ietf.org/doc/rfc5372/
> 
> Can you put the documentation additions into a separate commit?
> 

Sure


> ::: gst/rtp/gstrtpj2kpay.c
> @@ +31,3 @@
> + * a JPEG 2000 tile-part header, or a JPEG 2000 packet.
> + *
> + * The standard recommends that headers be put in their own RTP packets.
> 
> And these. Also why is it noteworthy for the documentation that headers are
> recommended to be put into their own RTP packets? :)


I put this in the documentation because this is a design decision - it means
that certain scenarios are not possible. So, for future code reviewers, I think
it is important for them to know this. Perhaps I should move it to the code,
rather than put it in the documentation at the top.

-- 
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