mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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
6e6ca1a5cf
commit
b9ebc95a04
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>
|
2004-01-06 Iain <iain@prettypeople.org>
|
||||||
|
|
||||||
* gst/intfloat/gstint2float.c (gst_int2float_link): Set the
|
* gst/intfloat/gstint2float.c (gst_int2float_link): Set the
|
||||||
|
|
Loading…
Reference in a new issue