mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/mpeg1videoparse/gstmp1videoparse.*: Fix for some slight mis-cuts in buffer parsing, and for some potential overfl...
Original commit message from CVS: * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init), (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state): * gst/mpeg1videoparse/gstmp1videoparse.h: Fix for some slight mis-cuts in buffer parsing, and for some potential overflows or faults-causers. Adds disconts. Also fixes #139105 while we're at it.
This commit is contained in:
parent
5538bf8956
commit
be88596adf
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
|
||||
(gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
|
||||
* gst/mpeg1videoparse/gstmp1videoparse.h:
|
||||
Fix for some slight mis-cuts in buffer parsing, and for some
|
||||
potential overflows or faults-causers. Adds disconts. Also fixes
|
||||
#139105 while we're at it.
|
||||
|
||||
2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
Loading…
Reference in a new issue