diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-06 12:31:31 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-06 12:31:31 +0000 |
commit | 1423f13c844c428d1ea2dec813e74b4a30ef96b5 (patch) | |
tree | bbf43804e689fc8f3acf4b0f568bbcaf20cc9376 | |
parent | 0123bf7cc144dcad516eb14e385cc6209ad9b0ac (diff) |
gst/mpegstream/gstmpegparse.c: When we have received a new SCR right in the first buffer after we should handle the b...
Original commit message from CVS:
2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
When we have received a new SCR right in the first buffer after
a seek (so in the same cycle that handles the discont), we should
handle the buffer instead of unreffing it, else we lose data.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop): + When we have received a new SCR right in the first buffer after + a seek (so in the same cycle that handles the discont), we should + handle the buffer instead of unreffing it, else we lose data. + 2004-01-06 Iain <iain@prettypeople.org> * gst/intfloat/gstint2float.c (gst_int2float_link): Set the |