Unrevert: mpegvideoparse: set timestamp based on pic offset
authorDavid Schleef <ds@schleef.org>
Tue, 12 Feb 2013 00:35:48 +0000 (16:35 -0800)
committerDavid Schleef <ds@schleef.org>
Tue, 12 Feb 2013 20:23:03 +0000 (12:23 -0800)
commit168c8406b545037cc54c1c9346935e0057138a36
treea227654dfda6c8330bb161e32c4a90d18d4682f8
parente614bd037e829cd10bed516516e7810cd373fb91
Unrevert: mpegvideoparse: set timestamp based on pic offset

API is now in baseparse in gstreamer.

Timestamps in MPEG-TS streams are based on the last timestamp
before the start code of the picture.  GstBaseParse sets the
timestamp based on the beginning of the sequence header, if
one exists before the picture.  This fixes the case where the
timestamp occurs in the MPEG-TS stream between the seq header
and picture start code.
configure.ac
gst/videoparsers/gstmpegvideoparse.c