[Bug 753323] mpegts: add support for JPEG 2000 to mpegtsmux and tsdemux

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 10 15:46:05 UTC 2017


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

Aaron Boxer <boxerab at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #353330|needs-work                  |none
             status|                            |
 Attachment #353330|0                           |1
        is obsolete|                            |
 Attachment #353332|needs-work                  |none
             status|                            |
 Attachment #353332|0                           |1
        is obsolete|                            |

--- Comment #107 from Aaron Boxer <boxerab at gmail.com> ---
Created attachment 355279
  --> https://bugzilla.gnome.org/attachment.cgi?id=355279&action=edit
Add jpeg2000 support for mux and demux

Addresses all comments from review except for
overflow in these lines

+  guint8 seconds = (guint8) (buf->pts / 1e9);
+  guint8 minutes = (guint8) (seconds / 60);
+  guint8 hours = (guint8) (minutes / 60);

The video descriptor expects these fields as 8 bit quantities, so I don't think
there is any way around the overflow.

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