mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
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.
This commit is contained in:
parent
0123bf7cc1
commit
1423f13c84
1 changed files with 7 additions and 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
|
||||
|
|
Loading…
Reference in a new issue