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 | c0c379cccbf20df183710f757a7ac0774d9da0c6 (patch) | |
tree | 187751ca873030e0a7a6418ee42be618c1347c89 | |
parent | c24a77c49393d60cfd29ecaa2937f8e2499b57c6 (diff) | |
download | gst-plugins-bad-c0c379cccbf20df183710f757a7ac0774d9da0c6.tar.gz gst-plugins-bad-c0c379cccbf20df183710f757a7ac0774d9da0c6.tar.bz2 gst-plugins-bad-c0c379cccbf20df183710f757a7ac0774d9da0c6.zip |
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 |