diff options
author | Robin Stocker <robin@nibor.org> | 2008-12-29 17:30:03 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-12-29 17:30:03 +0000 |
commit | 951306959dd4e6a5f1d2d6046e941340abffee88 (patch) | |
tree | ade40c6d30e65519748e02d9ff20651b1718619f /ChangeLog | |
parent | f1814feb719a2835d39a256f166623fa4d719298 (diff) | |
download | gst-plugins-bad-951306959dd4e6a5f1d2d6046e941340abffee88.tar.gz gst-plugins-bad-951306959dd4e6a5f1d2d6046e941340abffee88.tar.bz2 gst-plugins-bad-951306959dd4e6a5f1d2d6046e941340abffee88.zip |
gst/mpegdemux/gstmpegdemux.c: Converting from time to bytes operates on the stream_time, not the SCR timeline.
Original commit message from CVS:
Patch by: Robin Stocker <robin at nibor dot org>
* gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_src_query):
Converting from time to bytes operates on the stream_time, not the SCR
timeline.
The position reporting should happen in stream_time, not the segment
timestamp range. See #557161.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: Robin Stocker <robin at nibor dot org> + + * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_src_query): + Converting from time to bytes operates on the stream_time, not the SCR + timeline. + The position reporting should happen in stream_time, not the segment + timestamp range. See #557161. + +2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk> + * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init), (gst_app_src_init), (gst_app_src_set_property), (gst_app_src_get_property), (gst_app_src_query), |