gst/realmedia/rmdemux.c: Fix video timestamps by adjusting it with the first timestam...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 6 May 2008 17:53:26 +0000 (17:53 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 6 May 2008 17:53:26 +0000 (17:53 +0000)
commit701fcfc4e58881ddeec3ad1c0aedfae3c934b133
tree61a01633f06d0fe5f8d5b496ae9eb2961043a704
parent67f91efd0537eda5d471d7c39d674071ea28d101
gst/realmedia/rmdemux.c: Fix video timestamps by adjusting it with the first timestamp found.

Original commit message from CVS:
* gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
(gst_rmdemux_fix_timestamp), (gst_rmdemux_parse_video_packet),
(gst_rmdemux_parse_audio_packet), (gst_rmdemux_parse_packet):
Fix video timestamps by adjusting it with the first timestamp found.
Don't assume we have a complete fragment when flushing the adapter,
packets might have been lost or the stream might just be broken.
ChangeLog
gst/realmedia/rmdemux.c