[Bug 785770] pcapparse: support nanosecond time stamps

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 3 15:25:54 UTC 2017


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

--- Comment #21 from Aaron Boxer <boxerab at gmail.com> ---
For this pipeline

 GST_DEBUG=3 gst-launch-1.0 -v filesrc location=~/test.cap !  pcapparse !
tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! imagefreeze ! ximagesink


with my two pcapparse patches, I am now seeing tsdemux warnings:

0:00:01.070779503  8815      0x1831050 WARN               pesparser
pesparse.c:416:mpegts_parse_pes_header: bad PTS value
0:00:01.070781019  8815      0x1831050 WARN                 tsdemux
tsdemux.c:2253:gst_ts_demux_parse_pes_header: Error parsing PES header. pid:
0x45 stream_type: 0x6
0:00:01.070788151  8815      0x1831050 DEBUG              pesparser
pesparse.c:140:mpegts_parse_pes_header: header_size : 14
0:00:01.070821307  8815      0x1831050 WARN               pesparser
pesparse.c:416:mpegts_parse_pes_header: bad PTS value
0:00:01.070823313  8815      0x1831050 WARN                 tsdemux
tsdemux.c:2253:gst_ts_demux_parse_pes_header: Error parsing PES header. pid:
0x42 stream_type: 0x6



Progress!!

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