mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
Revert "mpegvparse: Fix last start code position when input buffer is empty"
This reverts commit 7c23a6f23c
.
The fix was not complete, see discussion in
https://bugzilla.gnome.org/show_bug.cgi?id=711627
This commit is contained in:
parent
73888f8e38
commit
ed295e83c2
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ next:
|
|||
} else {
|
||||
GST_LOG_OBJECT (mpvparse, "need more data");
|
||||
/* resume scan where we left it */
|
||||
mpvparse->last_sc = size - 4;
|
||||
mpvparse->last_sc = size - 3;
|
||||
/* request best next available */
|
||||
off = G_MAXUINT;
|
||||
goto exit;
|
||||
|
|
Loading…
Reference in a new issue