[Bug 753323] mpegts: add support for JPEG 2000 to mpegtsmux and tsdemux
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Aug 3 03:13:47 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=753323
--- Comment #167 from Aaron Boxer <boxerab at gmail.com> ---
So, the magic number for this cap file is
0xa1b23c4d
indicating no endian swapping, but timestamps in nanosecond resolution.
I added support for this magic number in pcapparse and ran pipeline under
GST_DEBUG=3
GST_DEBUG=3 gst-launch-1.0 -v multifilesrc location=~/test.cap ! pcapparse !
tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink
Errors:
ERROR: from element /GstPipeline:pipeline0/GstMultiFileSrc:multifilesrc0: Error
while reading from file "/home/aaron/test.cap".
Additional debug info:
gstmultifilesrc.c(474): gst_multi_file_src_create ():
/GstPipeline:pipeline0/GstMultiFileSrc:multifilesrc0:
Could not allocate 67909865 bytes to read file "/home/aaron/test.cap"
--
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