mpegtsdemux: Add more flag debugging for PES and TS packets
authorEdward Hervey <edward@collabora.com>
Fri, 26 Jul 2013 05:53:06 +0000 (07:53 +0200)
committerEdward Hervey <edward@collabora.com>
Fri, 26 Jul 2013 06:17:17 +0000 (08:17 +0200)
commit8c60e420700bc121166c59f991d33cea6cd15205
treef44732c642b80dd694bb0f6ff6f90355012ae780
parent3b6825a5465bddce5e48965370e74a8e9bf01db8
mpegtsdemux: Add more flag debugging for PES and TS packets

Helps with debugging issues. And also remove unused variable (opcr)

This will also allow us in the future to properly detect:
* random-access location (to enable keyframe observation and
  potentially seeking
* discont location (to properly handle resets)
* splice location (to properly handle new stream changes)
gst/mpegtsdemux/mpegtspacketizer.c
gst/mpegtsdemux/mpegtspacketizer.h
gst/mpegtsdemux/pesparse.c