unref event, flush_fast
Original commit message from CVS: unref event, flush_fast
This commit is contained in:
parent
cd3adce1fb
commit
0f8c7683d1
@ -289,12 +289,13 @@ gst_mplex_read_callback (BitStream *bitstream, uint8_t *dest, size_t size, void
|
||||
default:
|
||||
break;
|
||||
}
|
||||
gst_event_unref (event);
|
||||
}
|
||||
}
|
||||
|
||||
memcpy (dest, data, len);
|
||||
|
||||
gst_bytestream_flush (stream->bytestream, len);
|
||||
gst_bytestream_flush_fast (stream->bytestream, len);
|
||||
|
||||
return len;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user