[Bug 657343] [patch] add PES support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 31 10:00:25 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=657343
  GStreamer | gst-plugins-bad | git

--- Comment #15 from Stas Sergeev <stsp at list.ru> 2011-08-31 17:00:22 UTC ---
Created an attachment (id=195325)
 View: https://bugzilla.gnome.org/attachment.cgi?id=195325
 Review: https://bugzilla.gnome.org/review?bug=657343&attachment=195325

fix gstmpegdefs.h

The pesparse.c has this code line:
 res->stream_id = val32 & 0x000000ff;
but gstmpegdefs.h defines stream IDs and start codes
with the 16th bit set. This probably came from the
fluendo demuxer code, which reads start code as a full
(not masked) 32bit value.
Currently, these defines are not used in mpegtsdemux code,
so the fix is needed only for the further development of
the PES parser.

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