Fixed (hopfully) the last bug in MPEG1 video player. A state bug caused some I-frames to be skipped.
Original commit message from CVS: Fixed (hopfully) the last bug in MPEG1 video player. A state bug caused some I-frames to be skipped.
This commit is contained in:
parent
d4e99eeef6
commit
38542a9c2d
@ -103,7 +103,7 @@ static void gst_queue_init(GstQueue *queue) {
|
||||
queue->queue = NULL;
|
||||
queue->tail = NULL;
|
||||
queue->level_buffers = 0;
|
||||
queue->max_buffers = 30;
|
||||
queue->max_buffers = 10;
|
||||
queue->level_bytes = 0;
|
||||
queue->size_buffers = 0;
|
||||
queue->size_bytes = 0;
|
||||
|
@ -103,7 +103,7 @@ static void gst_queue_init(GstQueue *queue) {
|
||||
queue->queue = NULL;
|
||||
queue->tail = NULL;
|
||||
queue->level_buffers = 0;
|
||||
queue->max_buffers = 30;
|
||||
queue->max_buffers = 10;
|
||||
queue->level_bytes = 0;
|
||||
queue->size_buffers = 0;
|
||||
queue->size_bytes = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user